Home | History | Annotate | Download | only in priv

Lines Matching refs:UInt

85 extern UInt  x86g_calculate_eflags_all ( 
86 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
90 extern UInt x86g_calculate_eflags_c (
91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
94 extern UInt x86g_calculate_condition (
95 UInt/*X86Condcode*/ cond,
96 UInt cc_op,
97 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
100 extern UInt x86g_calculate_FXAM ( UInt tag, ULong dbl );
103 UInt arg, UInt rot_amt, UInt eflags_in, UInt sz
106 UInt arg, UInt rot_amt, UInt eflags_in, UInt sz
109 extern UInt x86g_calculate_daa_das_aaa_aas ( UInt AX_and_flags, UInt opcode );
111 extern UInt x86g_calculate_aad_aam ( UInt AX_and_flags, UInt opcode );
113 extern ULong x86g_check_fldcw ( UInt fpucw );
115 extern UInt x86g_create_fpucw ( UInt fpround );
117 extern ULong x86g_check_ldmxcsr ( UInt mxcsr );
119 extern UInt x86g_create_mxcsr ( UInt sseround );
130 UInt seg_selector, UInt virtual_addr );
134 extern UInt x86g_calculate_mmx_pmovmskb ( ULong );
135 extern UInt x86g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
140 extern ULong x86g_dirtyhelper_loadF80le ( UInt );
142 extern void x86g_dirtyhelper_storeF80le ( UInt, ULong );
156 extern UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ );
157 extern void x86g_dirtyhelper_OUT ( UInt portno, UInt data,
158 UInt sz/*1,2 or 4*/ );
161 UInt op /* 0 or 1 */ );