Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/mips/
Dconstants-mips.h610 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6; variable
Dsimulator-mips.cc385 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
920 swi_instruction_(rtCallRedirInstr), in Redirection()
1396 if (instr->InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()