Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.h61 class SimInstructionBase : public InstructionBase {
68 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
69 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
76 DISALLOW_ASSIGN(SimInstructionBase);
79 class SimInstruction : public InstructionGetters<SimInstructionBase> {
/external/v8/src/mips/
Dsimulator-mips.h61 class SimInstructionBase : public InstructionBase {
68 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function
69 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
76 DISALLOW_ASSIGN(SimInstructionBase);
79 class SimInstruction : public InstructionGetters<SimInstructionBase> {