Searched refs:do_fstp_st (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.c | 2020 static UChar* do_fstp_st ( UChar* p, Int i ) in do_fstp_st() function 2829 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpUnary.dst)); in emit_X86Instr() 2844 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpBinary.dst)); in emit_X86Instr() 2856 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpBinary.dst)); in emit_X86Instr() 2877 p = do_fstp_st(p, 2+fregEnc(i->Xin.FpBinary.dst)); in emit_X86Instr() 2890 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpBinary.dst)); in emit_X86Instr() 2915 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpLdSt.reg)); in emit_X86Instr() 2957 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpLdStI.reg)); in emit_X86Instr() 2990 p = do_fstp_st(p, 1+fregEnc(i->Xin.Fp64to32.dst)); in emit_X86Instr() 3002 p = do_fstp_st(p, 1+fregEnc(i->Xin.FpCMov.dst)); in emit_X86Instr()
|