Lines Matching refs:PPCFpOp
529 const HChar* showPPCFpOp ( PPCFpOp op ) { in showPPCFpOp()
910 PPCInstr* PPCInstr_FpUnary ( PPCFpOp op, HReg dst, HReg src ) { in PPCInstr_FpUnary()
918 PPCInstr* PPCInstr_FpBinary ( PPCFpOp op, HReg dst, in PPCInstr_FpBinary()
928 PPCInstr* PPCInstr_FpMulAcc ( PPCFpOp op, HReg dst, HReg srcML, in PPCInstr_FpMulAcc()
966 PPCInstr* PPCInstr_Dfp64Unary(PPCFpOp op, HReg dst, HReg src) { in PPCInstr_Dfp64Unary()
974 PPCInstr* PPCInstr_Dfp64Binary(PPCFpOp op, HReg dst, HReg srcL, HReg srcR) { in PPCInstr_Dfp64Binary()
983 PPCInstr* PPCInstr_DfpShift ( PPCFpOp op, HReg dst, HReg src, PPCRI* shift ) { in PPCInstr_DfpShift()
992 PPCInstr* PPCInstr_Dfp128Unary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Unary()
1003 PPCInstr* PPCInstr_Dfp128Binary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Binary()
1015 PPCInstr* PPCInstr_DfpShift128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpShift128()
1047 PPCInstr* PPCInstr_DfpQuantize ( PPCFpOp op, HReg dst, HReg srcL, HReg srcR, in PPCInstr_DfpQuantize()
1058 PPCInstr* PPCInstr_DfpQuantize128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpQuantize128()
1071 PPCInstr* PPCInstr_DfpD128toD64 ( PPCFpOp op, HReg dst, in PPCInstr_DfpD128toD64()
1081 PPCInstr* PPCInstr_DfpI64StoD128 ( PPCFpOp op, HReg dst_hi, in PPCInstr_DfpI64StoD128()
1091 PPCInstr* PPCInstr_ExtractExpD128 ( PPCFpOp op, HReg dst, in PPCInstr_ExtractExpD128()
1102 PPCInstr* PPCInstr_InsertExpD128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_InsertExpD128()