Home
last modified time | relevance | path

Searched defs:SimInstructionBase (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
84 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
85 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
85 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h199 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
200 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function