summaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.h
Commit message (Expand)AuthorAgeFilesLines
* ARM_SIMULATOR: review scope of functionsAntonio Borneo2010-04-101-4/+0
* ARM: rename armv4_5_state_* as arm_state_*David Brownell2009-12-041-2/+2
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-3/+3
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-4/+3
* refactor arm simulator to allow arm11 code to use it as well - no observable ...oharboe2009-08-271-1/+18
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-2/+2
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-1/+1
* - merged XScale branch back into trunkdrath2007-03-281-0/+31