/prebuilts/go/linux-x86/src/syscall/ |
endian_little.go | 5 // +build 386 amd64 amd64p32 arm arm64 ppc64le mips64le mipsle
|
zsysnum_solaris_amd64.go | 5 // +build amd64,solaris
|
/prebuilts/go/linux-x86/test/ |
intrinsic.go | 2 // +build amd64 arm64 arm s390x
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
external-amd64.bat | 9 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all
10 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install
16 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 clean
17 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 all
18 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install
|
/external/valgrind/none/tests/amd64/ |
Makefile.am | 33 bug132813-amd64.vgtest bug132813-amd64.stdout.exp \ 34 bug132813-amd64.stderr.exp \ 35 bug137714-amd64.vgtest bug137714-amd64.stdout.exp \ 36 bug137714-amd64.stderr.exp \ 39 bug156404-amd64.vgtest bug156404-amd64.stdout.exp \ 40 bug156404-amd64.stderr.exp \ 78 rcl-amd64.vgtest rcl-amd64.stdout.exp rcl-amd64.stderr.exp [all...] |
/external/valgrind/memcheck/tests/vbit-test/ |
irops.c | 39 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 40 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 41 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 42 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts 43 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 44 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1 }, 45 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 }, 46 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32, mips assert 47 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, 48 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 } [all...] |
/external/valgrind/docs/internals/ |
multiple-architectures.txt | 11 - dual-arch support on amd64 and ppc64 systems 20 dual-arch systems, the primary platform is amd64 and ppc64 56 On an amd64 system both VGCONF_PLATFORMS_INCLUDE_X86_LINUX and 61 --enable-only32bit or --enable-only64bit is used). For the amd64 example, 76 installed in the appropriate place. On amd64 the result will be: 82 <prefix>/lib/valgrind/amd64-linux 83 <prefix>/lib/valgrind/amd64-linux/vgpreload_core.so 84 <prefix>/lib/valgrind/amd64-linux/vgpreload_massif.so 85 <prefix>/lib/valgrind/amd64-linux/cachegrind 86 <prefix>/lib/valgrind/amd64-linux/memchec [all...] |
/prebuilts/go/darwin-x86/api/ |
go1.4.txt | 405 pkg syscall (linux-amd64), type SysProcAttr struct, GidMappings []SysProcIDMap 406 pkg syscall (linux-amd64), type SysProcAttr struct, UidMappings []SysProcIDMap 407 pkg syscall (linux-amd64), type SysProcIDMap struct 408 pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int 409 pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int 410 pkg syscall (linux-amd64), type SysProcIDMap struct, Size int 411 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap 412 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap 413 pkg syscall (linux-amd64-cgo), type SysProcIDMap struct 414 pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, ContainerID in [all...] |
go1.1.txt | [all...] |
/prebuilts/go/linux-x86/api/ |
go1.4.txt | 405 pkg syscall (linux-amd64), type SysProcAttr struct, GidMappings []SysProcIDMap 406 pkg syscall (linux-amd64), type SysProcAttr struct, UidMappings []SysProcIDMap 407 pkg syscall (linux-amd64), type SysProcIDMap struct 408 pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int 409 pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int 410 pkg syscall (linux-amd64), type SysProcIDMap struct, Size int 411 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap 412 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap 413 pkg syscall (linux-amd64-cgo), type SysProcIDMap struct 414 pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, ContainerID in [all...] |
go1.1.txt | [all...] |
/external/valgrind/memcheck/tests/amd64/ |
Makefile.am | 16 fxsave-amd64.vgtest fxsave-amd64.stdout.exp fxsave-amd64.stderr.exp \ 35 xor-undef-amd64.stderr.exp xor-undef-amd64.stdout.exp \ 36 xor-undef-amd64.vgtest \ 43 fxsave-amd64 \ 48 xor-undef-amd64
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
amd64.go | 6 // AMD64 instruction set, to minimize its interaction 16 // IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs1_linux.go | 10 GOARCH=amd64 cgo -cdefs defs.go defs1.go >amd64/defs.h
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug366.go | 29 // 0 on windows/amd64 34 // crash on windows/amd64
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
amd64.go | 6 // AMD64 instruction set, to minimize its interaction 16 // IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
|
/prebuilts/go/linux-x86/src/runtime/ |
defs1_linux.go | 10 GOARCH=amd64 cgo -cdefs defs.go defs1.go >amd64/defs.h
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug366.go | 29 // 0 on windows/amd64 34 // crash on windows/amd64
|
/external/toolchain-utils/go/chromeos/ |
go_panther_exec | 10 GOOS="linux" GOARCH="amd64" exec go_target_exec panther "$@"
|
/external/toolchain-utils/go/patch/ |
go1.patch | 14 -// +build amd64 15 +// +build amd64 arm64 30 -// +build amd64 31 +// +build amd64 arm64
|
/prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/ |
asm_amd64.s | 5 // +build amd64,!gccgo,!appengine
|
cipherhw_amd64.go | 5 // +build amd64,!gccgo,!appengine
|
/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4_ref.go | 5 // +build !amd64,!amd64p32,!arm,!386 arm,nacl
|
/prebuilts/go/darwin-x86/src/go/build/ |
syslist.go | 8 const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc s390 s390x sparc sparc64 "
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_otherarch.go | 5 // +build !amd64,!amd64p32,!s390x
|