Searched refs:X86Instr_FpLdSt (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_isel.c | 814 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() 2791 X86Instr_FpLdSt(False/*store*/, 8, rf, zero_esp)); in iselInt64Expr_wrk() 2900 addInstr(env, X86Instr_FpLdSt(True/*load*/, 4, res, am)); in iselFltExpr_wrk() 2921 addInstr(env, X86Instr_FpLdSt( True/*load*/, 4, res, am )); in iselFltExpr_wrk() 2933 addInstr(env, X86Instr_FpLdSt( in iselFltExpr_wrk() 3032 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, freg, in iselDblExpr_wrk() 3043 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, res, am)); in iselDblExpr_wrk() 3051 addInstr(env, X86Instr_FpLdSt( True/*load*/, 8, res, am )); in iselDblExpr_wrk() [all …]
|
D | host_x86_defs.h | 690 extern X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* );
|
D | host_x86_defs.c | 768 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()
|