Home
last modified time | relevance | path

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

/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()