Searched refs:X86Instr_FpUnary (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 688 extern X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst );
|
D | host_x86_isel.c | 2951 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()
|
D | host_x86_defs.c | 751 X86Instr* X86Instr_FpUnary ( X86FpOp op, HReg src, HReg dst ) { in X86Instr_FpUnary() function
|