Home
last modified time | relevance | path

Searched refs:PPCFpOp (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h356 PPCFpOp; typedef
358 extern const HChar* showPPCFpOp ( PPCFpOp );
691 PPCFpOp op;
696 PPCFpOp op;
702 PPCFpOp op;
879 PPCFpOp op;
884 PPCFpOp op;
890 PPCFpOp op;
896 PPCFpOp op;
906 PPCFpOp op;
[all …]
Dhost_ppc_defs.c529 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()
[all …]
Dhost_ppc_isel.c1828 PPCFpOp fpop = Pfp_DCTFIXQ; in iselWordExpr_R_wrk()
3364 PPCFpOp fpop = Pfp_DCTFIXQ; in iselInt64Expr_wrk()
4010 PPCFpOp fpop = Pfp_INVALID; in iselDblExpr_wrk()
4035 PPCFpOp fpop = Pfp_INVALID; in iselDblExpr_wrk()
4058 PPCFpOp fpop = Pfp_INVALID; in iselDblExpr_wrk()
4142 PPCFpOp fpop = Pfp_INVALID; in iselDblExpr_wrk()
4372 PPCFpOp fpop = Pfp_INVALID; in iselDfp64Expr_wrk()
4494 PPCFpOp fpop = Pfp_INVALID; in iselDfp64Expr_wrk()
4641 PPCFpOp fpop = Pfp_DRDPQ; in iselDfp128Expr_wrk()
4661 PPCFpOp fpop = Pfp_DSCLIQ; /* fix later if necessary */ in iselDfp128Expr_wrk()
[all …]