Searched refs:Xfp_MOV (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.h286 Xfp_SQRT, Xfp_ABS, Xfp_NEG, Xfp_MOV, Xfp_SIN, Xfp_COS, Xfp_TAN, enumerator in enum:__anon11963
H A Dhost_x86_defs.c481 case Xfp_MOV: return "mov";
1593 if (i->Xin.FpUnary.op != Xfp_MOV)
1929 case Xfp_MOV: break;
H A Dhost_x86_isel.c3098 addInstr(env, X86Instr_FpUnary(Xfp_MOV,rX,dst));
3899 addInstr(env, X86Instr_FpUnary(Xfp_MOV,src,dst));
3905 addInstr(env, X86Instr_FpUnary(Xfp_MOV,src,dst));

Completed in 27 milliseconds