Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h688 extern X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst );
Dhost_x86_isel.c2951 addInstr(env, X86Instr_FpUnary(Xfp_ROUND, rf, dst)); in iselFltExpr_wrk()
3106 addInstr(env, X86Instr_FpUnary(Xfp_ROUND, rf, dst)); in iselDblExpr_wrk()
3155 addInstr(env, X86Instr_FpUnary(fpop,src,res)); in iselDblExpr_wrk()
3173 addInstr(env, X86Instr_FpUnary(fpop,src,res)); in iselDblExpr_wrk()
3226 addInstr(env, X86Instr_FpUnary(Xfp_MOV,r1,dst)); in iselDblExpr_wrk()
4066 addInstr(env, X86Instr_FpUnary(Xfp_MOV,src,dst)); in iselStmt()
4072 addInstr(env, X86Instr_FpUnary(Xfp_MOV,src,dst)); in iselStmt()
Dhost_x86_defs.c751 X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst ) { in X86Instr_FpUnary() function