/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
profiling.gradle | 22 "x86", "x86_64", "mips", "mips64"] 52 for (String abi : ["armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"]) {
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
profiling.gradle | 22 "x86", "x86_64", "mips", "mips64"] 52 for (String abi : ["armeabi", "armeabi-v7a", "arm64-v8a", "x86", "x86_64", "mips", "mips64"]) {
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
ase-errors-2.l | 3 .*:7: Warning: the `dsp' extension requires MIPS64 revision 2 or greater 9 .*:21: Warning: the `dspr2' extension requires MIPS64 revision 2 or greater 14 .*:33: Warning: the `mcu' extension requires MIPS64 revision 2 or greater 17 .*:41: Warning: the `mdmx' extension requires MIPS64 revision 1 or greater 20 .*:49: Warning: the `mips3d' extension requires MIPS64 revision 1 or greater 23 .*:57: Warning: the `mt' extension requires MIPS64 revision 2 or greater 29 .*:74: Warning: the `virt' extension requires MIPS64 revision 2 or greater 33 .*:84: Warning: the `eva' extension requires MIPS64 revision 2 or greater
|
elf_e_flags.c | 7 mips64-elf-gcc -m4650 -S -O elf_e_flags.c 16 and for mips64-elf.
|
/external/clang/test/Driver/ |
mips-abi.c | 5 // RUN: %clang -target mips64-linux-gnu -mips32r2 -mabi=32 -### -c %s 2>&1 \ 17 // RUN: %clang -target mips64-linux-gnu -### -c %s 2>&1 \ 28 // RUN: %clang -target mips64-linux-gnu -### -mips64r3 -c %s 2>&1 \ 55 // RUN: %clang -target mips64-linux-gnu -### -c %s \ 61 // RUN: %clang -target mips64-linux-gnu -### -c %s \ 67 // RUN: not %clang -target mips64-linux-gnu -c %s \ 131 // RUN: -march=mips64 2>&1 \ 133 // MIPS-ARCH-3264: "-target-cpu" "mips64" 136 // RUN: %clang -target mips64-linux-gnu -### -c %s \ 137 // RUN: -march=mips64 2>&1 [all...] |
/art/compiler/utils/mips64/ |
managed_register_mips64.h | 25 namespace mips64 { namespace in namespace:art 48 // An instance of class 'ManagedRegister' represents a single Mips64 register. 154 } // namespace mips64 156 constexpr inline mips64::Mips64ManagedRegister ManagedRegister::AsMips64() const { 157 mips64::Mips64ManagedRegister reg(id_);
|
constants_mips64.h | 24 #include "arch/mips64/registers_mips64.h" 29 namespace mips64 { namespace in namespace:art 112 } // namespace mips64
|
/external/llvm/test/CodeGen/Mips/ |
analyzebranch.ll | 4 ; RUN: llc -march=mips64 -mcpu=mips4 < %s | FileCheck %s -check-prefixes=ALL,FCC 5 ; RUN: llc -march=mips64 -mcpu=mips64 < %s | FileCheck %s -check-prefixes=ALL,FCC 6 ; RUN: llc -march=mips64 -mcpu=mips64r2 < %s | FileCheck %s -check-prefixes=ALL,FCC 7 ; RUN: llc -march=mips64 -mcpu=mips64r6 < %s | FileCheck %s -check-prefixes=ALL,GPR,64-GPR
|
2008-07-16-SignExtInReg.ll | 2 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s
|
/external/autotest/server/site_tests/native_Benchmarks/ |
v8.tar.bz2 | |
/bionic/libc/ |
SECCOMP_WHITELIST_COMMON.TXT | 10 # arch ::= "arm" | "arm64" | "mips" | "mips64" | "x86" | "x86_64" 29 int pivot_root:pivot_root(const char *new_root, const char *put_old) arm64,x86_64,mips64 30 int ioprio_get:ioprio_get(int which, int who) arm64,x86_64,mips64 31 int ioprio_set:ioprio_set(int which, int who, int ioprio) arm64,x86_64,mips64 38 int fstatat64|fstatat:newfstatat(int, const char*, struct stat*, int) mips64 39 int fstat64|fstat:fstat(int, struct stat*) mips64 40 int _flush_cache:cacheflush(char* addr, const int nbytes, const int op) mips64
|
/external/compiler-rt/cmake/ |
config-ix.cmake | 136 set(MIPS64 mips64 mips64el) 149 ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${S390X}) 151 ${MIPS32} ${MIPS64} ${PPC64}) 152 set(ALL_DFSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64}) 153 set(ALL_LSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64}) 154 set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64}) 156 ${MIPS32} ${MIPS64}) 157 set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64}) 159 ${MIPS32} ${MIPS64} ${PPC64} ${S390X} [all...] |
/external/llvm/test/CodeGen/Mips/cconv/ |
reserved-space.ll | 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
|
/external/llvm/test/MC/Mips/ |
elf-N64.s | 1 // RUN: llvm-mc -filetype=obj -triple=mips64el-pc-linux -mcpu=mips64 %s -o - | llvm-readobj -r | FileCheck %s 2 // RUN: llvm-mc -filetype=obj -triple=mips64-pc-linux -mcpu=mips64 %s -o - | llvm-readobj -r | FileCheck %s
|
nabi-regs.s | 7 # RUN: -mcpu=mips64r2 -arch=mips64 | FileCheck %s 10 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n32 | FileCheck %s 13 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n64 | FileCheck %s
|
/external/valgrind/ |
README.mips | 4 - MIPS32 and MIPS64 platforms are currently supported. 15 CFLAGS="-mips32r2", CFLAGS="-mips32" or CFLAGS="-mips64" or 16 CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly.
|
/art/build/ |
codegen.go | 67 case "mips64": 68 arch = &c.Codegen.Mips64 130 Arm, Arm64, Mips, Mips64, X86, X86_64 codegenArchProperties 146 } else if s == "mips64" {
|
/art/runtime/interpreter/mterp/ |
rebuild.sh | 23 for arch in arm x86 mips arm64 x86_64 mips64; do TARGET_ARCH_EXT=$arch make -f Makefile_mterp; done
|
/bionic/tools/versioner/src/ |
Arch.h | 30 mips64, member in class:Arch 125 Arch::mips64, 134 { Arch::mips64, "mips64el-linux-android" }, 145 { Arch::mips64, 21 },
|
/build/make/ |
tapasHelp.sh | 9 message='usage: tapas [<App1> <App2> ...] [arm|x86|mips|arm64|x86_64|mips64] [eng|userdebug|user]
|
/device/generic/mini-emulator-mips64/ |
BoardConfig.mk | 21 include device/generic/mips64/BoardConfig.mk
|
/external/clang/test/CodeGen/ |
mips-transparent-union.c | 1 // RUN: %clang_cc1 -triple mips64-linux-gnu -S -o - -emit-llvm %s | FileCheck %s
|
/external/clang/test/PCH/ |
floating-literal.c | 1 // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-pch -o %t %s
|
/external/libvpx/config/mips64/ |
vpx_config.c | 9 static const char* const cfg = "--target=mips64-linux-gcc --disable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth";
|
/external/libvpx/config/mips64-msa/ |
vpx_config.c | 9 static const char* const cfg = "--target=mips64-linux-gcc --enable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth";
|