Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h588 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6; variable
Dsimulator-mips.cc407 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
938 swi_instruction_(rtCallRedirInstr), in Redirection()
1421 if (instr->InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()