Lines Matching refs:CPUX86State
34 void helper_divb_AL(CPUX86State *env, target_ulong t0) in helper_divb_AL()
52 void helper_idivb_AL(CPUX86State *env, target_ulong t0) in helper_idivb_AL()
70 void helper_divw_AX(CPUX86State *env, target_ulong t0) in helper_divw_AX()
89 void helper_idivw_AX(CPUX86State *env, target_ulong t0) in helper_idivw_AX()
108 void helper_divl_EAX(CPUX86State *env, target_ulong t0) in helper_divl_EAX()
127 void helper_idivl_EAX(CPUX86State *env, target_ulong t0) in helper_idivl_EAX()
168 void helper_aaa(CPUX86State *env) in helper_aaa()
193 void helper_aas(CPUX86State *env) in helper_aas()
218 void helper_daa(CPUX86State *env) in helper_daa()
246 void helper_das(CPUX86State *env) in helper_das()
368 void helper_divq_EAX(CPUX86State *env, target_ulong t0) in helper_divq_EAX()
384 void helper_idivq_EAX(CPUX86State *env, target_ulong t0) in helper_idivq_EAX()
438 void helper_cr4_testbit(CPUX86State *env, uint32_t bit) in helper_cr4_testbit()
445 target_ulong HELPER(rdrand)(CPUX86State *env) in HELPER()