Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h370 Pfp_SQRT, Pfp_ABS, Pfp_NEG, Pfp_MOV, Pfp_RES, Pfp_RSQRTE, enumerator
Dhost_ppc_defs.c626 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()
Dhost_ppc_isel.c3423 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()