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

123456789

/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.h85 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_nde
[all...]
H A Dguest_x86_defs.h100 extern UInt x86g_calculate_FXAM ( UInt tag, ULong dbl );
102 extern ULong x86g_calculate_RCR (
105 extern ULong x86g_calculate_RCL (
113 extern ULong x86g_check_fldcw ( UInt fpucw );
117 extern ULong x86g_check_ldmxcsr ( UInt mxcsr );
129 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
132 extern ULong x86g_calculate_mmx_pmaddwd ( ULong, ULong );
133 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_ppc64.h90 /* 0 */ ULong guest_GPR0;
91 /* 8 */ ULong guest_GPR1;
92 /* 16 */ ULong guest_GPR2;
93 /* 24 */ ULong guest_GPR3;
94 /* 32 */ ULong guest_GPR4;
95 /* 40 */ ULong guest_GPR5;
96 /* 48 */ ULong guest_GPR6;
97 /* 56 */ ULong guest_GPR7;
98 /* 64 */ ULong guest_GPR8;
99 /* 72 */ ULong guest_GPR
[all...]
H A Dlibvex_guest_amd64.h55 /* 0 */ ULong guest_RAX;
56 /* 8 */ ULong guest_RCX;
57 /* 16 */ ULong guest_RDX;
58 /* 24 */ ULong guest_RBX;
59 /* 32 */ ULong guest_RSP;
60 /* 40 */ ULong guest_RBP;
61 /* 48 */ ULong guest_RSI;
62 /* 56 */ ULong guest_RDI;
63 /* 64 */ ULong guest_R8;
64 /* 72 */ ULong guest_R
[all...]
H A Dlibvex_guest_arm.h116 ULong guest_D0;
117 ULong guest_D1;
118 ULong guest_D2;
119 ULong guest_D3;
120 ULong guest_D4;
121 ULong guest_D5;
122 ULong guest_D6;
123 ULong guest_D7;
124 ULong guest_D8;
125 ULong guest_D
[all...]
H A Dlibvex_guest_ppc32.h86 /* 128 */ ULong guest_FPR0;
87 /* 136 */ ULong guest_FPR1;
88 /* 144 */ ULong guest_FPR2;
89 /* 152 */ ULong guest_FPR3;
90 /* 160 */ ULong guest_FPR4;
91 /* 168 */ ULong guest_FPR5;
92 /* 176 */ ULong guest_FPR6;
93 /* 184 */ ULong guest_FPR7;
94 /* 192 */ ULong guest_FPR8;
95 /* 200 */ ULong guest_FPR
[all...]
H A Dlibvex_basictypes.h59 typedef unsigned long long int ULong; typedef
71 ULong w64[2];
114 typedef ULong Addr64;
160 static inline ULong Ptr_to_ULong ( void* p ) {
161 return (ULong)p;
163 static inline void* ULong_to_Ptr ( ULong n ) {
167 static inline ULong Ptr_to_ULong ( void* p ) {
169 return (ULong)w;
171 static inline void* ULong_to_Ptr ( ULong n ) {
/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_initimg.h119 /* 32 */ ULong client_start;
120 /* 40 */ ULong r2;
121 /* 48 */ ULong r3;
122 /* 56 */ ULong r4;
123 /* 64 */ ULong r5;
124 /* 72 */ ULong r6;
125 /* 80 */ ULong r7;
126 /* 88 */ ULong r8;
127 /* 96 */ ULong r9;
128 /* 104 */ ULong r1
[all...]
H A Dpub_core_basics.h87 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15 */
88 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13 */
94 ULong r_rbp;
100 ULong r_lr;
H A Dpub_core_translate.h44 ULong bbs_done,
/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...]
/external/valgrind/main/exp-ptrcheck/tests/
H A Dbad_percentify.c11 typedef unsigned long long int ULong; typedef
24 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, char buf[])
27 ULong p1;
44 ULong p2;

Completed in 463 milliseconds

123456789