Searched defs:SimInstructionBase (Results 1 – 2 of 2) sorted by relevance
123 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function124 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
132 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function133 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function