Searched refs:ULong (Results 1 - 25 of 224) 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_s390_defs.h78 void s390x_dirtyhelper_EX(ULong torun);
79 ULong s390x_dirtyhelper_STCK(ULong *addr);
80 ULong s390x_dirtyhelper_STCKF(ULong *addr);
81 ULong s390x_dirtyhelper_STCKE(ULong *addr);
82 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, HWord addr);
180 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep
[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_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.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_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_basictypes.h59 typedef unsigned long long int ULong; typedef
71 ULong w64[2];
114 typedef ULong Addr64;
180 static inline ULong Ptr_to_ULong ( void* p ) {
181 return (ULong)p;
183 static inline void* ULong_to_Ptr ( ULong n ) {
187 static inline ULong Ptr_to_ULong ( void* p ) {
189 return (ULong)w;
191 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 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/coregrind/
H A Dpub_core_basics.h86 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15 */
87 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13 */
93 ULong r_rbp;
99 ULong r_lr;
108 ULong r_fp;
109 ULong r_lr;
H A Dpub_core_translate.h44 ULong bbs_done,
/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);
H A Dcosts.c40 ULong* CLG_(get_costarray)(Int size)
42 ULong* ptr;
48 COSTCHUNK_SIZE * sizeof(ULong));
/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 810 milliseconds

123456789