Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h696 extern X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst );
Dhost_x86_defs.c816 X86Instr* X86Instr_FpCmp ( HReg srcL, HReg srcR, HReg dst ) { in X86Instr_FpCmp() function
Dhost_x86_isel.c1102 addInstr(env, X86Instr_FpCmp(fL,fR,dst)); in iselIntExpr_R_wrk()