summaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
Commit message (Expand)AuthorAgeFilesLines
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-1/+1
* bitfield_desc_t -> struct bitfield_descZachary T Welch2009-11-131-1/+1
* armv7a_core_reg_t -> struct armv7a_core_regZachary T Welch2009-11-131-1/+1
* armv7a_common_t -> struct armv7a_commonZachary T Welch2009-11-131-7/+7
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-5/+5
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-4/+4
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-13/+6
* Cortex-A8: use the new inheritance/nesting schemeDavid Brownell2009-11-051-18/+10
* Improve armv7a command argument parsing.Zachary T Welch2009-11-051-5/+12
* Cleanup: nuke trailling whitespacesYauheni Kaliuta2009-10-131-3/+3
* ARMv7A: Report fault status registers when in Abort statemlu2009-10-011-0/+23
* Updated mode string list.mlu2009-09-151-2/+2
* Report correct core instruction state for ARMv/A targetsmlu2009-09-081-1/+1
* David Brownell <david-b@pacbell.net> oharboe2009-09-081-0/+86
* - fix build warningsntfreak2009-08-251-1/+1
* David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a fileoharboe2009-08-251-0/+301