Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h689 extern X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst );
Dhost_x86_isel.c903 addInstr(env, X86Instr_FpBinary( in iselIntExpr_R_wrk()
3087 addInstr(env, X86Instr_FpBinary(fpop,srcL,srcR,res)); in iselDblExpr_wrk()
Dhost_x86_defs.c759 X86Instr* X86Instr_FpBinary ( X86FpOp op, HReg srcL, HReg srcR, HReg dst ) { in X86Instr_FpBinary() function