| /development/vndk/tools/header-checker/tests/ |
| module.py | 25 'mips64' : ['-target', 'mips64-linux-android'],}
|
| /external/capstone/suite/ |
| test_mc.py | 140 ("CS_ARCH_MIPS", "CS_MODE_MIPS64+CS_MODE_BIG_ENDIAN"): ['-triple=mips64'], 227 elif fname.endswith('mips64-alu-instructions.s.cs'):
|
| /external/libavc/ |
| Android.bp | 166 mips64: { 424 mips64: {
|
| /external/llvm/include/llvm/Object/ |
| RelocVisitor.h | 99 case Triple::mips64: 334 /// MIPS64 ELF
|
| /external/llvm/lib/Target/Mips/ |
| MipsSubtarget.h | 42 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 212 bool hasMips64() const { return MipsArchVersion >= Mips64; }
|
| /external/llvm/test/CodeGen/Mips/ |
| longbranch.ll | 8 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -force-mips-long-branch -O3 -relocation-model=pic \ 84 ; Check the MIPS64 version.
|
| /frameworks/compile/libbcc/lib/ |
| CompilerConfig.cpp | 188 case llvm::Triple::mips64: 190 // Default revision for MIPS64 Android is R6.
|
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| buildtool.go | 45 "cmd/compile/internal/mips64", 75 "cmd/link/internal/mips64",
|
| /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/ |
| asm.go | 31 package mips64 package 51 // mips64 ELF relocation (endian neutral)
|
| /prebuilts/go/darwin-x86/src/cmd/vet/all/ |
| main.go | 118 // such as mips64x for mips64 and mips64le. 312 "mips64": "mips64x",
|
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| buildtool.go | 45 "cmd/compile/internal/mips64", 75 "cmd/link/internal/mips64",
|
| /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/ |
| asm.go | 31 package mips64 package 51 // mips64 ELF relocation (endian neutral)
|
| /prebuilts/go/linux-x86/src/cmd/vet/all/ |
| main.go | 118 // such as mips64x for mips64 and mips64le. 312 "mips64": "mips64x",
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| config.bfd | 1035 mips64*-ps2-elf*) 1091 mips64*-*-openbsd*) [all...] |
| /toolchain/binutils/binutils-2.27/ld/testsuite/config/ |
| default.exp | 98 # The mips64-*-linux-gnu compiler defaults to the N32 ABI after 102 if {[istarget mips64*-*-linux*] &&
|
| /art/build/ |
| Android.bp | 118 mips64: {
|
| /art/compiler/optimizing/ |
| code_generator_mips64.h | 25 #include "utils/mips64/assembler_mips64.h" 28 namespace mips64 { namespace in namespace:art 551 UNIMPLEMENTED(FATAL) << "Not implemented on MIPS64"; 679 } // namespace mips64
|
| /art/runtime/base/ |
| quasi_atomic.h | 50 // TODO - mips64 still need this for Cas64 ???
|
| /art/runtime/ |
| parsed_options_test.cc | 143 const char* isa_strings[] = { "arm", "arm64", "x86", "x86_64", "mips", "mips64" };
|
| /bionic/libc/tools/ |
| gensyscalls.py | 21 all_arches = [ "arm", "arm64", "mips", "mips64", "x86", "x86_64" ] 138 # MIPS64 assembler templates for each syscall stub 552 if syscall.has_key("mips64"): 553 syscall["asm-mips64"] = add_footer(64, mips64_genstub(syscall), syscall)
|
| /bionic/tools/bionicbb/ |
| presubmit.py | 179 'mips64': lambda: build_project(gerrit_info, dry_run,
|
| /build/make/core/ |
| dynamic_binary.mk | 131 ifneq ($(filter mips mips64,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)),)
|
| java_renderscript.mk | 132 ifneq (,$(filter arm64 mips64 x86_64,$(my_arch)))
|
| /development/vndk/tools/definition-tool/tests/ |
| test_elfdump.py | 162 for target in ('arm', 'arm64', 'mips', 'mips64', 'x86', 'x86_64'):
|
| /development/vndk/tools/header-checker/header-abi-util/src/ |
| version_script_parser.cpp | 35 "mips", "mips64"});
|