HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 1 - 25 of 348) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/VEX/pub/
libvex_guest_mips32.h 45 /* 0 */ UInt guest_r0; /* Hardwired to 0 */
46 /* 4 */ UInt guest_r1; /* Assembler temporary */
47 /* 8 */ UInt guest_r2; /* Values for function returns ...*/
48 /* 12 */ UInt guest_r3; /* ...and expression evaluation */
49 /* 16 */ UInt guest_r4; /* Function arguments */
50 /* 20 */ UInt guest_r5;
51 /* 24 */ UInt guest_r6;
52 /* 28 */ UInt guest_r7;
53 /* 32 */ UInt guest_r8; /* Temporaries */
54 /* 36 */ UInt guest_r9
    [all...]
libvex_guest_x86.h 145 UInt host_EvC_FAILADDR; /* 0 */
146 UInt host_EvC_COUNTER; /* 4 */
147 UInt guest_EAX; /* 8 */
148 UInt guest_ECX;
149 UInt guest_EDX;
150 UInt guest_EBX;
151 UInt guest_ESP;
152 UInt guest_EBP;
153 UInt guest_ESI;
154 UInt guest_EDI; /* 36 *
    [all...]
libvex_guest_arm.h 46 UInt host_EvC_FAILADDR; /* 0 */
47 UInt host_EvC_COUNTER; /* 4 */
48 UInt guest_R0;
49 UInt guest_R1;
50 UInt guest_R2;
51 UInt guest_R3;
52 UInt guest_R4;
53 UInt guest_R5;
54 UInt guest_R6;
55 UInt guest_R7
    [all...]
libvex_guest_ppc32.h 52 /* 0 */ UInt host_EvC_FAILADDR;
53 /* 4 */ UInt host_EvC_COUNTER;
54 /* 8 */ UInt pad3;
55 /* 12 */ UInt pad4;
58 /* 0 */ UInt guest_GPR0;
59 /* 4 */ UInt guest_GPR1;
60 /* 8 */ UInt guest_GPR2;
61 /* 12 */ UInt guest_GPR3;
62 /* 16 */ UInt guest_GPR4;
63 /* 20 */ UInt guest_GPR5
    [all...]
libvex_guest_s390x.h 47 /* 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_a9
    [all...]
  /external/valgrind/main/include/
pub_tool_cpuid.h 37 extern void VG_(cpuid) ( UInt eax, UInt ecx,
38 UInt* eax_ret, UInt* ebx_ret,
39 UInt* ecx_ret, UInt* edx_ret );
pub_tool_stacktrace.h 59 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 );
pub_tool_libcprint.h 38 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_(message)( VgMsgKind kind, const HChar* format, ...
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.h 107 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, UInt )
    [all...]
guest_x86_defs.h 84 extern UInt x86g_calculate_eflags_all (
85 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
89 extern UInt x86g_calculate_eflags_c (
90 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
    [all...]
guest_arm_defs.h 82 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
83 UInt cc_dep2, UInt cc_dep3 );
88 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
89 UInt cc_dep2, UInt cc_dep3 )
    [all...]
guest_s390_defs.h 84 ULong s390_do_cu12_cu14_helper1(UInt byte1, UInt etf3_and_m3_is_1);
85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4
    [all...]
  /external/valgrind/main/none/tests/x86/
jcxz.c 4 typedef unsigned int UInt;
6 UInt test_jcxz ( UInt arg )
8 UInt block[2];
27 UInt test_jecxz ( UInt arg )
29 UInt block[2];
50 UInt arg = 0x01028374;
bt_literal.c 6 typedef unsigned int UInt;
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 reconstructed, mashed
    [all...]
lzcnt32.c 5 typedef unsigned int UInt;
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 w
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap6.c 12 typedef unsigned int UInt;
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 v5 = vec[5-1];
    [all...]
  /external/valgrind/main/none/tests/ppc32/
bug139050-ppc32.c 6 typedef unsigned int UInt;
10 UInt uTimeBaseLow;
11 UInt uTimeBaseHigh;
12 UInt uCheck;
ldstrev.c 4 typedef unsigned int UInt;
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 data
    [all...]
mcrfs.c 4 typedef unsigned int UInt;
6 void set_fpscr ( UInt x )
8 UInt d[2];
24 UInt r;
  /external/valgrind/main/coregrind/
pub_core_basics.h 92 UInt r_ebp;
98 UInt r_lr;
104 UInt r14;
105 UInt r12;
106 UInt r11;
107 UInt r7;
114 UInt r30; /* Stack frame pointer or subroutine variable */
115 UInt r31; /* Return address of the last subroutine call */
116 UInt r28;
pub_core_stacktrace.h 53 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
54 /*OUT*/Addr* ips, UInt n_ips,
pub_core_coredump.h 39 UInt max_size );
  /external/valgrind/main/coregrind/m_coredump/
coredump-macho.c 39 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
  /external/valgrind/main/drd/
drd_basics.h 38 typedef UInt DrdThreadId;
  /external/valgrind/main/none/tests/amd64/
crc32.c 5 typedef unsigned int UInt;
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 l
    [all...]

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 91011>>