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

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c697 addInstr(env, X86Instr_FpLdSt(False/*store*/, 8, reg, zero_esp));
698 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, reg, zero_esp));
1263 X86Instr_FpLdSt(False/*store*/, 4, rf, zero_esp));
2677 X86Instr_FpLdSt(False/*store*/, 8, rf, zero_esp));
2777 addInstr(env, X86Instr_FpLdSt(True/*load*/, 4, res, am));
2798 addInstr(env, X86Instr_FpLdSt( True/*load*/, 4, res, am ));
2810 addInstr(env, X86Instr_FpLdSt(
2909 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, freg,
2920 addInstr(env, X86Instr_FpLdSt(True/*load*/, 8, res, am));
2928 addInstr(env, X86Instr_FpLdSt( Tru
[all...]
H A Dhost_x86_defs.h648 extern X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* );
H A Dhost_x86_defs.c744 X86Instr* X86Instr_FpLdSt ( Bool isLoad, UChar sz, HReg reg, X86AMode* addr ) { function
1628 *i1 = X86Instr_FpLdSt ( False/*store*/, 10, rreg, am );
1653 *i1 = X86Instr_FpLdSt ( True/*load*/, 10, rreg, am );

Completed in 29 milliseconds