Searched refs:OperandMIPS32 (Results 1 – 2 of 2) sorted by relevance
51 class OperandMIPS32 : public Operand {52 OperandMIPS32() = delete;53 OperandMIPS32(const OperandMIPS32 &) = delete;54 OperandMIPS32 &operator=(const OperandMIPS32 &) = delete;70 OperandMIPS32(OperandKindMIPS32 Kind, Type Ty) in OperandMIPS32() function74 class OperandMIPS32FCC : public OperandMIPS32 {107 : OperandMIPS32(kFCC, IceType_i32), FpCondCode(CC){}; in OperandMIPS32FCC()112 class OperandMIPS32Mem : public OperandMIPS32 {140 using OperandMIPS32::dump;
50 : OperandMIPS32(kMem, Ty), Base(Base), ImmOffset(ImmOffset), Mode(Mode) { in OperandMIPS32Mem()