Lines Matching refs:target_ulong
122 void helper_write_eflags(target_ulong t0, uint32_t update_mask)
127 target_ulong helper_read_eflags(void)
142 target_ulong ptr;
281 target_ulong tss_base;
287 target_ulong ptr;
365 target_ulong ptr;
417 target_ulong ptr;
565 target_ulong helper_inb(uint32_t port)
575 target_ulong helper_inw(uint32_t port)
585 target_ulong helper_inl(uint32_t port)
661 target_ulong ptr, ssp;
864 static inline target_ulong get_rsp_from_tss(int level)
883 target_ulong next_eip, int is_hw)
886 target_ulong ptr;
890 target_ulong old_eip, esp, offset;
926 offset = ((target_ulong)e3 << 32) | (e2 & 0xffff0000) | (e1 & 0x0000ffff);
1131 target_ulong ptr, ssp;
1165 target_ulong next_eip)
1168 target_ulong ptr;
1221 target_ulong next_eip, int is_hw)
1385 target_ulong sm_state;
1518 target_ulong sm_state;
1639 void helper_divb_AL(target_ulong t0)
1656 void helper_idivb_AL(target_ulong t0)
1673 void helper_divw_AX(target_ulong t0)
1691 void helper_idivw_AX(target_ulong t0)
1709 void helper_divl_EAX(target_ulong t0)
1727 void helper_idivl_EAX(target_ulong t0)
1882 void helper_cmpxchg8b(target_ulong a0)
1903 void helper_cmpxchg16b(target_ulong a0)
1951 void helper_enter_level(int level, int data32, target_ulong t1)
1953 target_ulong ssp;
1984 void helper_enter64_level(int level, int data64, target_ulong t1)
1986 target_ulong esp, ebp;
2019 target_ulong ptr;
2051 env->ldt.base |= (target_ulong)e3 << 32;
2066 target_ulong ptr;
2104 env->tr.base |= (target_ulong)e3 << 32;
2123 target_ulong ptr;
2196 void helper_ljmp_protected(int new_cs, target_ulong new_eip,
2201 target_ulong next_eip;
2286 void helper_lcall_real(int new_cs, target_ulong new_eip1,
2291 target_ulong ssp;
2312 void helper_lcall_protected(int new_cs, target_ulong new_eip,
2319 target_ulong ssp, old_ssp, next_eip;
2352 target_ulong rsp;
2522 target_ulong ssp;
2583 target_ulong ssp, sp, new_eip, new_esp, sp_mask;
2895 target_ulong helper_read_crN(int reg)
2900 void helper_write_crN(int reg, target_ulong t0)
2904 void helper_movl_drN_T0(int reg, target_ulong t0)
2908 target_ulong helper_read_crN(int reg)
2910 target_ulong val;
2928 void helper_write_crN(int reg, target_ulong t0)
2953 void helper_movl_drN_T0(int reg, target_ulong t0)
2972 void helper_lmsw(target_ulong t0)
2986 void helper_invlpg(target_ulong addr)
3299 target_ulong helper_lsl(target_ulong selector1)
3344 target_ulong helper_lar(target_ulong selector1)
3390 void helper_verr(target_ulong selector1)
3423 void helper_verw(target_ulong selector1)
3618 void helper_fldt_ST0(target_ulong ptr)
3627 void helper_fstt_ST0(target_ulong ptr)
3934 void helper_fbld_ST0(target_ulong ptr)
3953 void helper_fbst_ST0(target_ulong ptr)
3956 target_ulong mem_ref, mem_end;
4263 void helper_fstenv(target_ulong ptr, int data32)
4313 void helper_fldenv(target_ulong ptr, int data32)
4335 void helper_fsave(target_ulong ptr, int data32)
4363 void helper_frstor(target_ulong ptr, int data32)
4378 void helper_fxsave(target_ulong ptr, int data64)
4382 target_ulong addr;
4434 void helper_fxrstor(target_ulong ptr, int data64)
4438 target_ulong addr;
4618 void helper_mulq_EAX_T0(target_ulong t0)
4629 void helper_imulq_EAX_T0(target_ulong t0)
4640 target_ulong helper_imulq_T0_T1(target_ulong t0, target_ulong t1)
4650 void helper_divq_EAX(target_ulong t0)
4664 void helper_idivq_EAX(target_ulong t0)
4695 void helper_monitor(target_ulong ptr)
4776 void helper_boundw(target_ulong a0, int v)
4787 void helper_boundl(target_ulong a0, int v)
4830 void tlb_fill(target_ulong addr, int is_write, int mmu_idx, void *retaddr)
4936 target_ulong addr;
5115 target_ulong addr;
5150 target_ulong addr;
5204 target_ulong addr;
5489 target_ulong helper_bsf(target_ulong t0)
5492 target_ulong res;
5503 target_ulong helper_bsr(target_ulong t0)
5506 target_ulong res, mask;
5510 mask = (target_ulong)1 << (TARGET_LONG_BITS - 1);