Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h1115 extern PPCInstr* PPCInstr_Fp128Unary ( PPCFpOp op, HReg dst, HReg src );
Dhost_ppc_isel.c4229 addInstr(env, PPCInstr_Fp128Unary(fpop, tmp, fr_src)); in iselDblExpr_wrk()
4543 addInstr(env, PPCInstr_Fp128Unary(fpop, r_dst, r_src)); in iselFp128Expr_wrk()
4560 addInstr(env, PPCInstr_Fp128Unary(fpop, r_dst, v128tmp)); in iselFp128Expr_wrk()
4595 addInstr(env, PPCInstr_Fp128Unary(fpop, r_dst, tmp)); in iselFp128Expr_wrk()
4683 addInstr(env, PPCInstr_Fp128Unary(fpop, r_dst, r_src)); in iselFp128Expr_wrk()
Dhost_ppc_defs.c990 PPCInstr* PPCInstr_Fp128Unary(PPCFpOp op, HReg dst, HReg src) { in PPCInstr_Fp128Unary() function