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.c2953 addInstr(env, X86Instr_FpUnary(Xfp_ROUND, rf, dst)); in iselFltExpr_wrk()
3108 addInstr(env, X86Instr_FpUnary(Xfp_ROUND, rf, dst)); in iselDblExpr_wrk()
3157 addInstr(env, X86Instr_FpUnary(fpop,src,res)); in iselDblExpr_wrk()
3175 addInstr(env, X86Instr_FpUnary(fpop,src,res)); in iselDblExpr_wrk()
3228 addInstr(env, X86Instr_FpUnary(Xfp_MOV,r1,dst)); in iselDblExpr_wrk()
4068 addInstr(env, X86Instr_FpUnary(Xfp_MOV,src,dst)); in iselStmt()
4074 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