arm_load_store_instr is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

arm_load_store_instr struct

Syntax

struct arm_load_store_instr {     uint8_t rd;     uint8_t rn;     uint8_t u;     int index_mode;      int offset_mode;      union {         uint32_t offset;         struct {             uint8_t rm;             uint8_t shift;              uint8_t shift_imm;         } reg;     } offset; };

Fields

rd

No summary provided. Read more...

rn

No summary provided. Read more...

u

No summary provided. Read more...

index_mode

No summary provided. Read more...

offset_mode

No summary provided. Read more...

offset

No summary provided. Read more...

References

LocationReferrerScopeText
arm_disassembler.h:144
struct arm_load_store_instr {
arm_disassembler.h:179arm_instruction::::load_storearm_instruction::
struct arm_load_store_instr load_store;

Type Use

Variables of arm_load_store_instr type
all items filtered out
arm_load_store_instr