Home
last modified time | relevance | path

Searched refs:w32 (Results 1 – 25 of 28) sorted by relevance

12

/external/valgrind/main/VEX/priv/
Dhost_generic_simd256.c44 res->w32[0] = argL->w32[ argR->w32[0] & 7 ]; in h_generic_calc_Perm32x8()
45 res->w32[1] = argL->w32[ argR->w32[1] & 7 ]; in h_generic_calc_Perm32x8()
46 res->w32[2] = argL->w32[ argR->w32[2] & 7 ]; in h_generic_calc_Perm32x8()
47 res->w32[3] = argL->w32[ argR->w32[3] & 7 ]; in h_generic_calc_Perm32x8()
48 res->w32[4] = argL->w32[ argR->w32[4] & 7 ]; in h_generic_calc_Perm32x8()
49 res->w32[5] = argL->w32[ argR->w32[5] & 7 ]; in h_generic_calc_Perm32x8()
50 res->w32[6] = argL->w32[ argR->w32[6] & 7 ]; in h_generic_calc_Perm32x8()
51 res->w32[7] = argL->w32[ argR->w32[7] & 7 ]; in h_generic_calc_Perm32x8()
Dhost_generic_simd128.c136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]); in h_generic_calc_Mul32x4()
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]); in h_generic_calc_Mul32x4()
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]); in h_generic_calc_Mul32x4()
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3]); in h_generic_calc_Mul32x4()
146 res->w32[0] = max32S(argL->w32[0], argR->w32[0]); in h_generic_calc_Max32Sx4()
147 res->w32[1] = max32S(argL->w32[1], argR->w32[1]); in h_generic_calc_Max32Sx4()
148 res->w32[2] = max32S(argL->w32[2], argR->w32[2]); in h_generic_calc_Max32Sx4()
149 res->w32[3] = max32S(argL->w32[3], argR->w32[3]); in h_generic_calc_Max32Sx4()
156 res->w32[0] = min32S(argL->w32[0], argR->w32[0]); in h_generic_calc_Min32Sx4()
157 res->w32[1] = min32S(argL->w32[1], argR->w32[1]); in h_generic_calc_Min32Sx4()
[all …]
Dguest_generic_x87.c649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF ); in compute_PCMPxSTRx_gen_output()
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF ); in compute_PCMPxSTRx_gen_output()
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF ); in compute_PCMPxSTRx_gen_output()
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF ); in compute_PCMPxSTRx_gen_output()
654 resV->w32[0] = intRes2 & 0xFFFF; in compute_PCMPxSTRx_gen_output()
655 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output()
656 resV->w32[2] = 0; in compute_PCMPxSTRx_gen_output()
657 resV->w32[3] = 0; in compute_PCMPxSTRx_gen_output()
673 resV->w32[0] = newECX; in compute_PCMPxSTRx_gen_output()
674 resV->w32[1] = 0; in compute_PCMPxSTRx_gen_output()
[all …]
Dhost_generic_simd64.c1194 static inline UShort sel16x2_1 ( UInt w32 ) { in sel16x2_1() argument
1195 return 0xFFFF & (UShort)(w32 >> 16); in sel16x2_1()
1197 static inline UShort sel16x2_0 ( UInt w32 ) { in sel16x2_0() argument
1198 return 0xFFFF & (UShort)(w32); in sel16x2_0()
1203 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) in mk8x4() local
1205 return w32; in mk8x4()
1208 static inline UChar sel8x4_3 ( UInt w32 ) { in sel8x4_3() argument
1209 return toUChar(0xFF & (w32 >> 24)); in sel8x4_3()
1211 static inline UChar sel8x4_2 ( UInt w32 ) { in sel8x4_2() argument
1212 return toUChar(0xFF & (w32 >> 16)); in sel8x4_2()
[all …]
Dguest_amd64_helpers.c1907 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) in amd64g_dirtyhelper_FXRSTOR() local
1909 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); in amd64g_dirtyhelper_FXRSTOR()
3409 gst->guest_YMM0[0] = resV.w32[0]; in amd64g_dirtyhelper_PCMPxSTRx()
3410 gst->guest_YMM0[1] = resV.w32[1]; in amd64g_dirtyhelper_PCMPxSTRx()
3411 gst->guest_YMM0[2] = resV.w32[2]; in amd64g_dirtyhelper_PCMPxSTRx()
3412 gst->guest_YMM0[3] = resV.w32[3]; in amd64g_dirtyhelper_PCMPxSTRx()
3415 UInt newECX = resV.w32[0] & 0xFFFF; in amd64g_dirtyhelper_PCMPxSTRx()
3705 static inline UInt RotWord (UInt w32) in RotWord() argument
3707 return ((w32 >> 8) | (w32 << 24)); in RotWord()
3710 static inline UInt SubWord (UInt w32) in SubWord() argument
[all …]
Dhost_mips_defs.c2411 static UChar *emit32(UChar * p, UInt w32) in emit32() argument
2414 *p++ = toUChar(w32 & 0x000000FF); in emit32()
2415 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
2416 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
2417 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
2419 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
2420 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
2421 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
2422 *p++ = toUChar(w32 & 0x000000FF); in emit32()
2429 UInt w32 = 0; in fetch32() local
[all …]
Dguest_x86_helpers.c1832 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) in x86g_dirtyhelper_FXRSTOR() local
1834 ULong w64 = x86g_check_ldmxcsr( w32 ); in x86g_dirtyhelper_FXRSTOR()
2003 static UInt calc_parity_8bit ( UInt w32 ) { in calc_parity_8bit() argument
2007 p ^= (1 & (w32 >> i)); in calc_parity_8bit()
Dhost_x86_defs.c1883 static UChar* emit32 ( UChar* p, UInt w32 ) in emit32() argument
1885 *p++ = toUChar( w32 & 0x000000FF); in emit32()
1886 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
1887 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
1888 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
1894 static Bool fits8bits ( UInt w32 ) in fits8bits() argument
1896 Int i32 = (Int)w32; in fits8bits()
Dhost_amd64_defs.c1982 static UChar* emit32 ( UChar* p, UInt w32 ) in emit32() argument
1984 *p++ = toUChar((w32) & 0x000000FF); in emit32()
1985 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
1986 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
1987 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
2000 static Bool fits8bits ( UInt w32 ) in fits8bits() argument
2002 Int i32 = (Int)w32; in fits8bits()
Dhost_ppc_defs.c3119 static UChar* emit32 ( UChar* p, UInt w32 ) in emit32() argument
3121 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
3122 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
3123 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
3124 *p++ = toUChar((w32) & 0x000000FF); in emit32()
3131 UInt w32 = 0; in fetch32() local
3132 w32 |= ((0xFF & (UInt)p[0]) << 24); in fetch32()
3133 w32 |= ((0xFF & (UInt)p[1]) << 16); in fetch32()
3134 w32 |= ((0xFF & (UInt)p[2]) << 8); in fetch32()
3135 w32 |= ((0xFF & (UInt)p[3]) << 0); in fetch32()
[all …]
Dir_opt.c1558 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; in fold_Expr() local
1559 if (w32 == 0) in fold_Expr()
/external/valgrind/main/VEX/pub/
Dlibvex_basictypes.h73 UInt w32[4]; member
83 UInt w32[8]; member
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_copy_sse2.asm27 je .w32
51 .w32: label
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
Dvp9_copy_sse2.asm27 je .w32
51 .w32: label
/external/valgrind/main/memcheck/tests/common/
Dsh-mem-vec128.tmpl.c36 volatile U4 w32 = 0x88776655; in get_endianness() local
37 volatile U1* p = (U1*)&w32; in get_endianness()
/external/valgrind/main/none/tests/amd64/
Dpcmpstr64w.c25 UInt w32[4]; member
157 resV->w32[0] = newECX; in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
158 resV->w32[1] = 0; in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
159 resV->w32[2] = 0; in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
160 resV->w32[3] = 0; in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
Dsse4-64.c206 void set_mxcsr ( UInt w32 ) in set_mxcsr() argument
208 if (0) printf("set %08x\n", w32); in set_mxcsr()
209 ULong w64 = (ULong)w32; in set_mxcsr()
/external/valgrind/main/memcheck/
Dmc_main.c2317 UInt w32[OC_W32S_PER_LINE]; member
2333 if (line->w32[i] > 0 && line->descr[i] > 0) in classify_OCacheLine()
2387 line->w32[i] = 0; /* NO ORIGIN */ in zeroise_OCacheLine()
2584 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()
2585 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()
2637 line->w32[lineoff] = otag; in make_aligned_word32_undefined_w_otag()
2721 line->w32[lineoff+0] = otag; in make_aligned_word64_undefined_w_otag()
2722 line->w32[lineoff+1] = otag; in make_aligned_word64_undefined_w_otag()
6207 return line->w32[lineoff]; in MC_()
6239 return line->w32[lineoff]; in MC_()
[all …]
/external/libpng/contrib/gregbook/
DREADME29 Makefile.w32 Windows (MSVC) makefile
117 Copy Makefile.w32 to Makefile and edit the PNGPATH and ZPATH variables
/external/zlib/src/old/os2/
DMakefile.os256 contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf3.c357 UInt w32; in get_Initial_Length() local
359 w32 = get_UInt( c ); in get_Initial_Length()
360 if (w32 >= 0xFFFFFFF0 && w32 < 0xFFFFFFFF) { in get_Initial_Length()
363 else if (w32 == 0xFFFFFFFF) { in get_Initial_Length()
368 w64 = (ULong)w32; in get_Initial_Length()
Dreaddwarf.c262 UInt w32 = ML_(cur_step_UInt)(p_img); in step_initial_length_field() local
263 if (w32 == 0xFFFFFFFF) { in step_initial_length_field()
268 return (ULong)w32; in step_initial_length_field()
/external/libexif/m4m/
Dgp-check-library.m482 *w32*) soext=".dll" ;;
/external/libpng/
DCHANGES397 Added makefile.w32, for Microsoft C++ 4.0 and later (Tim Wegner).
468 makefile.w32 to use it (Nirav Chhatrapati, INTEL Corporation,
479 Define PNG_USE_PNGVCRD in makefile.w32, to get MMX assembler code.
/external/zlib/src/
DChangeLog1078 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier)

12