Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.h116 class SimInstructionBase : public InstructionBase {
123 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
124 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
131 DISALLOW_ASSIGN(SimInstructionBase);
134 class SimInstruction : public InstructionGetters<SimInstructionBase> {
/external/v8/src/mips64/
Dsimulator-mips64.h125 class SimInstructionBase : public InstructionBase {
132 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
133 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
140 DISALLOW_ASSIGN(SimInstructionBase);
143 class SimInstruction : public InstructionGetters<SimInstructionBase> {