Home | History | Annotate | Download | only in priv

Lines Matching refs:ULong

85 extern ULong amd64g_calculate_rflags_all ( 
86 ULong cc_op,
87 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
90 extern ULong amd64g_calculate_rflags_c (
91 ULong cc_op,
92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
95 extern ULong amd64g_calculate_condition (
96 ULong/*AMD64Condcode*/ cond,
97 ULong cc_op,
98 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
101 extern ULong amd64g_calculate_FXAM ( ULong tag, ULong dbl );
103 extern ULong amd64g_calculate_RCR (
104 ULong arg, ULong rot_amt, ULong rflags_in, Long sz
107 extern ULong amd64g_calculate_RCL (
108 ULong arg, ULong rot_amt, ULong rflags_in, Long sz
111 extern ULong amd64g_calculate_pclmul(ULong s1, ULong s2, ULong which);
113 extern ULong amd64g_check_fldcw ( ULong fpucw );
115 extern ULong amd64g_create_fpucw ( ULong fpround );
117 extern ULong amd64g_check_ldmxcsr ( ULong mxcsr );
119 extern ULong amd64g_create_mxcsr ( ULong sseround );
132 //ULong amd64g_use_seg_selector ( HWord ldt, HWord gdt,
135 extern ULong amd64g_calculate_mmx_pmaddwd ( ULong, ULong );
136 extern ULong amd64g_calculate_mmx_psadbw ( ULong, ULong );
137 extern ULong amd64g_calculate_mmx_pmovmskb ( ULong );
138 extern ULong amd64g_calculate_sse_pmovmskb ( ULong w64hi, ULong w64lo );
140 extern ULong amd64g_calc_crc32b ( ULong crcIn, ULong b );
141 extern ULong amd64g_calc_crc32w ( ULong crcIn, ULong w );
142 extern ULong amd64g_calc_crc32l ( ULong crcIn, ULong l );
143 extern ULong amd64g_calc_crc32q ( ULong crcIn, ULong q );
147 extern ULong amd64g_dirtyhelper_loadF80le ( ULong/*addr*/ );
149 extern void amd64g_dirtyhelper_storeF80le ( ULong/*addr*/, ULong/*data*/ );
160 extern ULong amd64g_dirtyhelper_RDTSC ( void );
162 extern ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ );
163 extern void amd64g_dirtyhelper_OUT ( ULong portno, ULong data,
164 ULong sz/*1,2 or 4*/ );
167 ULong op /* 0 or 1 */ );
207 extern ULong amd64g_dirtyhelper_PCMPxSTRx (