Home | History | Annotate | Download | only in priv

Lines Matching refs:UInt

84 extern UInt  x86g_calculate_eflags_all ( 
85 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
89 extern UInt x86g_calculate_eflags_c (
90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
93 extern UInt x86g_calculate_condition (
94 UInt/*X86Condcode*/ cond,
95 UInt cc_op,
96 UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
99 extern UInt x86g_calculate_FXAM ( UInt tag, ULong dbl );
102 UInt arg, UInt rot_amt, UInt eflags_in, UInt sz
105 UInt arg, UInt rot_amt, UInt eflags_in, UInt sz
108 extern UInt x86g_calculate_daa_das_aaa_aas ( UInt AX_and_flags, UInt opcode );
110 extern UInt x86g_calculate_aad_aam ( UInt AX_and_flags, UInt opcode );
112 extern ULong x86g_check_fldcw ( UInt fpucw );
114 extern UInt x86g_create_fpucw ( UInt fpround );
116 extern ULong x86g_check_ldmxcsr ( UInt mxcsr );
118 extern UInt x86g_create_mxcsr ( UInt sseround );
129 UInt seg_selector, UInt virtual_addr );
133 extern UInt x86g_calculate_mmx_pmovmskb ( ULong );
134 extern UInt x86g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
139 extern ULong x86g_dirtyhelper_loadF80le ( UInt );
141 extern void x86g_dirtyhelper_storeF80le ( UInt, ULong );
155 extern UInt x86g_dirtyhelper_IN ( UInt portno, UInt sz/*1,2 or 4*/ );
156 extern void x86g_dirtyhelper_OUT ( UInt portno, UInt data,
157 UInt sz/*1,2 or 4*/ );
160 UInt op /* 0 or 1 */ );