Home
last modified time | relevance | path

Searched refs:itype_op (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/mips/
Dtrace.c126 #define itype_op(x) (x >> 26) macro
158 if (itype_op(inst) >> 2 == 5) { in mips_next_pcs()
160 op = (itype_op(inst) & 0x03); in mips_next_pcs()
175 } else if (itype_op(inst) == 17 && itype_rs(inst) == 8) { in mips_next_pcs()
184 switch (op = itype_op(inst) & 0x07) in mips_next_pcs()
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-mips32.c142 #define itype_op(x) (x >> 26) macro
174 op = itype_op (inst); in mips_instruction_has_delay_slot()
Dvalgrind-low-mips64.c143 #define itype_op(x) (x >> 26) macro
175 op = itype_op (inst); in mips_instruction_has_delay_slot()