Searched refs:SimInstructionBase (Results 1 – 2 of 2) sorted by relevance
61 class SimInstructionBase : public InstructionBase {68 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function69 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function76 DISALLOW_ASSIGN(SimInstructionBase);79 class SimInstruction : public InstructionGetters<SimInstructionBase> {