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

1234567891011>>

/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.h89 extern ULong amd64g_calculate_rflags_all (
90 ULong cc_op,
91 ULong cc_dep1, ULong cc_dep2, ULong cc_ndep
94 extern ULong amd64g_calculate_rflags_c (
95 ULong cc_op,
96 ULong cc_dep1, ULong cc_dep2, ULong cc_nde
[all...]
H A Dguest_arm64_defs.h83 ULong arm64g_calculate_flags_nzcv ( ULong cc_op, ULong cc_dep1,
84 ULong cc_dep2, ULong cc_dep3 );
89 ULong arm64g_calculate_flag_c ( ULong cc_op, ULong cc_dep1,
90 ULong cc_dep2, ULong cc_dep
[all...]
H A Dguest_s390_defs.h76 void s390x_dirtyhelper_EX(ULong torun);
77 ULong s390x_dirtyhelper_STCK(ULong *addr);
78 ULong s390x_dirtyhelper_STCKF(ULong *addr);
79 ULong s390x_dirtyhelper_STCKE(ULong *addr);
80 ULong s390x_dirtyhelper_STFLE(VexGuestS390XState *guest_state, ULong *addr);
81 void s390x_dirtyhelper_CUxy(UChar *addr, ULong dat
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_mips64.h50 /* 0 */ ULong guest_r0; /* Hardwired to 0 */
51 /* 8 */ ULong guest_r1; /* Assembler temporary */
52 /* 16 */ ULong guest_r2; /* Values for function returns ...*/
53 /* 24 */ ULong guest_r3; /* ...and expression evaluation */
54 /* 32 */ ULong guest_r4; /* Function arguments */
55 /* 40 */ ULong guest_r5;
56 /* 48 */ ULong guest_r6;
57 /* 56 */ ULong guest_r7;
58 /* 64 */ ULong guest_r8;
59 /* 72 */ ULong guest_r
[all...]
H A Dlibvex_guest_s390x.h67 /* 64 */ ULong guest_f0;
68 /* 72 */ ULong guest_f1;
69 /* 80 */ ULong guest_f2;
70 /* 88 */ ULong guest_f3;
71 /* 96 */ ULong guest_f4;
72 /* 104 */ ULong guest_f5;
73 /* 112 */ ULong guest_f6;
74 /* 120 */ ULong guest_f7;
75 /* 128 */ ULong guest_f8;
76 /* 136 */ ULong guest_f
[all...]
H A Dlibvex_guest_amd64.h56 /* 0 */ ULong host_EvC_FAILADDR;
59 /* 16 */ ULong guest_RAX;
60 /* 24 */ ULong guest_RCX;
61 /* 32 */ ULong guest_RDX;
62 /* 40 */ ULong guest_RBX;
63 /* 48 */ ULong guest_RSP;
64 /* 56 */ ULong guest_RBP;
65 /* 64 */ ULong guest_RSI;
66 /* 72 */ ULong guest_RDI;
67 /* 80 */ ULong guest_R
[all...]
H A Dlibvex_guest_arm64.h44 /* 0 */ ULong host_EvC_FAILADDR;
48 ULong guest_X0;
49 ULong guest_X1;
50 ULong guest_X2;
51 ULong guest_X3;
52 ULong guest_X4;
53 ULong guest_X5;
54 ULong guest_X6;
55 ULong guest_X7;
56 ULong guest_X
[all...]
H A Dlibvex_guest_arm.h118 ULong guest_D0;
119 ULong guest_D1;
120 ULong guest_D2;
121 ULong guest_D3;
122 ULong guest_D4;
123 ULong guest_D5;
124 ULong guest_D6;
125 ULong guest_D7;
126 ULong guest_D8;
127 ULong guest_D
[all...]
H A Dlibvex_guest_mips32.h81 /* 144 */ ULong guest_f0; /* Floating point general purpose registers */
82 /* 152 */ ULong guest_f1;
83 /* 160 */ ULong guest_f2;
84 /* 168 */ ULong guest_f3;
85 /* 176 */ ULong guest_f4;
86 /* 184 */ ULong guest_f5;
87 /* 192 */ ULong guest_f6;
88 /* 200 */ ULong guest_f7;
89 /* 208 */ ULong guest_f8;
90 /* 216 */ ULong guest_f
[all...]
H A Dlibvex_guest_ppc64.h90 /* 0 */ ULong host_EvC_FAILADDR;
95 /* 0 */ ULong guest_GPR0;
96 /* 8 */ ULong guest_GPR1;
97 /* 16 */ ULong guest_GPR2;
98 /* 24 */ ULong guest_GPR3;
99 /* 32 */ ULong guest_GPR4;
100 /* 40 */ ULong guest_GPR5;
101 /* 48 */ ULong guest_GPR6;
102 /* 56 */ ULong guest_GPR7;
103 /* 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 Dxacq_xrel.c9 typedef unsigned long long int ULong; typedef
17 volatile ULong n = 0x5555555555555555ULL; \
18 ULong some = 0x271831415927D459ULL; \
54 volatile ULong n = 0x5555555555555555ULL; \
78 volatile ULong n = 0x5555555555555555ULL;
99 volatile ULong n = 0x5555555555555555ULL;
120 volatile ULong n = 0x5555555555555555ULL;
141 volatile ULong n = 0x5555555555555555ULL;
142 ULong some = 0x271831415927D459ULL;
163 volatile ULong
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_basics.h92 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
93 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */
99 ULong r_rbp;
105 ULong r_lr;
114 ULong x29; /* FP */
115 ULong x30; /* LR */
118 ULong r_fp;
119 ULong r_lr;
127 ULong r30; /* Stack frame pointer or subroutine variable */
128 ULong r3
[all...]
H A Dpub_core_sbprofile.h41 void VG_(get_and_show_SB_profile) ( ULong ecs_done );
H A Dpub_core_coredump.h42 ULong max_size );
/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/coregrind/m_coredump/
H A Dcoredump-macho.c39 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size)
/external/valgrind/main/callgrind/
H A Devents.h88 ULong* CLG_(get_eventset_cost)(EventSet*);
90 void CLG_(init_cost)(EventSet*,ULong*);
92 void CLG_(init_cost_lz)(EventSet*,ULong**);
94 void CLG_(zero_cost)(EventSet*,ULong*);
95 Bool CLG_(is_zero_cost)(EventSet*,ULong*);
96 Bool CLG_(is_equal_cost)(EventSet*,ULong*,ULong*);
97 void CLG_(copy_cost)(EventSet*,ULong* dst, ULong* src);
98 void CLG_(copy_cost_lz)(EventSet*,ULong** pds
[all...]
/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;

Completed in 3802 milliseconds

1234567891011>>