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