Home | History | Annotate | Download | only in src

Lines Matching refs:FCC

80   using FCC = enum { FCC0 = 0, FCC1, FCC2, FCC3, FCC4, FCC5, FCC6, FCC7 };
81 static OperandMIPS32FCC *create(Cfg *Func, OperandMIPS32FCC::FCC FCC) {
82 return new (Func->allocate<OperandMIPS32FCC>()) OperandMIPS32FCC(FCC);
85 OperandMIPS32FCC::FCC getFCC() const { return FpCondCode; }
91 Str << "$fcc" << static_cast<uint16_t>(FpCondCode);
102 Str << "$fcc" << static_cast<uint16_t>(FpCondCode);
106 OperandMIPS32FCC(OperandMIPS32FCC::FCC CC)
109 const OperandMIPS32FCC::FCC FpCondCode;
1151 Variable *Src, Operand *FCC) {
1153 InstMIPS32MovConditional(Func, Dest, Src, FCC);
1188 Operand *FCC)
1191 addSource(FCC);