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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.h646 extern X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst );
H A Dhost_x86_isel.c2828 addInstr(env, X86Instr_FpUnary(Xfp_ROUND, rf, dst));
2982 addInstr(env, X86Instr_FpUnary(Xfp_ROUND, rf, dst));
3026 addInstr(env, X86Instr_FpUnary(fpop,src,res));
3044 addInstr(env, X86Instr_FpUnary(fpop,src,res));
3098 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));
H A Dhost_x86_defs.c727 X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst ) { function

Completed in 55 milliseconds