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

  /external/valgrind/main/none/tests/ppc64/
std_reg_imm.c 46 unsigned long long int w64; member in struct:__anon30219
  /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 52 static inline UInt sel32x2_1 ( ULong w64 ) {
53 return 0xFFFFFFFF & toUInt(w64 >> 32);
55 static inline UInt sel32x2_0 ( ULong w64 ) {
56 return 0xFFFFFFFF & toUInt(w64);
70 static inline UShort sel16x4_3 ( ULong w64 ) {
71 UInt hi32 = toUInt(w64 >> 32);
74 static inline UShort sel16x4_2 ( ULong w64 ) {
75 UInt hi32 = toUInt(w64 >> 32);
78 static inline UShort sel16x4_1 ( ULong w64 ) {
79 UInt lo32 = (UInt)w64;
    [all...]
guest_x86_helpers.c 1833 ULong w64 = x86g_check_ldmxcsr( w32 ); local
    [all...]
guest_amd64_helpers.c 1820 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
    [all...]
ir_opt.c 1407 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1413 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1419 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1425 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1491 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
    [all...]
host_x86_isel.c 1957 ULong w64 = e->Iex.Const.con->Ico.U64; local
2159 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
host_mips_isel.c 1893 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_amd64_defs.c     [all...]
host_amd64_isel.c 770 ULong w64 = 0; local
774 w64 |= (0xFFULL << (8 * i));
776 return w64;
    [all...]
host_ppc_isel.c 2862 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_arm_isel.c 1839 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
guest_amd64_toIR.c 5205 IRTemp w64 = newTemp(Ity_I64); local
6165 IRTemp w64 = newTemp(Ity_I64); local
    [all...]
  /ndk/build/tools/
build-mingw64-toolchain.sh 25 # --package-dir=i686-w64-mingw32-toolchain \
206 echo " --mingw-version=<version> Select mingw-w64 version [$MINGW_W64_VERSION]."
282 TARGET_TAG=$TARGET_ARCH-w64-mingw32
414 WITH_WIDL=mingw-w64-widl
421 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
426 # Released versions of MinGW-w64 don't provide easily accessible information
428 fail_panic "Building MinGW-w64 toolchain requires specifying an svn version"
432 echo "Checking out https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC"
433 run svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SR
    [all...]
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-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 430 # AssignProcessToJobObject needed for gdb-stub.c. Hack to use i686-w64-mingw32-gcc. ToDo:
433 GCC_FOR_STUB=i686-w64-mingw32-gcc
439 --mingw-w64-gcc=$GCC_FOR_STUB
prebuilt-common.sh 674 # Fedora note: On Fedora it's x86_64-w64-mingw32- or i686-w64-mingw32-
679 BINPREFIXLST="x86_64-pc-mingw32msvc- x86_64-w64-mingw32- amd64-mingw32msvc-"
685 BINPREFIXLST="i586-pc-mingw32msvc- i686-pc-mingw32- i586-mingw32msvc- i686-w64-mingw32-"
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 74 ULong w64[2]; member in union:__anon29379
  /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 348 ULong w64; local
357 w64 = get_ULong( c );
360 w64 = (ULong)w32;
362 return w64;
    [all...]

Completed in 423 milliseconds