Searched refs:Pfp_MOV (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.h | 370 Pfp_SQRT, Pfp_ABS, Pfp_NEG, Pfp_MOV, Pfp_RES, Pfp_RSQRTE, enumerator
|
D | host_ppc_defs.c | 626 case Pfp_MOV: return "fmr"; in showPPCFpOp() 2205 if (i->Pin.FpUnary.op != Pfp_MOV) in isMove_PPCInstr() 3347 case Pfp_MOV: // fmr, PPC32 p410 in emit_PPCInstr()
|
D | host_ppc_isel.c | 3423 addInstr(env, PPCInstr_FpUnary( Pfp_MOV, fr_dst, frX )); in iselDblExpr_wrk() 4046 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src)); in iselStmt() 4052 addInstr(env, PPCInstr_FpUnary(Pfp_MOV, fr_dst, fr_src)); in iselStmt()
|