Home
last modified time | relevance | path

Searched refs:nopInstr (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h541 if (instr->InstructionBits() == nopInstr) { in BranchDelayInstructionDecode()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h564 if (instr->InstructionBits() == nopInstr) { in BranchDelayInstructionDecode()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h704 const Instr nopInstr = ADDI_W; variable
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h1217 const Instr nopInstr = 0; variable
Dassembler-mips.cc936 instr_branch_delay = nopInstr; in target_at_put()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h1266 const Instr nopInstr = 0; variable
Dassembler-mips64.cc889 instr_branch_delay = nopInstr; in target_at_put()