Home | History | Annotate | Download | only in priv

Lines Matching refs:MIPSFpOp

407 } MIPSFpOp;
409 extern HChar *showMIPSFpOp(MIPSFpOp);
566 MIPSFpOp op;
571 MIPSFpOp op;
577 MIPSFpOp op;
591 MIPSFpOp op;
596 MIPSFpOp op;
603 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_FpConvert(MIPSFpOp op, HReg dst, HReg src);
667 extern MIPSInstr *MIPSInstr_FpCompare(MIPSFpOp op, HReg dst, HReg srcL,
669 extern MIPSInstr *MIPSInstr_FpMulAcc(MIPSFpOp op, HReg dst, HReg srcML,