Home
last modified time | relevance | path

Searched refs:rtCallRedirInstr (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h702 const Instr rtCallRedirInstr = BREAK | call_rt_redirected;
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1264 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6;
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1215 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6;
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc377 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
761 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
2046 if (instr_.InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc346 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
730 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
2241 if (instr_.InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc371 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
786 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
2222 if (instr_.InstructionBits() == rtCallRedirInstr) { in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1680 instr->InstructionBits() == rtCallRedirInstr) { in Debug()
2118 instruction->SetInstructionBits(rtCallRedirInstr); in SetRedirectInstruction()
2770 if (instr_.InstructionBits() == rtCallRedirInstr) { // ECALL in SoftwareInterrupt()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1324 const Instr rtCallRedirInstr = SYSTEM; // All other bits are 0s (i.e., ecall)
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1820 const Instr rtCallRedirInstr = TRAP4; member
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h2906 const Instr rtCallRedirInstr = TWI; member
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc663 instruction->SetInstructionBits(rtCallRedirInstr | kCallRtRedirected); in SetRedirectInstruction()

Completed in 73 milliseconds