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

/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h79 UInt w32[4]; member in union:__anon19184
89 UInt w32[8]; member in union:__anon19185
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c36 volatile U4 w32 = 0x88776655; local
37 volatile U1* p = (U1*)&w32;
/external/valgrind/VEX/priv/
H A Dguest_arm64_helpers.c1198 UInt w32 = vex_state->guest_QCFLAG[0] | vex_state->guest_QCFLAG[1] local
1202 if (w32 != 0)
H A Dguest_x86_helpers.c1870 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
1872 ULong w64 = x86g_check_ldmxcsr( w32 );
2077 static UInt calc_parity_8bit ( UInt w32 ) {
2081 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 Dhost_mips_defs.c2066 static UChar *emit32(UChar * p, UInt w32) argument
2069 *p++ = toUChar(w32 & 0x000000FF);
2070 *p++ = toUChar((w32 >> 8) & 0x000000FF);
2071 *p++ = toUChar((w32 >> 16) & 0x000000FF);
2072 *p++ = toUChar((w32 >> 24) & 0x000000FF);
2085 *p++ = toUChar((w32 >> 24) & 0x000000FF);
2086 *p++ = toUChar((w32 >> 16) & 0x000000FF);
2087 *p++ = toUChar((w32 >> 8) & 0x000000FF);
2088 *p++ = toUChar(w32 & 0x000000FF);
2095 UInt w32 local
[all...]
H A Dguest_amd64_helpers.c2155 UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
2157 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 );
3889 gst->guest_YMM0[0] = resV.w32[0];
3890 gst->guest_YMM0[1] = resV.w32[1];
3891 gst->guest_YMM0[2] = resV.w32[2];
3892 gst->guest_YMM0[3] = resV.w32[3];
3895 UInt newECX = resV.w32[0] & 0xFFFF;
4185 static inline UInt RotWord (UInt w32) argument
4187 return ((w32 >> 8) | (w32 << 2
4190 SubWord(UInt w32) argument
[all...]
H A Dhost_ppc_defs.c3087 static UChar* emit32 ( UChar* p, UInt w32, VexEndness endness_host ) argument
3090 *p++ = toUChar((w32 >> 24) & 0x000000FF);
3091 *p++ = toUChar((w32 >> 16) & 0x000000FF);
3092 *p++ = toUChar((w32 >> 8) & 0x000000FF);
3093 *p++ = toUChar((w32) & 0x000000FF);
3095 *p++ = toUChar((w32) & 0x000000FF);
3096 *p++ = toUChar((w32 >> 8) & 0x000000FF);
3097 *p++ = toUChar((w32 >> 16) & 0x000000FF);
3098 *p++ = toUChar((w32 >> 24) & 0x000000FF);
3106 UInt w32 local
[all...]
H A Dir_opt.c1580 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1581 if (w32 == 0)
/external/dng_sdk/source/
H A Ddng_resample.cpp223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample; local
238 w32 [j] = (real32) kernel.Evaluate (x);
240 t32 += w32 [j];
251 w32 [j] *= s32;
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0);
382 real32 *w32 = (real32 *) Weights32 (dng_point ((int32) y, local
414 w32 [index] = (real32) kernel.Evaluate (r);
420 w32 [index] = (real32) kernel.Evaluate (xPos) *
425 t32 += w32 [index];
440 w32 [
[all...]
/external/valgrind/none/tests/amd64/
H A Dpcmpstr64w.c25 UInt w32[4]; member in union:__anon20117
157 resV->w32[0] = newECX;
158 resV->w32[1] = 0;
159 resV->w32[2] = 0;
160 resV->w32[3] = 0;
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c211 UInt w32 = ML_(cur_step_UInt)(p_img); local
212 if (w32 == 0xFFFFFFFF) {
217 return (ULong)w32;
H A Dreaddwarf3.c362 UInt w32; local
364 w32 = get_UInt( c );
365 if (w32 >= 0xFFFFFFF0 && w32 < 0xFFFFFFFF) {
368 else if (w32 == 0xFFFFFFFF) {
373 w64 = (ULong)w32;
/external/valgrind/memcheck/
H A Dmc_main.c2327 UInt w32[OC_W32S_PER_LINE]; member in struct:__anon20049
2343 if (line->w32[i] > 0 && line->descr[i] > 0)
2397 line->w32[i] = 0; /* NO ORIGIN */
2592 line->w32[lineoff+0] = otag;
2593 line->w32[lineoff+1] = otag;
2645 line->w32[lineoff] = otag;
2729 line->w32[lineoff+0] = otag;
2730 line->w32[lineoff+1] = otag;
7069 return line->w32[lineoff];
7101 return line->w32[lineof
[all...]

Completed in 2953 milliseconds