HomeSort by relevance Sort by last modified time
    Searched defs:AMD64 (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
arch.go 10 AMD64 ArchFamilyType = iota
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
arch.go 10 AMD64 ArchFamilyType = iota
  /external/libusb/.private/
bd.cmd 27 set AMD64=
53 set AMD64=1
54 set BUILD_DEFAULT_TARGETS=-amd64
56 set _BUILDARCH=AMD64
57 set PATH=%BASEDIR%\bin\x86\amd64;%BASEDIR%\bin\x86
  /external/valgrind/coregrind/
pub_core_basics.h 60 ULong r_pc; /* x86:EIP, amd64:RIP, ppc:CIA, arm:R15, mips:pc */
61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */
68 } AMD64;
  /prebuilts/go/darwin-x86/src/cmd/internal/sys/
arch.go 10 // For example, amd64 and amd64p32 are both members of the AMD64 family,
15 AMD64 ArchFamily = iota
62 Name: "amd64",
63 Family: AMD64,
73 Family: AMD64,
  /prebuilts/go/linux-x86/src/cmd/internal/sys/
arch.go 10 // For example, amd64 and amd64p32 are both members of the AMD64 family,
15 AMD64 ArchFamily = iota
62 Name: "amd64",
63 Family: AMD64,
73 Family: AMD64,
  /toolchain/binutils/binutils-2.25/bfd/
coff-x86_64.c 114 from others. See md_apply_fix3 () in gas/config/tc-amd64.c.
457 #define AMD64 1
506 /* We use the special COFF backend linker. For normal AMD64 COFF, we
707 /* If amd64 gcc uses underscores for symbol names, then it does not use
  /external/python/cpython2/Lib/msilib/
__init__.py 11 AMD64 = "AMD64" in sys.version
13 Win64 = AMD64 or Itanium
156 elif AMD64:

Completed in 140 milliseconds