Home | History | Annotate | Download | only in src

Lines Matching refs:FCC

414   void _movf(Variable *Dest, Variable *Src0, Operand *FCC) {
415 Context.insert<InstMIPS32Movf>(Dest, Src0, FCC)->setDestRedefined();
430 void _movt(Variable *Dest, Variable *Src0, Operand *FCC) {
431 Context.insert<InstMIPS32Movt>(Dest, Src0, FCC)->setDestRedefined();