thumb_evaluate_opcode() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDthumb_evaluate_opcode()

thumb_evaluate_opcode() function

Syntax

int thumb_evaluate_opcode(uint16_t opcode,     uint32_t address,     struct arm_instruction *instruction);
Implemented in arm_disassembler.c:2884

Arguments

opcode

address

instruction

References

LocationReferrerText
arm_disassembler.c:2884
int thumb_evaluate_opcode(uint16_t opcode, uint32_t address, struct arm_instruction *instruction)
arm_disassembler.h:187
int thumb_evaluate_opcode(uint16_t opcode, uint32_t address,
arm_simulator.c:263arm_simulate_step_core()
retval = thumb_evaluate_opcode(opcode, current_pc, &instruction);
arm_simulator.c:286arm_simulate_step_core()
retval = thumb_evaluate_opcode(opcode, current_pc, &instruction);
etm.c:680etm_read_instruction()
thumb_evaluate_opcode(opcode, ctx->current_pc, instruction);
xscale.c:2620xscale_read_instruction()
thumb_evaluate_opcode(opcode, pc, instruction);