Searched refs:UInt (Results 26 - 50 of 366) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/arm/
H A Dldrt_arm.c6 typedef unsigned int UInt; typedef
8 __attribute__((noinline)) UInt do_ldrt_A1_imm_132 ( unsigned char* p )
10 UInt res;
19 __attribute__((noinline)) UInt do_ldrt_A2_imm_132 ( unsigned char* p )
21 UInt res;
30 __attribute__((noinline)) UInt do_ldrbt_A1_imm_2 (unsigned char* val)
32 UInt res;
41 __attribute__((noinline)) UInt do_ldrbt_A2_imm_2 (unsigned char* val)
43 UInt res;
52 __attribute__((noinline)) UInt do_ldrht_A1_imm_m
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c61 static UInt tab_n_eval[ARMG_CC_OP_NUMBER];
62 static UInt tab_z_eval[ARMG_CC_OP_NUMBER];
63 static UInt tab_c_eval[ARMG_CC_OP_NUMBER];
64 static UInt tab_v_eval[ARMG_CC_OP_NUMBER];
65 static UInt initted = 0;
66 static UInt tot_evals = 0;
70 UInt i;
79 UInt i;
98 vassert( ((UInt)(_cc_op)) < ARMG_CC_OP_NUMBER); \
99 _tab[(UInt)(_cc_o
[all...]
H A Dguest_ppc_defs.h154 extern UInt ppc32g_dirtyhelper_MFSPR_268_269 ( UInt );
156 extern UInt ppc32g_dirtyhelper_MFSPR_287 ( void );
159 UInt vD_idx, UInt sh,
160 UInt shift_right );
163 UInt vD_idx, UInt sh,
164 UInt shift_right );
H A Ds390_disasm.c57 gpr_operand(UInt archreg)
74 fpr_operand(UInt archreg)
91 ar_operand(UInt archreg)
110 cab_operand(const HChar *base, UInt mask)
141 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask)
179 bcr_operand(UInt m1)
190 bc_operand(UInt m1)
201 brc_operand(UInt m1)
212 brcl_operand(UInt m1)
223 cls_operand(Int kind, UInt mas
[all...]
H A Dguest_s390_defs.h83 ULong s390_do_cu12_cu14_helper1(UInt byte1, UInt etf3_and_m3_is_1);
84 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
86 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte
[all...]
H A Dguest_generic_x87.h124 /*OUT*/UInt* resOSZACP,
126 UInt zmaskL, UInt zmaskR,
127 UInt imm8, Bool isxSTRM );
133 /*OUT*/UInt* resOSZACP,
135 UInt zmaskL, UInt zmaskR,
136 UInt imm8, Bool isxSTRM );
H A Dguest_generic_x87.c81 static inline UInt read_bit_array ( UChar* arr, UInt n )
88 static inline void write_bit_array ( UChar* arr, UInt n, UInt b )
253 bexp = (((UInt)f80[9]) << 8) | (UInt)f80[8];
439 UInt sign, expExp;
469 sign = ((UInt)(arg >> 63)) & 1;
566 static UInt clz32 ( UInt
[all...]
H A Dhost_generic_simd64.c49 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
53 static inline UInt sel32x2_1 ( ULong w64 ) {
56 static inline UInt sel32x2_0 ( ULong w64 ) {
66 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2);
67 UInt lo32 = (((UInt)w1) << 16) | ((UInt)w
[all...]
/external/valgrind/main/VEX/useful/
H A Dsmchash.c7 typedef unsigned int UInt; typedef
12 static inline UInt ROL32 ( UInt x, UInt n ) {
33 UInt i;
34 UInt esum, csum;
58 UInt b;
90 UInt hash_const_zero ( GuestBytes* gb ) {
94 UInt hash_sum ( GuestBytes* gb ) {
95 UInt
[all...]
H A Dcpuid.c4 typedef unsigned int UInt; typedef
7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
8 UInt index, UInt ecx_in )
10 UInt a,b,c,d;
21 UInt eax, ebx, ecx, edx;
22 UInt maxid
[all...]
H A Dshow_fp_state.c10 typedef unsigned int UInt; typedef
70 UInt fp_get_tos ( void )
75 UInt fp_get_tag ( UInt regno )
81 UInt fp_get_statusword_flag ( UInt flagno )
87 UInt fp_get_controlword_flag ( UInt flagno )
100 (UInt)i == fp_get_tos() ? "**" : " ", i );
102 printf ( "%02x", (UInt)m_fpu_stat
[all...]
H A Dx87_to_vex_and_back.c49 UInt tag;
53 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
54 UInt tagw = x87->env[FP_ENV_TAG];
71 *(UInt*)(vex_state + OFFB_FTOP) = ftop;
83 UInt tagw;
87 UInt ftop = *(UInt*)(vex_state + OFFB_FTOP);
199 UInt fp_get_tos ( Fpu_State* x87 )
204 UInt fp_get_tag ( Fpu_State* x87, UInt regn
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_transtab.h83 UInt code_len,
86 UInt n_guest_instrs,
91 UInt to_sNo,
92 UInt to_tteNo,
96 /*OUT*/UInt* res_sNo,
97 /*OUT*/UInt* res_tteNo,
106 extern UInt VG_(get_bbs_translated) ( void );
115 UInt code_len );
127 extern ULong VG_(get_SB_profile) ( SBProfEntry tops[], UInt n_tops );
H A Dpub_core_trampoline.h65 extern UInt VG_(x86_linux_REDIR_FOR_strlen)( void* );
73 extern UInt VG_(amd64_linux_REDIR_FOR_strlen)( void* );
79 extern UInt VG_(ppc32_linux_REDIR_FOR_strlen)( void* );
80 extern UInt VG_(ppc32_linux_REDIR_FOR_strcmp)( void*, void* );
86 extern UInt VG_(ppc64_linux_REDIR_FOR_strlen)( void* );
101 extern UInt VG_(arm_linux_REDIR_FOR_strlen)( void* );
131 extern UInt VG_(amd64_darwin_REDIR_FOR_arc4random)( void );
142 extern UInt VG_(mips32_linux_REDIR_FOR_strlen)( void* );
147 extern UInt VG_(mips64_linux_REDIR_FOR_strlen)( void* );
H A Dpub_core_errormgr.h69 extern UInt VG_(get_n_errs_found) ( void );
70 extern UInt VG_(get_n_errs_shown) ( void );
H A Dm_debuglog.c74 static UInt local_sys_write_stderr ( const HChar* buf, Int n )
92 static UInt local_sys_getpid ( void )
94 UInt __res;
108 static UInt local_sys_write_stderr ( const HChar* buf, Int n )
133 return (UInt)block[0];
136 static UInt local_sys_getpid ( void )
138 UInt __res;
151 static UInt local_sys_write_stderr ( const HChar* buf, Int n )
175 return (UInt)block[0];
178 static UInt local_sys_getpi
[all...]
H A Dpub_core_aspacemgr.h87 // ( Addr start, SizeT len, UInt prot );
93 ( Addr start, SizeT len, UInt prot );
100 ( Addr start, SizeT len, UInt prot );
177 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
183 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
194 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
210 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
224 ( Addr start, SizeT length, UInt pro
[all...]
/external/valgrind/main/callgrind/
H A Dcosts.h14 extern UInt CLG_(costarray_entries);
15 extern UInt CLG_(costarray_chunks);
/external/valgrind/main/none/tests/amd64/
H A Djrcxz.c5 typedef unsigned int UInt; typedef
31 UInt arg32, res32;
H A Dlzcnt64.c5 typedef unsigned int UInt; typedef
8 void do_lzcnt64 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
25 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
42 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
65 UInt flags;
75 UInt flags;
85 UInt flags;
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h55 typedef unsigned int UInt; typedef
63 typedef UInt U128[4];
66 typedef UInt U256[8];
73 UInt w32[4];
83 UInt w32[8];
120 static inline UInt toUInt ( Long x ) {
122 return (UInt)x;
126 typedef UInt Addr32;
229 UInt w = (UInt)
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dmisc.c70 UInt x = 0x76543210;
79 | ( ((UInt)data[1]) << 8 );
82 | ( ((UInt)data[0]) << 8 );
91 | ( ((UInt)data[1]) << 8 )
92 | ( ((UInt)data[2]) << 16 )
93 | ( ((UInt)data[3]) << 24 );
96 | ( ((UInt)data[2]) << 8 )
97 | ( ((UInt)data[1]) << 16 )
98 | ( ((UInt)data[0]) << 24 );
128 UInt
[all...]
/external/valgrind/main/include/
H A Dpub_tool_execontext.h77 extern void VG_(apply_ExeContext)( void(*action)(UInt n, Addr ip),
78 ExeContext* ec, UInt n_ips );
93 extern UInt VG_(get_ECU_from_ExeContext)( ExeContext* e );
100 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
108 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) {
113 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips );
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-bsfl.c8 typedef unsigned int UInt; typedef
11 static int ctz(UInt x)
13 assert(sizeof(UInt) == 4);
14 int result=8*sizeof(UInt);
22 static void set_vbits(UInt *addr, UInt vbits)
/external/valgrind/main/none/tests/x86/
H A Dcmpxchg8b.c5 typedef unsigned int UInt; typedef
9 UInt eax;
10 UInt ebx;
11 UInt ecx;
12 UInt edx;
13 UInt zout;

Completed in 315 milliseconds

1234567891011>>