Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/mips/
Dtrace.c127 #define itype_rs(x) ((x >> 21) & 0x1f) macro
175 } else if (itype_op(inst) == 17 && itype_rs(inst) == 8) { in mips_next_pcs()
231 if (itype_rs(inst) == itype_rt(inst)) { in mips_next_pcs()
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-mips32.c143 #define itype_rs(x) ((x >> 21) & 0x1f) macro
176 rs = itype_rs (inst); in mips_instruction_has_delay_slot()
194 rs = itype_rs (inst); in mips_instruction_has_delay_slot()
Dvalgrind-low-mips64.c144 #define itype_rs(x) ((x >> 21) & 0x1f) macro
177 rs = itype_rs (inst); in mips_instruction_has_delay_slot()
195 rs = itype_rs (inst); in mips_instruction_has_delay_slot()