Searched refs:ULong (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.h56 extern ULong h_generic_calc_Add32x2 ( ULong, ULong );
57 extern ULong h_generic_calc_Add16x4 ( ULong, ULong );
58 extern ULong h_generic_calc_Add8x8 ( ULong, ULong );
60 extern ULong h_generic_calc_QAdd16Sx
[all...]
H A Dguest_amd64_defs.h84 extern ULong amd64g_calculate_rflags_all (
85 ULong cc_op,
86 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
89 extern ULong amd64g_calculate_rflags_c (
90 ULong cc_op,
91 ULong cc_dep1, ULong cc_dep2, ULong cc_nde
[all...]
H A Dguest_s390_defs.h77 void s390x_dirtyhelper_EX(ULong torun);
78 ULong s390x_dirtyhelper_STCK(ULong *addr);
79 ULong s390x_dirtyhelper_STCKF(ULong *addr);
80 ULong s390x_dirtyhelper_STCKE(ULong *addr);
81 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr);
82 void s390x_dirtyhelper_CUxy(UChar *addr, ULong dat
[all...]
H A Dguest_x86_defs.h99 extern UInt x86g_calculate_FXAM ( UInt tag, ULong dbl );
101 extern ULong x86g_calculate_RCR (
104 extern ULong x86g_calculate_RCL (
112 extern ULong x86g_check_fldcw ( UInt fpucw );
116 extern ULong x86g_check_ldmxcsr ( UInt mxcsr );
128 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
131 extern ULong x86g_calculate_mmx_pmaddwd ( ULong, ULong );
132 extern ULong x86g_calculate_mmx_psadb
[all...]
H A Dhost_generic_simd64.c48 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
49 return (((ULong)w1) << 32) | ((ULong)w0);
52 static inline UInt sel32x2_1 ( ULong w64 ) {
55 static inline UInt sel32x2_0 ( ULong w64 ) {
63 static inline ULong mk16x4 ( UShort w3, UShort w2,
70 static inline UShort sel16x4_3 ( ULong w64 ) {
74 static inline UShort sel16x4_2 ( ULong w64 ) {
78 static inline UShort sel16x4_1 ( ULong w64 ) {
82 static inline UShort sel16x4_0 ( ULong w6
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_s390x.h68 /* 64 */ ULong guest_f0;
69 /* 72 */ ULong guest_f1;
70 /* 80 */ ULong guest_f2;
71 /* 88 */ ULong guest_f3;
72 /* 96 */ ULong guest_f4;
73 /* 104 */ ULong guest_f5;
74 /* 112 */ ULong guest_f6;
75 /* 120 */ ULong guest_f7;
76 /* 128 */ ULong guest_f8;
77 /* 136 */ ULong guest_f
[all...]
H A Dlibvex_guest_amd64.h57 /* 0 */ ULong host_EvC_FAILADDR;
60 /* 16 */ ULong guest_RAX;
61 /* 24 */ ULong guest_RCX;
62 /* 32 */ ULong guest_RDX;
63 /* 40 */ ULong guest_RBX;
64 /* 48 */ ULong guest_RSP;
65 /* 56 */ ULong guest_RBP;
66 /* 64 */ ULong guest_RSI;
67 /* 72 */ ULong guest_RDI;
68 /* 80 */ ULong guest_R
[all...]
H A Dlibvex_guest_arm.h119 ULong guest_D0;
120 ULong guest_D1;
121 ULong guest_D2;
122 ULong guest_D3;
123 ULong guest_D4;
124 ULong guest_D5;
125 ULong guest_D6;
126 ULong guest_D7;
127 ULong guest_D8;
128 ULong guest_D
[all...]
H A Dlibvex_guest_ppc64.h91 /* 0 */ ULong host_EvC_FAILADDR;
96 /* 0 */ ULong guest_GPR0;
97 /* 8 */ ULong guest_GPR1;
98 /* 16 */ ULong guest_GPR2;
99 /* 24 */ ULong guest_GPR3;
100 /* 32 */ ULong guest_GPR4;
101 /* 40 */ ULong guest_GPR5;
102 /* 48 */ ULong guest_GPR6;
103 /* 56 */ ULong guest_GPR7;
104 /* 64 */ ULong guest_GPR
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dslahf-amd64.c4 typedef unsigned long long int ULong; typedef
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);
H A Dclc.c4 typedef unsigned long long int ULong; typedef
6 ULong do_clc ( void )
8 ULong res;
22 ULong do_stc ( void )
24 ULong res;
38 ULong do_cmc ( void )
40 ULong res;
H A Dbug127521-64.c5 typedef unsigned long long int ULong; typedef
8 ULong* rdxOut, ULong* raxOut,
9 ULong* memHiOut, ULong* memLoOut,
10 ULong* zOut,
12 ULong rdxIn, ULong raxIn,
13 ULong memHiIn, ULong memLoI
[all...]
H A Dlzcnt64.c4 typedef unsigned long long int ULong; typedef
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 bloc
[all...]
H A Djrcxz.c4 typedef unsigned long long int ULong; typedef
7 ULong arg64, res64;
H A Dshrld.c4 typedef unsigned long long int ULong; typedef
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)
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dbug139050-ppc32.c5 typedef unsigned long long int ULong; typedef
8 static ULong GetCPU_ClockCyclesSinceStartup(void)
24 return (((ULong)(uTimeBaseHigh) << 32) | uTimeBaseLow);
29 ULong cys = GetCPU_ClockCyclesSinceStartup();
/external/valgrind/main/auxprogs/
H A Dppc64shifts.c4 typedef unsigned long long int ULong; typedef
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* xe
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c6 typedef unsigned long long int ULong; typedef
18 ULong btsq_mem ( char* base, Word bitno )
32 ULong btrq_mem ( char* base, Word bitno )
43 ULong btcq_mem ( char* base, Word bitno )
54 ULong btq_mem ( char* base, Word bitno )
69 ULong btsl_mem ( char* base, Word bitno )
83 ULong btrl_mem ( char* base, Word bitno )
94 ULong btcl_mem ( char* base, Word bitno )
105 ULong btl_mem ( char* base, Word bitno )
121 ULong btsw_me
[all...]
/external/valgrind/main/callgrind/
H A Devents.h86 ULong* CLG_(get_eventset_cost)(EventSet*);
88 void CLG_(init_cost)(EventSet*,ULong*);
90 void CLG_(init_cost_lz)(EventSet*,ULong**);
92 void CLG_(zero_cost)(EventSet*,ULong*);
93 Bool CLG_(is_zero_cost)(EventSet*,ULong*);
94 Bool CLG_(is_equal_cost)(EventSet*,ULong*,ULong*);
95 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
96 void CLG_(copy_cost_lz)(EventSet*,ULong** pds
[all...]
H A Dcosts.h26 ULong data[0];
31 ULong* CLG_(get_costarray)(Int size);
/external/valgrind/main/coregrind/
H A Dpub_core_basics.h88 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
89 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */
95 ULong r_rbp;
101 ULong r_lr;
110 ULong r_fp;
111 ULong r_lr;
H A Dpub_core_translate.h44 ULong bbs_done,
/external/valgrind/main/memcheck/tests/
H A Dtest-plo.c5 typedef unsigned long long int ULong; typedef
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/coregrind/m_debuginfo/
H A Dmisc.c107 | ( ((ULong)data[1]) << 8 )
108 | ( ((ULong)data[2]) << 16 )
109 | ( ((ULong)data[3]) << 24 )
110 | ( ((ULong)data[4]) << 32 )
111 | ( ((ULong)data[5]) << 40 )
112 | ( ((ULong)data[6]) << 48 )
113 | ( ((ULong)data[7]) << 56 );
116 | ( ((ULong)data[6]) << 8 )
117 | ( ((ULong)data[5]) << 16 )
118 | ( ((ULong)dat
[all...]
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h53 ULong dev;
54 ULong ino;
55 ULong nlink;
59 ULong rdev;
61 ULong blksize;
62 ULong blocks;
63 ULong atime;
64 ULong atime_nsec;
65 ULong mtime;
66 ULong mtime_nse
[all...]

Completed in 381 milliseconds

12345678910