Home | History | Annotate | Download | only in target-i386

Lines Matching refs:addend

2577 static inline void helper_ret_protected(int shift, int is_iret, int addend)
2621 LOG_PCALL("lret new %04x:" TARGET_FMT_lx " s=%d addend=0x%x\n",
2622 new_cs, new_eip, shift, addend);
2646 sp += addend;
2730 sp += addend;
2805 void helper_lret_protected(int shift, int addend)
2807 helper_ret_protected(shift, 0, addend);