Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_isel.c814 addInstr(env, X86Instr_FpLdSt(False/*store*/, 8, reg, zero_esp)); in roundToF64()
815 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, reg, zero_esp)); in roundToF64()
1381 X86Instr_FpLdSt(False/*store*/, 4, rf, zero_esp)); in iselIntExpr_R_wrk()
2793 X86Instr_FpLdSt(False/*store*/, 8, rf, zero_esp)); in iselInt64Expr_wrk()
2902 addInstr(env, X86Instr_FpLdSt(True/*load*/, 4, res, am)); in iselFltExpr_wrk()
2923 addInstr(env, X86Instr_FpLdSt( True/*load*/, 4, res, am )); in iselFltExpr_wrk()
2935 addInstr(env, X86Instr_FpLdSt( in iselFltExpr_wrk()
3034 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, freg, in iselDblExpr_wrk()
3045 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, res, am)); in iselDblExpr_wrk()
3053 addInstr(env, X86Instr_FpLdSt( True/*load*/, 8, res, am )); in iselDblExpr_wrk()
[all …]
Dhost_x86_defs.h690 extern X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* );
Dhost_x86_defs.c768 X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* addr ) { in X86Instr_FpLdSt() function
1719 *i1 = X86Instr_FpLdSt ( False/*store*/, 10, rreg, am ); in genSpill_X86()
1744 *i1 = X86Instr_FpLdSt ( True/*load*/, 10, rreg, am ); in genReload_X86()