Searched defs:SimInstructionBase (Results 1 – 4 of 4) sorted by relevance
83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function84 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function85 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function
199 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() function200 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() function