Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.h1029 extern PPCInstr* PPCInstr_FpUnary ( PPCFpOp op, HReg dst, HReg src );
Dhost_ppc_isel.c4067 addInstr(env, PPCInstr_FpUnary(fpop, fr_dst, fr_src)); in iselDblExpr_wrk()
4156 addInstr(env, PPCInstr_FpUnary(fpop, fr_dst, fr_src)); in iselDblExpr_wrk()
4217 addInstr(env, PPCInstr_FpUnary( Pfp_MOV, fr_dst, fr0 )); in iselDblExpr_wrk()
5702 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src)); in iselStmt()
5708 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src)); in iselStmt()
Dhost_ppc_defs.c910 PPCInstr* PPCInstr_FpUnary ( PPCFpOp op, HReg dst, HReg src ) { in PPCInstr_FpUnary() function