Home
last modified time | relevance | path

Searched refs:next_instr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Dthumbemu.c39 #define ntBIT(n) ( (ARMword)(next_instr >> (n)) & 1)
40 #define ntBITS(m,n) ( (ARMword)(next_instr << (31 - (n))) >> ((31 - (n)) + (m)) )
157 tinstr, next_instr, __LINE__); \
170 ARMword next_instr, in handle_T2_insn() argument
181 fprintf (stderr, "|%04x ", next_instr); in handle_T2_insn()
1849 ARMword next_instr, in handle_v6_thumb_insn() argument
1937 handle_T2_insn (state, tinstr, next_instr, pc, ainstr, pvalid); in handle_v6_thumb_insn()
2021 ARMword next_instr; in ARMul_ThumbDecode() local
2033 next_instr = tinstr & 0xFFFF; in ARMul_ThumbDecode()
2038 next_instr = tinstr >> 16; in ARMul_ThumbDecode()
[all …]
DChangeLog-2021477 (handle_v6_thumb_insn): Add next_instr and pc parameters.