HomeSort by relevance Sort by last modified time
    Searched defs:w32 (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 73 UInt w32[4]; member in union:__anon16517
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 25 UInt w32[4]; member in union:__anon17284
157 resV->w32[0] = newECX;
158 resV->w32[1] = 0;
159 resV->w32[2] = 0;
160 resV->w32[3] = 0;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 1818 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
    [all...]
guest_x86_helpers.c 1831 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
    [all...]
host_generic_simd64.c 1179 static inline UShort sel16x2_1 ( UInt w32 ) {
1180 return 0xFFFF & (UShort)(w32 >> 16);
1182 static inline UShort sel16x2_0 ( UInt w32 ) {
1183 return 0xFFFF & (UShort)(w32);
1188 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) local
1190 return w32;
1193 static inline UChar sel8x4_3 ( UInt w32 ) {
1194 return toUChar(0xFF & (w32 >> 24));
1196 static inline UChar sel8x4_2 ( UInt w32 ) {
1197 return toUChar(0xFF & (w32 >> 16))
    [all...]
host_mips_defs.c 2317 UInt w32 = 0; local
    [all...]
host_ppc_defs.c 2952 UInt w32 = 0; local
    [all...]
ir_opt.c 1483 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 349 UInt w32; local
351 w32 = get_UInt( c );
352 if (w32 >= 0xFFFFFFF0 && w32 < 0xFFFFFFFF) {
355 else if (w32 == 0xFFFFFFFF) {
360 w64 = (ULong)w32;
    [all...]
readdwarf.c 280 UInt w32 = ML_(read_UInt)(p_img); local
281 if (w32 == 0xFFFFFFFF) {
286 return (ULong)w32;
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 2112 UInt w32[OC_W32S_PER_LINE]; member in struct:__anon17235
    [all...]

Completed in 162 milliseconds