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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 73 UInt w32[4]; member in union:__anon15951
83 UInt w32[8]; member in union:__anon15952
  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 36 volatile U4 w32 = 0x88776655; local
37 volatile U1* p = (U1*)&w32;
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 25 UInt w32[4]; member in union:__anon16793
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 1907 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
    [all...]
guest_x86_helpers.c 1832 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
    [all...]
host_generic_simd64.c 1194 static inline UShort sel16x2_1 ( UInt w32 ) {
1195 return 0xFFFF & (UShort)(w32 >> 16);
1197 static inline UShort sel16x2_0 ( UInt w32 ) {
1198 return 0xFFFF & (UShort)(w32);
1203 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) local
1205 return w32;
1208 static inline UChar sel8x4_3 ( UInt w32 ) {
1209 return toUChar(0xFF & (w32 >> 24));
1211 static inline UChar sel8x4_2 ( UInt w32 ) {
1212 return toUChar(0xFF & (w32 >> 16))
    [all...]
host_mips_defs.c 2429 UInt w32 = 0; local
    [all...]
ir_opt.c 1558 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
    [all...]
host_ppc_defs.c 3131 UInt w32 = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 357 UInt w32; local
359 w32 = get_UInt( c );
360 if (w32 >= 0xFFFFFFF0 && w32 < 0xFFFFFFFF) {
363 else if (w32 == 0xFFFFFFFF) {
368 w64 = (ULong)w32;
    [all...]
readdwarf.c 262 UInt w32 = ML_(cur_step_UInt)(p_img); local
263 if (w32 == 0xFFFFFFFF) {
268 return (ULong)w32;
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 2317 UInt w32[OC_W32S_PER_LINE]; member in struct:__anon16728
    [all...]

Completed in 385 milliseconds