HomeSort by relevance Sort by last modified time
    Searched defs:ULong (Results 1 - 25 of 44) sorted by null

1 2

  /external/valgrind/main/none/tests/amd64/
slahf-amd64.c 4 typedef unsigned long long int ULong;
6 extern ULong lahf_1 ( void );
18 extern ULong lahf_0 ( void );
30 extern ULong sahf_then_lahf ( ULong );
42 ULong i;
46 ULong x = sahf_then_lahf(i << 8);
clc.c 4 typedef unsigned long long int ULong;
6 ULong do_clc ( void )
8 ULong res;
22 ULong do_stc ( void )
24 ULong res;
38 ULong do_cmc ( void )
40 ULong res;
jrcxz.c 4 typedef unsigned long long int ULong;
7 ULong arg64, res64;
lzcnt64.c 4 typedef unsigned long long int ULong;
8 void do_lzcnt64 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
10 ULong block[3] = { arg, 0ULL, 0ULL };
25 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
27 ULong block[3] = { arg, 0ULL, 0ULL };
42 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
44 ULong block[3] = { arg, 0ULL, 0ULL }
    [all...]
bug127521-64.c 5 typedef unsigned long long int ULong;
8 ULong* rdxOut, ULong* raxOut,
9 ULong* memHiOut, ULong* memLoOut,
10 ULong* zOut,
12 ULong rdxIn, ULong raxIn,
13 ULong memHiIn, ULong memLoIn
    [all...]
bug132918.c 5 typedef unsigned long long int ULong;
12 ULong c3210;
cmpxchg.c 6 typedef unsigned long long int ULong;
9 ULong m64;
11 ULong rax;
12 ULong rbx;
13 ULong rcx;
14 ULong rdx;
15 ULong rax_out;
16 ULong rbx_out;
17 ULong rcx_out;
movbe.c 10 typedef unsigned long long int ULong;
pcmpxstrx64.c 13 typedef unsigned long long int ULong;
44 void one_test ( char* summL, ULong rdxIN, char* summR, ULong raxIN )
56 ULong block[ 2/*in:argL*/ // 0 0
pcmpxstrx64w.c 14 typedef unsigned long long int ULong;
45 void one_test ( char* summL, ULong rdxIN, char* summR, ULong raxIN )
57 ULong block[ 2/*in:argL*/ // 0 0
avx-1.c 10 typedef unsigned long long int ULong;
16 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block;
    [all...]
shrld.c 4 typedef unsigned long long int ULong;
6 ULong data;
7 ULong xtra;
8 ULong amt;
9 ULong flags_in;
10 ULong result;
11 ULong flags_out;
162 ULong mask;
172 amt = (ULong)i;
185 amt = (ULong)i
    [all...]
aes.c 9 typedef unsigned long long int ULong;
crc32.c 6 typedef unsigned long long int ULong;
37 UInt do_s_crc32q ( UInt crcIn, ULong q )
70 UInt do_h_crc32q ( UInt crcIn, ULong q )
108 UInt do_h_crc32q_mem ( UInt crcIn, ULong* a )
136 ULong q = 0x0ddC0ffeeBadF00d;
174 crc = do_h_crc32q_mem( crc, (ULong*)&b[i+al] );
183 ULong res = 0xAAAAAAAAAAAAAAAAULL;
  /external/valgrind/main/memcheck/tests/amd64/
bug132146.c 5 typedef unsigned long long ULong;
15 ULong bswapq ( ULong x )
  /external/valgrind/main/none/tests/ppc32/
bug139050-ppc32.c 5 typedef unsigned long long int ULong;
8 static ULong GetCPU_ClockCyclesSinceStartup(void)
24 return (((ULong)(uTimeBaseHigh) << 32) | uTimeBaseLow);
29 ULong cys = GetCPU_ClockCyclesSinceStartup();
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 4 typedef unsigned long long int ULong;
7 ULong m64;
lzcnt32.c 4 typedef unsigned long long int ULong;
  /external/valgrind/main/VEX/useful/
cpuid.c 5 typedef unsigned long long int ULong;
77 typedef unsigned long long int ULong;
show_fp_state.c 11 typedef unsigned long long int ULong;
  /external/valgrind/main/memcheck/tests/
test-plo.c 5 typedef unsigned long long int ULong;
9 static int my_ffsll ( ULong x )
26 assert(sizeof(ULong) == 8);
31 ULong val = *(ULong*)s;
33 ULong val2 = val - 0x0101010101010101ULL;
  /external/valgrind/main/auxprogs/
ppc64shifts.c 4 typedef unsigned long long int ULong;
9 void do_sradi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \
11 ULong argW = arg; \
12 ULong resW = 0; \
13 ULong xerW = 0; \
161 void do_srawi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer )
    [all...]
ppcfround.c 7 typedef unsigned long long int ULong;
32 static ULong double_as_ULong ( double d )
34 union { double dd; ULong ll; } u;
40 static ULong round_with_mask ( ULong x, ULong mask )
99 static void showResult ( Result r, ULong hideMask )
265 ULong hideMask )
286 ULong hideMask )
308 ULong hideMask
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 59 typedef unsigned long long int ULong;
74 ULong w64[2];
117 typedef ULong Addr64;
187 static inline ULong Ptr_to_ULong ( void* p ) {
188 return (ULong)p;
190 static inline void* ULong_to_Ptr ( ULong n ) {
194 static inline ULong Ptr_to_ULong ( void* p ) {
196 return (ULong)w;
198 static inline void* ULong_to_Ptr ( ULong n ) {
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 120 typedef unsigned long long int ULong;
349 ULong expected_stack_start,
350 ULong expected_stack_size )
374 ULong init_rsp = 0;
555 ULong req_stack_addr = 0;
556 ULong req_stack_size = 0;

Completed in 6034 milliseconds

1 2