Searched refs:ftt_instr1 (Results 1 – 2 of 2) sorted by relevance
179 …(tp->ftt_thumb && dtrace_instr_size(tp->ftt_instr, tp->ftt_thumb) == 2) ? tp->ftt_instr1 : instr, … in fasttrap_tracepoint_init()465 …(tp->ftt_thumb && dtrace_instr_size(tp->ftt_instr, tp->ftt_thumb) == 2) ? tp->ftt_instr1 : tp->ftt…600 rm = THUMB16_HRM(tp->ftt_instr1);646 reglist = tp->ftt_instr1 & 0xFF;725 reglist = tp->ftt_instr1 & 0xFF;765 int rn = tp->ftt_instr1 & 0x7;766 int offset = (((tp->ftt_instr1 & 0x00F8) >> 2) | ((tp->ftt_instr1 & 0x0200) >> 3)) + 4;767 int nonzero = tp->ftt_instr1 & 0x0800;783 code = (tp->ftt_instr1 >> 6) & 0xF;787 int S = (tp->ftt_instr1 >> 10) & 1,[all …]
64 #define ftt_instr1 ftt_mtp.ftmt_instr.instr16.instr1 macro