Searched refs:UInt (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h144 UInt guest_EAX; /* 0 */
145 UInt guest_ECX;
146 UInt guest_EDX;
147 UInt guest_EBX;
148 UInt guest_ESP;
149 UInt guest_EBP;
150 UInt guest_ESI;
151 UInt guest_EDI; /* 28 */
154 UInt guest_CC_OP; /* 32 */
155 UInt guest_CC_DEP
[all...]
H A Dlibvex_guest_arm.h45 UInt guest_R0;
46 UInt guest_R1;
47 UInt guest_R2;
48 UInt guest_R3;
49 UInt guest_R4;
50 UInt guest_R5;
51 UInt guest_R6;
52 UInt guest_R7;
53 UInt guest_R8;
54 UInt guest_R
[all...]
H A Dlibvex_guest_ppc32.h52 /* 0 */ UInt guest_GPR0;
53 /* 4 */ UInt guest_GPR1;
54 /* 8 */ UInt guest_GPR2;
55 /* 12 */ UInt guest_GPR3;
56 /* 16 */ UInt guest_GPR4;
57 /* 20 */ UInt guest_GPR5;
58 /* 24 */ UInt guest_GPR6;
59 /* 28 */ UInt guest_GPR7;
60 /* 32 */ UInt guest_GPR8;
61 /* 36 */ UInt guest_GPR
[all...]
H A Dlibvex_guest_s390x.h47 /* 0 */ UInt guest_a0;
48 /* 4 */ UInt guest_a1;
49 /* 8 */ UInt guest_a2;
50 /* 12 */ UInt guest_a3;
51 /* 16 */ UInt guest_a4;
52 /* 20 */ UInt guest_a5;
53 /* 24 */ UInt guest_a6;
54 /* 28 */ UInt guest_a7;
55 /* 32 */ UInt guest_a8;
56 /* 36 */ UInt guest_a
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd64.h107 extern ULong h_generic_calc_ShlN8x8 ( ULong, UInt );
108 extern ULong h_generic_calc_ShlN16x4 ( ULong, UInt );
109 extern ULong h_generic_calc_ShlN32x2 ( ULong, UInt );
111 extern ULong h_generic_calc_ShrN16x4 ( ULong, UInt );
112 extern ULong h_generic_calc_ShrN32x2 ( ULong, UInt );
114 extern ULong h_generic_calc_SarN8x8 ( ULong, UInt );
115 extern ULong h_generic_calc_SarN16x4 ( ULong, UInt );
116 extern ULong h_generic_calc_SarN32x2 ( ULong, UInt );
128 extern UInt h_generic_calc_Add16x2 ( UInt, UIn
[all...]
H A Dguest_x86_defs.h85 extern UInt x86g_calculate_eflags_all (
86 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
90 extern UInt x86g_calculate_eflags_c (
91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_nde
[all...]
H A Dguest_arm_defs.h83 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
84 UInt cc_dep2, UInt cc_dep3 );
89 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
90 UInt cc_dep2, UInt cc_dep
[all...]
H A Dguest_arm_helpers.c60 static UInt tab_n_eval[ARMG_CC_OP_NUMBER];
61 static UInt tab_z_eval[ARMG_CC_OP_NUMBER];
62 static UInt tab_c_eval[ARMG_CC_OP_NUMBER];
63 static UInt tab_v_eval[ARMG_CC_OP_NUMBER];
64 static UInt initted = 0;
65 static UInt tot_evals = 0;
69 UInt i;
78 UInt i;
97 vassert( ((UInt)(_cc_op)) < ARMG_CC_OP_NUMBER); \
98 _tab[(UInt)(_cc_o
[all...]
/external/valgrind/main/include/
H A Dpub_tool_cpuid.h37 extern void VG_(cpuid) ( UInt eax, UInt ecx,
38 UInt* eax_ret, UInt* ebx_ret,
39 UInt* ecx_ret, UInt* edx_ret );
H A Dpub_tool_stacktrace.h59 extern UInt VG_(get_StackTrace) ( ThreadId tid,
60 /*OUT*/StackTrace ips, UInt n_ips,
71 void(*action)(UInt n, Addr ip, void* opaque),
73 StackTrace ips, UInt n_ips
77 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
81 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
H A Dpub_tool_libcprint.h38 extern UInt VG_(sprintf) ( Char* buf, const HChar* format, ... )
41 extern UInt VG_(vsprintf) ( Char* buf, const HChar* format, va_list vargs )
44 extern UInt VG_(snprintf) ( Char* buf, Int size,
48 extern UInt VG_(vsnprintf)( Char* buf, Int size,
54 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]);
84 extern UInt VG_(printf) ( const HChar *format, ... )
86 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs )
89 extern UInt VG_(printf_xml) ( const HChar *format, ... )
92 extern UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs )
101 extern UInt VG
[all...]
H A Dpub_tool_execontext.h75 extern void VG_(apply_ExeContext)( void(*action)(UInt n, Addr ip),
76 ExeContext* ec, UInt n_ips );
91 extern UInt VG_(get_ECU_from_ExeContext)( ExeContext* e );
98 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
106 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) {
111 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips );
/external/valgrind/main/none/tests/x86/
H A Djcxz.c4 typedef unsigned int UInt; typedef
6 UInt test_jcxz ( UInt arg )
8 UInt block[2];
27 UInt test_jecxz ( UInt arg )
29 UInt block[2];
50 UInt arg = 0x01028374;
H A Dlzcnt32.c5 typedef unsigned int UInt; typedef
8 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
10 UInt block[3] = { arg, 0, 0 };
25 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
27 UInt block[3] = { arg, 0, 0 };
43 UInt
71 typedef unsigned int UInt; typedef
[all...]
H A Dbt_literal.c6 typedef unsigned int UInt; typedef
12 UInt mash_reg_L ( UInt orig )
14 UInt reconstructed, mashed;
55 UInt mash_mem_L ( UInt* origp )
57 UInt reconstructed, mashed;
97 UInt mash_reg_W ( UInt orig )
99 UInt reconstructe
[all...]
/external/valgrind/main/memcheck/tests/
H A Dwrap6.c12 typedef unsigned int UInt; typedef
14 #define ROL(_x,n) (((_x) << n) | ((UInt)(_x)) >> ((8*sizeof(UInt)-n)))
18 register UInt* vec = (_vec); \
21 register UInt i, sum = 0; \
22 register UInt v1 = vec[1-1]; \
23 register UInt v2 = vec[2-1]; \
24 register UInt v3 = vec[3-1]; \
25 register UInt v4 = vec[4-1]; \
26 register UInt v
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dbug139050-ppc32.c6 typedef unsigned int UInt; typedef
10 UInt uTimeBaseLow;
11 UInt uTimeBaseHigh;
12 UInt uCheck;
H A Dldstrev.c4 typedef unsigned int UInt; typedef
7 UInt read16le ( void* a )
9 UInt res;
19 UInt read16be ( void* a )
21 UInt res;
31 UInt read32le ( void* a )
33 UInt res;
43 UInt read32be ( void* a )
45 UInt res;
55 void write16be ( void* a, UInt dat
[all...]
H A Dmcrfs.c4 typedef unsigned int UInt; typedef
6 void set_fpscr ( UInt x )
8 UInt d[2];
24 UInt r;
/external/valgrind/main/coregrind/
H A Dpub_core_basics.h90 UInt r_ebp;
96 UInt r_lr;
102 UInt r14;
103 UInt r12;
104 UInt r11;
105 UInt r7;
H A Dpub_core_stacktrace.h53 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
54 /*OUT*/Addr* ips, UInt n_ips,
H A Dpub_core_coredump.h39 UInt max_size );
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-macho.c39 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
/external/valgrind/main/drd/
H A Ddrd_basics.h39 typedef UInt DrdThreadId;
/external/valgrind/main/none/tests/amd64/
H A Dcrc32.c5 typedef unsigned int UInt; typedef
13 UInt do_s_crc32b ( UInt crcIn, UChar b )
15 UInt i, crc = (b & 0xFF) ^ crcIn;
21 UInt do_s_crc32w ( UInt crcIn, UShort w )
23 UInt i, crc = (w & 0xFFFF) ^ crcIn;
29 UInt do_s_crc32l ( UInt crcIn, UInt
[all...]

Completed in 326 milliseconds

1234567891011>>