Home | History | Annotate | Download | only in priv

Lines Matching full:ulong

90 extern ULong amd64g_calculate_rflags_all ( 
91 ULong cc_op,
92 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
95 extern ULong amd64g_calculate_rflags_c (
96 ULong cc_op,
97 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
100 extern ULong amd64g_calculate_condition (
101 ULong/*AMD64Condcode*/ cond,
102 ULong cc_op,
103 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
106 extern ULong amd64g_calculate_FXAM ( ULong tag, ULong dbl );
108 extern ULong amd64g_calculate_RCR (
109 ULong arg, ULong rot_amt, ULong rflags_in, Long sz
112 extern ULong amd64g_calculate_RCL (
113 ULong arg, ULong rot_amt, ULong rflags_in, Long sz
116 extern ULong amd64g_calculate_pclmul(ULong s1, ULong s2, ULong which);
118 extern ULong amd64g_check_fldcw ( ULong fpucw );
120 extern ULong amd64g_create_fpucw ( ULong fpround );
122 extern ULong amd64g_check_ldmxcsr ( ULong mxcsr );
124 extern ULong amd64g_create_mxcsr ( ULong sseround );
141 //ULong amd64g_use_seg_selector ( HWord ldt, HWord gdt,
144 extern ULong amd64g_calculate_mmx_pmaddwd ( ULong, ULong );
145 extern ULong amd64g_calculate_mmx_psadbw ( ULong, ULong );
147 extern ULong amd64g_calculate_sse_phminposuw ( ULong sLo, ULong sHi );
149 extern ULong amd64g_calc_crc32b ( ULong crcIn, ULong b );
150 extern ULong amd64g_calc_crc32w ( ULong crcIn, ULong w );
151 extern ULong amd64g_calc_crc32l ( ULong crcIn, ULong l );
152 extern ULong amd64g_calc_crc32q ( ULong crcIn, ULong q );
154 extern ULong amd64g_calc_mpsadbw ( ULong sHi, ULong sLo,
155 ULong dHi, ULong dLo,
156 ULong imm_and_return_control_bit );
158 extern ULong amd64g_calculate_pext ( ULong, ULong );
159 extern ULong amd64g_calculate_pdep ( ULong, ULong );
163 extern ULong amd64g_dirtyhelper_loadF80le ( Addr/*addr*/ );
165 extern void amd64g_dirtyhelper_storeF80le ( Addr/*addr*/, ULong/*data*/ );
185 extern ULong amd64g_dirtyhelper_RDTSC ( void );
188 extern ULong amd64g_dirtyhelper_IN ( ULong portno, ULong sz/*1,2 or 4*/ );
189 extern void amd64g_dirtyhelper_OUT ( ULong portno, ULong data,
190 ULong sz/*1,2 or 4*/ );
193 ULong op /* 0 or 1 */ );
233 extern ULong amd64g_dirtyhelper_PCMPxSTRx (