Home
last modified time | relevance | path

Searched refs:rtCallRedirInstr (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips64/
Dconstants-mips64.h739 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6; variable
Dsimulator-mips64.cc412 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
938 swi_instruction_(rtCallRedirInstr), in Redirection()
1606 if (instr->InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()
/external/v8/src/mips/
Dconstants-mips.h725 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6; variable
Dsimulator-mips.cc448 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
1007 swi_instruction_(rtCallRedirInstr), in Redirection()
1532 if (instr->InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()