Home
last modified time | relevance | path

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

12

/external/valgrind/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 …]
Dguest_amd64_helpers.c2155 UInt w32 = (((UInt)addrS[12]) & 0xFFFF) in amd64g_dirtyhelper_XRSTOR_COMPONENT_1_EXCLUDING_XMMREGS() local
2157 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); in amd64g_dirtyhelper_XRSTOR_COMPONENT_1_EXCLUDING_XMMREGS()
3889 gst->guest_YMM0[0] = resV.w32[0]; in amd64g_dirtyhelper_PCMPxSTRx()
3890 gst->guest_YMM0[1] = resV.w32[1]; in amd64g_dirtyhelper_PCMPxSTRx()
3891 gst->guest_YMM0[2] = resV.w32[2]; in amd64g_dirtyhelper_PCMPxSTRx()
3892 gst->guest_YMM0[3] = resV.w32[3]; in amd64g_dirtyhelper_PCMPxSTRx()
3895 UInt newECX = resV.w32[0] & 0xFFFF; in amd64g_dirtyhelper_PCMPxSTRx()
4185 static inline UInt RotWord (UInt w32) in RotWord() argument
4187 return ((w32 >> 8) | (w32 << 24)); in RotWord()
4190 static inline UInt SubWord (UInt w32) in SubWord() argument
[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 …]
Dhost_mips_defs.c2066 static UChar *emit32(UChar * p, UInt w32) in emit32() argument
2069 *p++ = toUChar(w32 & 0x000000FF); in emit32()
2070 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
2071 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
2072 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
2085 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
2086 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
2087 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
2088 *p++ = toUChar(w32 & 0x000000FF); in emit32()
2095 UInt w32 = 0; in fetch32() local
[all …]
Dhost_ppc_defs.c3087 static UChar* emit32 ( UChar* p, UInt w32, VexEndness endness_host ) in emit32() argument
3090 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
3091 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
3092 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
3093 *p++ = toUChar((w32) & 0x000000FF); in emit32()
3095 *p++ = toUChar((w32) & 0x000000FF); in emit32()
3096 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
3097 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
3098 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
3106 UInt w32 = 0; in fetch32() local
[all …]
Dguest_arm64_helpers.c1198 UInt w32 = vex_state->guest_QCFLAG[0] | vex_state->guest_QCFLAG[1] in LibVEX_GuestARM64_get_fpsr() local
1202 if (w32 != 0) in LibVEX_GuestARM64_get_fpsr()
Dhost_x86_defs.c1878 static UChar* emit32 ( UChar* p, UInt w32 ) in emit32() argument
1880 *p++ = toUChar( w32 & 0x000000FF); in emit32()
1881 *p++ = toUChar((w32 >> 8) & 0x000000FF); in emit32()
1882 *p++ = toUChar((w32 >> 16) & 0x000000FF); in emit32()
1883 *p++ = toUChar((w32 >> 24) & 0x000000FF); in emit32()
1889 static Bool fits8bits ( UInt w32 ) in fits8bits() argument
1891 Int i32 = (Int)w32; in fits8bits()
1892 return toBool(i32 == ((Int)(w32 << 24) >> 24)); in fits8bits()
Dguest_x86_helpers.c1870 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) in x86g_dirtyhelper_FXRSTOR() local
1872 ULong w64 = x86g_check_ldmxcsr( w32 ); in x86g_dirtyhelper_FXRSTOR()
2077 static UInt calc_parity_8bit ( UInt w32 ) { in calc_parity_8bit() argument
2081 p ^= (1 & (w32 >> i)); in calc_parity_8bit()
/external/libmicrohttpd/
DMakefile.am5w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.fil…
6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
7w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc…
DMakefile.in88 $(top_srcdir)/w32/VS2013/microhttpd_dll_res_vc.rc.in COPYING \
113 w32/VS2013/microhttpd_dll_res_vc.rc
411w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.fil…
412 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
413w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc…
474 w32/VS2013/microhttpd_dll_res_vc.rc: $(top_builddir)/config.status $(top_srcdir)/w32/VS2013/microht…
Dconfigure.ac90 [AC_HELP_STRING([--with-threads=LIB],[choose threading library (posix, w32, auto) [auto]])],
92 test "x$with_threads" = "xwin32" && with_threads='w32'
200 # forced w32 threads
202 USE_THREADS='w32'
214 USE_THREADS='w32'
221 USE_THREADS='w32'
888 w32/VS2013/microhttpd_dll_res_vc.rc
/external/dng_sdk/source/
Ddng_resample.cpp223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample; in Initialize() local
238 w32 [j] = (real32) kernel.Evaluate (x); in Initialize()
240 t32 += w32 [j]; in Initialize()
251 w32 [j] *= s32; in Initialize()
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0); in Initialize()
382 real32 *w32 = (real32 *) Weights32 (dng_point ((int32) y, in Initialize() local
414 w32 [index] = (real32) kernel.Evaluate (r); in Initialize()
420 w32 [index] = (real32) kernel.Evaluate (xPos) * in Initialize()
425 t32 += w32 [index]; in Initialize()
440 w32 [i] *= s32; in Initialize()
[all …]
/external/valgrind/VEX/pub/
Dlibvex_basictypes.h79 UInt w32[4]; member
89 UInt w32[8]; member
/external/boringssl/src/crypto/sha/
Dsha1-altivec.c251 const vec_uint32_t w32 = sched_32_79(vw + 8, w28, w24, w16, w4, w0, k); in sha1_block_data_order() local
257 const vec_uint32_t w36 = sched_32_79(vw + 9, w32, w28, w20, w8, w4, k); in sha1_block_data_order()
264 const vec_uint32_t w40 = sched_32_79(vw + 10, w36, w32, w24, w12, w8, k); in sha1_block_data_order()
276 const vec_uint32_t w48 = sched_32_79(vw + 12, w44, w40, w32, w20, w16, k); in sha1_block_data_order()
295 const vec_uint32_t w60 = sched_32_79(vw + 15, w56, w52, w44, w32, w28, k); in sha1_block_data_order()
301 const vec_uint32_t w64 = sched_32_79(vw + 16, w60, w56, w48, w36, w32, k); in sha1_block_data_order()
/external/curl/docs/examples/
DMakefile.m3282 ARCH = w32
/external/valgrind/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/curl/lib/
DMakefile.m3295 ARCH = w32
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_convolve_copy_sse2.asm46 je .w32
111 .w32: label
/external/curl/src/
DMakefile.m32110 ARCH = w32
/external/valgrind/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()
/external/valgrind/memcheck/
Dmc_main.c2327 UInt w32[OC_W32S_PER_LINE]; member
2343 if (line->w32[i] > 0 && line->descr[i] > 0) in classify_OCacheLine()
2397 line->w32[i] = 0; /* NO ORIGIN */ in zeroise_OCacheLine()
2592 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()
2593 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()
2645 line->w32[lineoff] = otag; in make_aligned_word32_undefined_w_otag()
2729 line->w32[lineoff+0] = otag; in make_aligned_word64_undefined_w_otag()
2730 line->w32[lineoff+1] = otag; in make_aligned_word64_undefined_w_otag()
7069 return line->w32[lineoff]; in MC_()
7101 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

12