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

12

  /development/build/tools/
windows_sdk.mk 61 $(call dist-for-goals, win_sdk, prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/bin/libwinpthread-1.dll:lib64/libwinpthread-1.dll)
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c 2252 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
    [all...]
host_generic_reg_alloc2.c 288 static inline UInt ULong__maxIndex ( ULong w64 ) {
289 return 63 - __builtin_clzll(w64);
292 static inline UInt ULong__minIndex ( ULong w64 ) {
293 return __builtin_ctzll(w64);
    [all...]
ir_opt.c 1505 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1511 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1517 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1523 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1589 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
    [all...]
host_x86_isel.c 2096 ULong w64 = e->Iex.Const.con->Ico.U64; local
2255 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
    [all...]
host_amd64_defs.c     [all...]
host_mips_isel.c 2305 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_amd64_isel.c 871 ULong w64 = 0; local
875 w64 |= (0xFFULL << (8 * i));
877 return w64;
    [all...]
host_arm_isel.c 2078 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
host_ppc_isel.c 3303 ULong w64 = e->Iex.Const.con->Ico.U64; local
    [all...]
guest_amd64_toIR.c 5692 IRTemp w64 = newTemp(Ity_I64); local
6643 IRTemp w64 = newTemp(Ity_I64); local
    [all...]
  /build/soong/cc/config/
x86_windows_host.go 102 "prebuilts/gcc/${HostPrebuiltTag}/host/x86_64-w64-mingw32-${WindowsGccVersion}")
104 pctx.StaticVariable("WindowsGccTriple", "x86_64-w64-mingw32")
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_convolve_copy_sse2.asm 49 je .w64
88 .w64:
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1-altivec.c 303 const vec_uint32_t w64 = sched_32_79(vw + 16, w60, w56, w48, w36, w32, k); local
309 const vec_uint32_t w68 = sched_32_79(vw + 17, w64, w60, w52, w40, w36, k);
315 const vec_uint32_t w72 = sched_32_79(vw + 18, w68, w64, w56, w44, w40, k);
  /external/libusb/libusb/os/
windows_winusb.c 680 const char *w64 = "32 bit"; local
753 w64 = "64-bit";
759 (unsigned int)vi.dwMajorVersion, (unsigned int)vi.dwMinorVersion, w64);
761 safe_sprintf(vptr, vlen, "%s SP%u.%u %s", w, vi.wServicePackMajor, vi.wServicePackMinor, w64);
763 safe_sprintf(vptr, vlen, "%s SP%u %s", w, vi.wServicePackMajor, w64);
765 safe_sprintf(vptr, vlen, "%s %s", w, w64);
    [all...]
  /external/valgrind/none/tests/amd64/
sse4-64.c 168 ULong w64; local
174 : /*OUT*/"=r"(w64) : /*IN*/ : "memory","cc"
176 if (0) printf("get %08x\n", (UInt)w64);
177 return (UInt)w64;
184 ULong w64 = (ULong)w32; local
190 : /*OUT*/ : /*IN*/"r"(w64) : "memory",/*"mxcsr",*/"cc"
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 361 ULong w64; local
370 w64 = get_ULong( c );
373 w64 = (ULong)w32;
375 return w64;
    [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /toolchain/binutils/binutils-2.25/
configure     [all...]

Completed in 5046 milliseconds

12