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

  /external/valgrind/main/none/tests/ppc64/
std_reg_imm.c 46 unsigned long long int w64; member in struct:__anon14399
  /ndk/build/tools/
build-mingw64-toolchain.sh 185 echo " --mingw-version=<version> Select mingw-w64 version [$MINGW_W64_VERSION]."
261 TARGET_TAG=$TARGET_ARCH-w64-mingw32
352 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/x86_64-w64-mingw32
371 download_package http://downloads.sourceforge.net/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-$MINGW_W64_VERSION.tar.gz
451 var_append BINUTILS_CONFIGURE_OPTIONS "--enable-targets=x86_64-w64-mingw32,i686-w64-mingw32"
467 run $SRC_DIR/mingw-w64-$MINGW_W64_VERSION/mingw-w64-headers/configure --prefix=$INSTALL_DIR --host=$TARGET_TAG --build=$H (…)
    [all...]
  /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_amd64_helpers.c 1795 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
    [all...]
guest_x86_helpers.c 1820 ULong w64 = x86g_check_ldmxcsr( w32 ); local
    [all...]
ir_opt.c 1130 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1136 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1142 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1148 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1214 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
    [all...]
host_x86_isel.c 1939 ULong w64 = e->Iex.Const.con->Ico.U64; local
2141 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
host_amd64_defs.c     [all...]
host_amd64_isel.c 796 ULong w64 = 0; local
800 w64 |= (0xFFULL << (8 * i));
802 return w64;
    [all...]
host_ppc_isel.c 2640 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_arm_isel.c 1807 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
guest_amd64_toIR.c 5067 IRTemp w64 = newTemp(Ity_I64); local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 71 ULong w64[2]; member in union:__anon13595
  /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 347 ULong w64; local
356 w64 = get_ULong( c );
359 w64 = (ULong)w32;
361 return w64;
    [all...]

Completed in 569 milliseconds