aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-0/+168
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell1-1/+12
2009-11-24remove target_type register_command callbackZachary T Welch1-6/+1
2009-11-24armv4_5: use register_commands()Zachary T Welch1-18/+34
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-24ARM: new DPM interfaceDavid Brownell1-0/+1
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-8/+8
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell1-36/+31
2009-11-22ARM: define two register utilitiesDavid Brownell1-13/+83
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-12/+26
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-14/+33
2009-11-19target: create/use register_cache_invalidate()David Brownell1-16/+0
2009-11-19ARM: remove per-register mallocDavid Brownell1-1/+1
2009-11-19ARM: streamline register initDavid Brownell1-74/+88
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-1/+1
2009-11-18ARM: rework "arm reg" output for new modeDavid Brownell1-35/+113
2009-11-18ARM: add a default full_context() methodDavid Brownell1-3/+24
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell1-19/+50
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-0/+3
2009-11-17ARM: add is_arm_mode()David Brownell1-12/+23
2009-11-17ARM: add arm_mode_name()David Brownell1-7/+58
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-17/+28
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-14/+14
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-5/+5
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-17target: simplify register get/set opsDavid Brownell1-8/+6
2009-11-16ARMv4/ARMv5: no exit() callsDavid Brownell1-6/+8
2009-11-16ARM11: register (most) standard ARM commandsDavid Brownell1-1/+8
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-9/+9
2009-11-16ARM: standard disassembler uses Thumb2 entryDavid Brownell1-36/+32
2009-11-16ARM: move mode functions out of headerDavid Brownell1-2/+52
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-2/+2
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-0/+170
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-20/+14
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-13/+13
2009-11-13reg_t -> struct regZachary T Welch1-9/+9
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-2/+2
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13bitfield_desc_t -> struct bitfield_descZachary T Welch1-1/+1
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch1-4/+4
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-2/+2
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-2/+2