Home | History | Annotate | Download | only in priv

Lines Matching refs:MIPSFpOp

375 } MIPSFpOp;
377 extern const HChar *showMIPSFpOp(MIPSFpOp);
554 MIPSFpOp op;
559 MIPSFpOp op;
565 MIPSFpOp op;
572 MIPSFpOp op;
586 MIPSFpOp op;
591 MIPSFpOp op;
663 extern MIPSInstr *MIPSInstr_FpUnary(MIPSFpOp op, HReg dst, HReg src);
664 extern MIPSInstr *MIPSInstr_FpBinary(MIPSFpOp op, HReg dst, HReg srcL,
666 extern MIPSInstr *MIPSInstr_FpTernary ( MIPSFpOp op, HReg dst, HReg src1,
668 extern MIPSInstr *MIPSInstr_FpConvert(MIPSFpOp op, HReg dst, HReg src);
669 extern MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL,
671 extern MIPSInstr *MIPSInstr_FpMulAcc(MIPSFpOp op, HReg dst, HReg srcML,