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

1234567891011>>

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h144 UInt host_EvC_FAILADDR; /* 0 */
145 UInt host_EvC_COUNTER; /* 4 */
146 UInt guest_EAX; /* 8 */
147 UInt guest_ECX;
148 UInt guest_EDX;
149 UInt guest_EBX;
150 UInt guest_ESP;
151 UInt guest_EBP;
152 UInt guest_ESI;
153 UInt guest_ED
[all...]
H A Dlibvex_guest_arm.h45 UInt host_EvC_FAILADDR; /* 0 */
46 UInt host_EvC_COUNTER; /* 4 */
47 UInt guest_R0;
48 UInt guest_R1;
49 UInt guest_R2;
50 UInt guest_R3;
51 UInt guest_R4;
52 UInt guest_R5;
53 UInt guest_R6;
54 UInt guest_R
[all...]
H A Dlibvex_guest_mips32.h44 /* 0 */ UInt guest_r0; /* Hardwired to 0 */
45 /* 4 */ UInt guest_r1; /* Assembler temporary */
46 /* 8 */ UInt guest_r2; /* Values for function returns ...*/
47 /* 12 */ UInt guest_r3; /* ...and expression evaluation */
48 /* 16 */ UInt guest_r4; /* Function arguments */
49 /* 20 */ UInt guest_r5;
50 /* 24 */ UInt guest_r6;
51 /* 28 */ UInt guest_r7;
52 /* 32 */ UInt guest_r8; /* Temporaries */
53 /* 36 */ UInt guest_r
[all...]
H A Dlibvex_guest_ppc32.h51 /* 0 */ UInt host_EvC_FAILADDR;
52 /* 4 */ UInt host_EvC_COUNTER;
53 /* 8 */ UInt pad3;
54 /* 12 */ UInt pad4;
57 /* 0 */ UInt guest_GPR0;
58 /* 4 */ UInt guest_GPR1;
59 /* 8 */ UInt guest_GPR2;
60 /* 12 */ UInt guest_GPR3;
61 /* 16 */ UInt guest_GPR4;
62 /* 20 */ UInt guest_GPR
[all...]
H A Dlibvex_guest_s390x.h46 /* 0 */ UInt guest_a0;
47 /* 4 */ UInt guest_a1;
48 /* 8 */ UInt guest_a2;
49 /* 12 */ UInt guest_a3;
50 /* 16 */ UInt guest_a4;
51 /* 20 */ UInt guest_a5;
52 /* 24 */ UInt guest_a6;
53 /* 28 */ UInt guest_a7;
54 /* 32 */ UInt guest_a8;
55 /* 36 */ UInt guest_a
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_cpuid.h44 extern void VG_(cpuid) ( UInt eax, UInt ecx,
45 UInt* eax_ret, UInt* ebx_ret,
46 UInt* ecx_ret, UInt* edx_ret );
H A Dpub_core_basics.h96 UInt r_ebp;
102 UInt r_lr;
108 UInt r14;
109 UInt r12;
110 UInt r11;
111 UInt r7;
122 UInt r30; /* Stack frame pointer or subroutine variable */
123 UInt r31; /* Return address of the last subroutine call */
124 UInt r28;
H A Dpub_core_stacktrace.h54 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
55 /*OUT*/Addr* ips, UInt n_ips,
/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 );
126 extern UInt h_generic_calc_GetMSBs8x8 ( ULong );
130 extern UInt h_generic_calc_Add16x
[all...]
H A Dguest_arm_defs.h85 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
86 UInt cc_dep2, UInt cc_dep3 );
91 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
92 UInt cc_dep2, UInt cc_dep
[all...]
H A Dguest_x86_defs.h89 extern UInt x86g_calculate_eflags_all (
90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
94 extern UInt x86g_calculate_eflags_c (
95 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_nde
[all...]
H A Dguest_mips_defs.h92 extern UInt mips32_dirtyhelper_mfc0 ( UInt rd, UInt sel );
94 extern ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel );
98 extern UInt mips32_dirtyhelper_rdhwr ( UInt rt, UInt rd );
103 extern UInt mips_dirtyhelper_calculate_FCSR_fp32 ( void* guest_state, UInt f
[all...]
/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 Dbt_literal.c6 typedef unsigned int UInt; typedef
12 UInt mash_reg_L ( UInt orig )
14 UInt reconstructed, mashed;
55 UInt mash_mem_L ( int* origp )
57 UInt reconstructed, mashed;
97 UInt mash_reg_W ( UInt orig )
99 UInt reconstructed, mashed;
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
[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/none/tests/arm/
H A Dintdiv.c5 typedef unsigned int UInt; typedef
7 __attribute__((noinline)) UInt do_udiv32 ( UInt x, UInt y )
9 UInt res;
19 UInt res;
27 void test ( UInt x, UInt y )
29 UInt ru = do_udiv32(x,y);
31 printf( "%08x %08x -> u:%08x s:%08x\n", x, y, ru, (UInt)r
[all...]
H A Dldrt.c9 typedef unsigned int UInt; typedef
11 __attribute__((noinline)) UInt do_ldrt_imm_132 ( unsigned char* p )
13 UInt res;
21 __attribute__((noinline)) void do_strt_imm_132 ( unsigned char* p, UInt val )
29 __attribute__((noinline)) void do_strbt_imm_132 ( unsigned char* p, UInt* val )
37 __attribute__((noinline)) UInt do_ldrht_imm_1 (unsigned char* val)
39 UInt res;
47 __attribute__((noinline)) void do_ldrsht_imm_1 (UInt* res)
55 __attribute__((noinline)) void do_strht_imm_132 ( unsigned char* p, UInt* val )
63 __attribute__((noinline)) UInt do_ldrbt_imm_
[all...]
/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h61 extern UInt VG_(get_StackTrace) ( ThreadId tid,
62 /*OUT*/StackTrace ips, UInt n_ips,
73 void(*action)(UInt n, Addr ip, void* opaque),
75 StackTrace ips, UInt n_ips
79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
83 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
H A Dpub_tool_libcprint.h52 extern UInt VG_(sprintf) ( HChar* buf, const HChar* format, ... )
55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs )
58 extern UInt VG_(snprintf) ( HChar* buf, Int size,
62 extern UInt VG_(vsnprintf)( HChar* buf, Int size,
68 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, HChar buf[]);
98 extern UInt VG_(printf) ( const HChar *format, ... )
100 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs )
103 extern UInt VG_(printf_xml) ( const HChar *format, ... )
106 extern UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs )
113 extern UInt VG
[all...]
/external/valgrind/main/drd/
H A Ddrd_basics.h38 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 246 milliseconds

1234567891011>>