Lines Matching refs:MIPSCondCode
191 } MIPSCondCode;
193 extern const HChar *showMIPSCondCode(MIPSCondCode);
450 MIPSCondCode cond;
475 MIPSCondCode cond;
487 MIPSCondCode cond; /* can be MIPScc_AL */
495 MIPSCondCode cond; /* can be MIPScc_AL */
502 MIPSCondCode cond; /* can be MIPScc_AL */
635 extern MIPSInstr *MIPSInstr_Cmp(Bool, Bool, HReg, HReg, HReg, MIPSCondCode);
653 extern MIPSInstr *MIPSInstr_Call ( MIPSCondCode, Addr64, UInt, HReg, RetLoc );
654 extern MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode, Addr64, UInt, RetLoc );
657 MIPSCondCode cond, Bool toFastEP );
659 MIPSCondCode cond);
661 MIPSCondCode cond, IRJumpKind jk);
677 extern MIPSInstr *MIPSInstr_FpCMov(MIPSCondCode, HReg dst, HReg src);