Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.h691 extern X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz, HReg reg, X86AMode* );
Dhost_x86_isel.c1131 addInstr(env, X86Instr_FpLdStI(False/*store*/, in iselIntExpr_R_wrk()
2410 addInstr(env, X86Instr_FpLdStI(False/*store*/, 8, rf, zero_esp)); in iselInt64Expr_wrk()
3124 addInstr(env, X86Instr_FpLdStI( in iselDblExpr_wrk()
3187 addInstr(env, X86Instr_FpLdStI( in iselDblExpr_wrk()
Dhost_x86_defs.c778 X86Instr* X86Instr_FpLdStI ( Bool isLoad, UChar sz, in X86Instr_FpLdStI() function