Searched defs:w32 (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h73 UInt w32[4]; member in union:__anon32260
83 UInt w32[8]; member in union:__anon32261
/external/valgrind/main/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c36 volatile U4 w32 = 0x88776655; local
37 volatile U1* p = (U1*)&w32;
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64w.c25 UInt w32[4]; member in union:__anon33104
157 resV->w32[0] = newECX;
158 resV->w32[1] = 0;
159 resV->w32[2] = 0;
160 resV->w32[3] = 0;
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c1832 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
1834 ULong w64 = x86g_check_ldmxcsr( w32 );
2003 static UInt calc_parity_8bit ( UInt w32 ) {
2007 p ^= (1 & (w32 >> i));
H A Dhost_generic_simd64.c1194 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 >> 1
[all...]
H A Dguest_amd64_helpers.c1907 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
1909 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 );
3409 gst->guest_YMM0[0] = resV.w32[0];
3410 gst->guest_YMM0[1] = resV.w32[1];
3411 gst->guest_YMM0[2] = resV.w32[2];
3412 gst->guest_YMM0[3] = resV.w32[3];
3415 UInt newECX = resV.w32[0] & 0xFFFF;
3705 static inline UInt RotWord (UInt w32) argument
3707 return ((w32 >> 8) | (w32 << 2
3710 SubWord(UInt w32) argument
[all...]
H A Dhost_mips_defs.c2411 static UChar *emit32(UChar * p, UInt w32) argument
2414 *p++ = toUChar(w32 & 0x000000FF);
2415 *p++ = toUChar((w32 >> 8) & 0x000000FF);
2416 *p++ = toUChar((w32 >> 16) & 0x000000FF);
2417 *p++ = toUChar((w32 >> 24) & 0x000000FF);
2419 *p++ = toUChar((w32 >> 24) & 0x000000FF);
2420 *p++ = toUChar((w32 >> 16) & 0x000000FF);
2421 *p++ = toUChar((w32 >> 8) & 0x000000FF);
2422 *p++ = toUChar(w32 & 0x000000FF);
2429 UInt w32 local
[all...]
H A Dir_opt.c1558 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1559 if (w32 == 0)
H A Dhost_ppc_defs.c3119 static UChar* emit32 ( UChar* p, UInt w32 )
3121 *p++ = toUChar((w32 >> 24) & 0x000000FF);
3122 *p++ = toUChar((w32 >> 16) & 0x000000FF);
3123 *p++ = toUChar((w32 >> 8) & 0x000000FF);
3124 *p++ = toUChar((w32) & 0x000000FF);
3131 UInt w32 = 0; local
3132 w32 |= ((0xFF & (UInt)p[0]) << 24);
3133 w32 |= ((0xFF & (UInt)p[1]) << 16);
3134 w32 |= ((0xFF & (UInt)p[2]) << 8);
3135 w32 |
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c357 UInt w32; local
359 w32 = get_UInt( c );
360 if (w32 >= 0xFFFFFFF0 && w32 < 0xFFFFFFFF) {
363 else if (w32 == 0xFFFFFFFF) {
368 w64 = (ULong)w32;
H A Dreaddwarf.c262 UInt w32 = ML_(cur_step_UInt)(p_img); local
263 if (w32 == 0xFFFFFFFF) {
268 return (ULong)w32;
/external/valgrind/main/memcheck/
H A Dmc_main.c2317 UInt w32[OC_W32S_PER_LINE]; member in struct:__anon33037
2333 if (line->w32[i] > 0 && line->descr[i] > 0)
2387 line->w32[i] = 0; /* NO ORIGIN */
2584 line->w32[lineoff+0] = otag;
2585 line->w32[lineoff+1] = otag;
2637 line->w32[lineoff] = otag;
2721 line->w32[lineoff+0] = otag;
2722 line->w32[lineoff+1] = otag;
6207 return line->w32[lineoff];
6239 return line->w32[lineof
[all...]

Completed in 291 milliseconds