HomeSort by relevance Sort by last modified time
    Searched refs:w64 (Results 1 - 25 of 29) sorted by null

1 2

  /build/core/combo/
HOST_windows-x86.mk 32 $(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS += --sysroot=prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32
35 TOOLS_PREFIX := prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/bin/x86_64-w64-mingw32-
36 $(combo_2nd_arch_prefix)HOST_C_INCLUDES += prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include
37 $(combo_2nd_arch_prefix)HOST_C_INCLUDES += prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include
38 $(combo_2nd_arch_prefix)HOST_GLOBAL_LD_DIRS += -Lprebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib3
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
internal_defines.h 21 inline uint32_t MaskWord64ToUWord32(int64_t w64)
23 return static_cast<uint32_t>(MASK_32_BITS(w64));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders 22 target=x86_64-w64-mingw32
23 target_noncanonical=x86_64-w64-mingw32
56 prefix=/tmp/build-mingw64-toolchain-digit/install-x86_64-linux-gnu/x86_64-w64-mingw32
  /external/valgrind/main/none/tests/ppc64/
std_reg_imm.c 46 unsigned long long int w64; member in struct:__anon37795
  /external/valgrind/main/memcheck/tests/amd64/
insn-pmovmskb.c 10 ULong w64[2]; /* Note: little-endian */ member in struct:__anon37650
28 (void)VALGRIND_SET_VBITS(&addr->w64[i], &vbits.w64[i], sizeof(vbits.w64[i]));
35 vbits.w64[1], vbits.w64[0], val.w64[1], val.w64[0],
  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 258 res->w64[0] = cmpEQ64(argL->w64[0], argR->w64[0]);
259 res->w64[1] = cmpEQ64(argL->w64[1], argR->w64[1]);
266 res->w64[0] = cmpGT64S(argL->w64[0], argR->w64[0]);
267 res->w64[1] = cmpGT64S(argL->w64[1], argR->w64[1])
    [all...]
host_generic_simd64.c 53 static inline UInt sel32x2_1 ( ULong w64 ) {
54 return 0xFFFFFFFF & toUInt(w64 >> 32);
56 static inline UInt sel32x2_0 ( ULong w64 ) {
57 return 0xFFFFFFFF & toUInt(w64);
71 static inline UShort sel16x4_3 ( ULong w64 ) {
72 UInt hi32 = toUInt(w64 >> 32);
75 static inline UShort sel16x4_2 ( ULong w64 ) {
76 UInt hi32 = toUInt(w64 >> 32);
79 static inline UShort sel16x4_1 ( ULong w64 ) {
80 UInt lo32 = (UInt)w64;
    [all...]
guest_x86_helpers.c 1834 ULong w64 = x86g_check_ldmxcsr( w32 ); local
    [all...]
guest_amd64_helpers.c 1909 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
    [all...]
ir_opt.c 1482 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1488 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1494 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1500 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1566 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
    [all...]
host_x86_isel.c 2094 ULong w64 = e->Iex.Const.con->Ico.U64; local
2253 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
host_amd64_defs.c     [all...]
host_mips_isel.c 2302 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 74 ULong w64[2]; member in union:__anon36864
84 ULong w64[4]; member in union:__anon36865
  /ndk/build/tools/
common-build-host-funcs.sh 124 windows-x86_64) RET=x86_64-w64-mingw32;;
571 _bh_try_host_prefix x86_64-w64-mingw32 -m32
572 _bh_try_host_prefix i686-w64-mingw32
580 # named mingw-gcc which provides i686-w64-mingw32 and
581 # x86_64-w64-mingw32 instead.
586 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
587 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
601 BH_HOST_CONFIG=i686-w64-mingw32msvc
616 _bh_try_host_prefix x86_64-w64-mingw32
617 _bh_try_host_prefix i686-w64-mingw32 -m6
    [all...]
build-mingw64-toolchain.sh 191 either x86_64-w64-mingw32 or i686-w64-mingw32, depending on your compiler's
228 --mingw-version=<version> Select mingw-w64 version [$MINGW_W64_VERSION]."
305 TARGET_TAG=$TARGET_ARCH-w64-mingw32
437 WITH_WIDL=mingw-w64-widl
444 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
449 # Released versions of MinGW-w64 don't provide easily accessible information
451 fail_panic "Building MinGW-w64 toolchain requires specifying an svn version"
455 MINGW64_SVN_URL=https://svn.code.sf.net/p/mingw-w64/code/trunk$MINGW_W64_REVISION
458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
    [all...]
build-host-gdb.sh 253 GCC_FOR_STUB=i686-w64-mingw32-gcc
267 --mingw-w64-gcc=${GCC_FOR_STUB}
build-host-gcc.sh 67 (x86_64-w64-mingw32) from sources if you don't have one available.
234 # i686-w64-mingw32 (same, slightly different sources)
235 # x86_64-w64-mingw32 (Windows 64-bits, MSVCRT.DLL)
447 windows-x86_64) RET=x86_64-w64-mingw32;;
738 try_host_prefix x86_64-w64-mingw32 -m32
739 try_host_prefix i686-w64-mingw32
747 # named mingw-gcc which provides i686-w64-mingw32 and
748 # x86_64-w64-mingw32 instead.
753 dump " x86_64-w64-mingw32-gcc (see build-mingw64-toolchain.sh)"
754 dump " i686-w64-mingw32-gcc (see build-mingw64-toolchain.sh)
    [all...]
build-gcc.sh 537 # AssignProcessToJobObject needed for gdb-stub.c. Hack to use i686-w64-mingw32-gcc. ToDo:
540 GCC_FOR_STUB=i686-w64-mingw32-gcc
546 --mingw-w64-gcc=$GCC_FOR_STUB
prebuilt-common.sh 679 # Fedora note: On Fedora it's x86_64-w64-mingw32- or i686-w64-mingw32-
684 BINPREFIXLST="x86_64-pc-mingw32msvc- x86_64-w64-mingw32- amd64-mingw32msvc-"
690 BINPREFIXLST="i586-pc-mingw32msvc- i686-pc-mingw32- i586-mingw32msvc- i686-w64-mingw32-"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 191 either x86_64-w64-mingw32 or i686-w64-mingw32, depending on your compiler's
228 --mingw-version=<version> Select mingw-w64 version [$MINGW_W64_VERSION]."
305 TARGET_TAG=$TARGET_ARCH-w64-mingw32
437 WITH_WIDL=mingw-w64-widl
444 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
449 # Released versions of MinGW-w64 don't provide easily accessible information
451 fail_panic "Building MinGW-w64 toolchain requires specifying an svn version"
455 MINGW64_SVN_URL=https://svn.code.sf.net/p/mingw-w64/code/trunk$MINGW_W64_REVISION
458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
    [all...]
  /external/qemu/android/build/
common.sh 208 MINGW64_PREFIX=x86_64-w64-mingw32
  /external/valgrind/main/none/tests/amd64/
sse4-64.c 193 ULong w64; local
199 : /*OUT*/"=r"(w64) : /*IN*/ : "memory","cc"
201 if (0) printf("get %08x\n", (UInt)w64);
202 return (UInt)w64;
209 ULong w64 = (ULong)w32; local
215 : /*OUT*/ : /*IN*/"r"(w64) : "memory",/*"mxcsr",*/"cc"
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 356 ULong w64; local
365 w64 = get_ULong( c );
368 w64 = (ULong)w32;
370 return w64;
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 1632 milliseconds

1 2