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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/VEX/priv/
guest_arm_defs.h 86 UInt armg_calculate_flags_nzcv ( UInt cc_op, UInt cc_dep1,
87 UInt cc_dep2, UInt cc_dep3 );
92 UInt armg_calculate_flag_c ( UInt cc_op, UInt cc_dep1,
93 UInt cc_dep2, UInt cc_dep3 )
    [all...]
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 );
126 extern UInt h_generic_calc_GetMSBs8x8 ( ULong );
130 extern UInt h_generic_calc_Add16x2 ( UInt, UInt )
    [all...]
guest_x86_defs.h 90 extern UInt x86g_calculate_eflags_all (
91 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
95 extern UInt x86g_calculate_eflags_c (
96 UInt cc_op, UInt cc_dep1, UInt cc_dep2, UInt cc_ndep
    [all...]
guest_arm_helpers.c 62 static UInt tab_n_eval[ARMG_CC_OP_NUMBER];
63 static UInt tab_z_eval[ARMG_CC_OP_NUMBER];
64 static UInt tab_c_eval[ARMG_CC_OP_NUMBER];
65 static UInt tab_v_eval[ARMG_CC_OP_NUMBER];
66 static UInt initted = 0;
67 static UInt tot_evals = 0;
71 UInt i;
80 UInt i;
99 vassert( ((UInt)(_cc_op)) < ARMG_CC_OP_NUMBER); \
100 _tab[(UInt)(_cc_op)]++;
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_mips32.h 43 /* 0 */ UInt host_EvC_FAILADDR;
44 /* 4 */ UInt host_EvC_COUNTER;
47 /* 8 */ UInt guest_r0; /* Hardwired to 0. */
48 /* 12 */ UInt guest_r1; /* Assembler temporary */
49 /* 16 */ UInt guest_r2; /* Values for function returns ...*/
50 /* 20 */ UInt guest_r3; /* ... and expression evaluation */
51 /* 24 */ UInt guest_r4; /* Function arguments */
52 /* 28 */ UInt guest_r5;
53 /* 32 */ UInt guest_r6;
54 /* 36 */ UInt guest_r7
    [all...]
libvex_guest_arm.h 45 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_R7
    [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_ppc32.h 51 /* 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_GPR5
    [all...]
libvex_guest_s390x.h 46 /* 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_a9
    [all...]
  /external/valgrind/coregrind/
pub_core_cpuid.h 44 extern void VG_(cpuid) ( UInt eax, UInt ecx,
45 UInt* eax_ret, UInt* ebx_ret,
46 UInt* ecx_ret, UInt* edx_ret );
pub_core_basics.h 64 UInt r_ebp;
70 UInt r_lr;
76 UInt r14;
77 UInt r12;
78 UInt r11;
79 UInt r7;
90 UInt r30; /* Stack frame pointer or subroutine variable */
91 UInt r31; /* Return address of the last subroutine call */
92 UInt r28;
pub_core_stacktrace.h 54 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
55 /*OUT*/Addr* ips, UInt n_ips,
  /external/valgrind/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 ( int* origp )
57 UInt reconstructed, mashed;
97 UInt mash_reg_W ( UInt orig )
99 UInt reconstructed, mashed;
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/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/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/none/tests/arm/
intdiv.c 5 typedef unsigned int UInt;
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)rs)
    [all...]
ldrt.c 9 typedef unsigned int UInt;
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_2 (unsigned char* val
    [all...]
  /external/valgrind/include/
pub_tool_stacktrace.h 61 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 );
pub_tool_aspacehl.h 42 extern Addr* VG_(get_segment_starts)( UInt kind_mask, /*OUT*/Int* n_acquired );
pub_tool_threadstate.h 37 extern UInt VG_N_THREADS;
  /external/valgrind/drd/
drd_basics.h 38 typedef UInt DrdThreadId;

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>