Lines Matching refs:MIPSFpOp
348 } MIPSFpOp; typedef
350 extern const HChar *showMIPSFpOp(MIPSFpOp);
534 MIPSFpOp op;
539 MIPSFpOp op;
545 MIPSFpOp op;
552 MIPSFpOp op;
566 MIPSFpOp op;
571 MIPSFpOp op;
645 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src);
646 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL,
648 extern MIPSInstr *MIPSInstr_FpTernary ( MIPSFpOp op, HReg dst, HReg src1,
650 extern MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src);
651 extern MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL,
653 extern MIPSInstr *MIPSInstr_FpMulAcc(MIPSFpOp op, HReg dst, HReg srcML,