Searched refs:Pfp_MOV (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_isel.c | 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() 5714 addInstr(env, PPCInstr_Dfp64Unary(Pfp_MOV, fr_dst, fr_src)); in iselStmt() 5726 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dst, fr_src ) ); in iselStmt() 5735 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dstHi, fr_srcHi ) ); in iselStmt() 5736 addInstr( env, PPCInstr_Dfp64Unary( Pfp_MOV, fr_dstLo, fr_srcLo ) ); in iselStmt()
|
D | host_ppc_defs.h | 350 Pfp_SQRT, Pfp_ABS, Pfp_NEG, Pfp_MOV, Pfp_RES, Pfp_RSQRTE, enumerator
|
D | host_ppc_defs.c | 546 case Pfp_MOV: return "fmr"; in showPPCFpOp() 2980 if (i->Pin.FpUnary.op != Pfp_MOV) in isMove_PPCInstr() 4557 case Pfp_MOV: // fmr, PPC32 p410 in emit_PPCInstr() 5310 case Pfp_MOV: // fmr, PPC32 p410 in emit_PPCInstr()
|