Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/mips/
Dtrace.c128 #define itype_rt(x) ((x >> 16) & 0x1f) macro
204 op = itype_rt(inst); in mips_next_pcs()
231 if (itype_rs(inst) == itype_rt(inst)) { in mips_next_pcs()
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-mips32.c144 #define itype_rt(x) ((x >> 16) & 0x1f) macro
177 rt = itype_rt (inst); in mips_instruction_has_delay_slot()
195 rt = itype_rt (inst); /* branch condition */ in mips_instruction_has_delay_slot()
Dvalgrind-low-mips64.c145 #define itype_rt(x) ((x >> 16) & 0x1f) macro
178 rt = itype_rt (inst); in mips_instruction_has_delay_slot()
196 rt = itype_rt (inst); /* branch condition */ in mips_instruction_has_delay_slot()