gem5/src/arch/arm
Gabe Black b398b8ff1b Registers: Add a registers.hh file as an ISA switched header.
This file is for register indices, Num* constants, and register types.
copyRegs and copyMiscRegs were moved to utility.hh and utility.cc.

--HG--
rename : src/arch/alpha/regfile.hh => src/arch/alpha/registers.hh
rename : src/arch/arm/regfile.hh => src/arch/arm/registers.hh
rename : src/arch/mips/regfile.hh => src/arch/mips/registers.hh
rename : src/arch/sparc/regfile.hh => src/arch/sparc/registers.hh
rename : src/arch/x86/regfile.hh => src/arch/x86/registers.hh
2009-07-08 23:02:21 -07:00
..
insts ARM: Move the memory microops out of the decoder and into the ISA desc. 2009-07-08 23:02:19 -07:00
isa ARM: Use custom read/write code to alias R15 with the PC. 2009-07-08 23:02:20 -07:00
linux ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall params. 2009-06-09 23:41:45 -07:00
ArmTLB.py arm: Unify the ARM tlb. We forgot about this when we did the rest. 2009-04-21 15:40:25 -07:00
faults.cc Registers: Eliminate the ISA defined RegFile class. 2009-07-08 23:02:21 -07:00
faults.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
isa.cc Registers: Add an ISA object which replaces the MiscRegFile. 2009-07-08 23:02:20 -07:00
isa.hh Registers: Collapse ARM and MIPS regfile directories. 2009-07-08 23:02:21 -07:00
isa_traits.hh Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
locked_mem.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
microcode_rom.hh arm: include missing file for arm 2009-04-21 15:40:26 -07:00
misc_regfile.hh Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
miscregs.hh ARM: Fill out the printReg function. 2009-06-26 22:01:34 -07:00
mmaped_ipr.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
pagetable.cc arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
pagetable.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
predecoder.hh ARM: Add in some new artificial fields that make decoding a little easier. 2009-07-01 22:11:27 -07:00
process.cc Merge ARM into the head. ARM will compile but may not actually work. 2009-04-06 10:19:36 -07:00
process.hh Merge ARM into the head. ARM will compile but may not actually work. 2009-04-06 10:19:36 -07:00
registers.hh Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
remote_gdb.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
SConscript Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
SConsopts arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
stacktrace.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
tlb.cc arm: Unify the ARM tlb. We forgot about this when we did the rest. 2009-04-21 15:40:25 -07:00
tlb.hh arm: Unify the ARM tlb. We forgot about this when we did the rest. 2009-04-21 15:40:25 -07:00
types.hh Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
utility.hh Registers: Add a registers.hh file as an ISA switched header. 2009-07-08 23:02:21 -07:00
vtophys.cc arm: add ARM support to M5 2009-04-05 18:53:15 -07:00
vtophys.hh arm: add ARM support to M5 2009-04-05 18:53:15 -07:00