Searched refs:tinstr (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/arm/ |
| D | thumbemu.c | 36 #define tBIT(n) ( (ARMword)(tinstr >> (n)) & 1) 37 #define tBITS(m,n) ( (ARMword)(tinstr << (31 - (n))) >> ((31 - (n)) + (m)) ) 76 ARMword tinstr, in handle_IT_block() argument 125 ThumbExpandImm (ARMword tinstr) in ThumbExpandImm() argument 157 tinstr, next_instr, __LINE__); \ 169 ARMword tinstr, in handle_T2_insn() argument 1848 ARMword tinstr, in handle_v6_thumb_insn() argument 1888 switch (tinstr & 0xFFC0) in handle_v6_thumb_insn() 1917 handle_IT_block (state, tinstr, pvalid); in handle_v6_thumb_insn() 1937 handle_T2_insn (state, tinstr, next_instr, pc, ainstr, pvalid); in handle_v6_thumb_insn() [all …]
|