Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h96 SimInstruction() {} in SimInstruction() function
98 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() function
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h97 SimInstruction() {} in SimInstruction() function
99 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() function
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h97 SimInstruction() {} in SimInstruction() function
99 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() function
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h212 SimInstruction() {} in SimInstruction() function
214 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() function