Searched refs:PPCInstr_FpUnary (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.h | 990 extern PPCInstr* PPCInstr_FpUnary ( PPCFpOp op, HReg dst, HReg src );
|
D | host_ppc_isel.c | 3645 addInstr(env, PPCInstr_FpUnary(fpop, fr_dst, fr_src)); in iselDblExpr_wrk() 3734 addInstr(env, PPCInstr_FpUnary(fpop, fr_dst, fr_src)); in iselDblExpr_wrk() 3799 addInstr(env, PPCInstr_FpUnary( Pfp_MOV, fr_dst, frX )); in iselDblExpr_wrk() 4875 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src)); in iselStmt() 4881 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src)); in iselStmt()
|
D | host_ppc_defs.c | 958 PPCInstr* PPCInstr_FpUnary ( PPCFpOp op, HReg dst, HReg src ) { in PPCInstr_FpUnary() function
|