/prebuilts/go/darwin-x86/src/runtime/ |
lfstack_64bit.go | 5 // +build amd64 arm64 mips64 mips64le ppc64 ppc64le s390x 21 // mips64{,le} TASK_SIZE64 0x010000000000UL (40 bit addresses)
|
/prebuilts/go/linux-x86/src/runtime/ |
lfstack_64bit.go | 5 // +build amd64 arm64 mips64 mips64le ppc64 ppc64le s390x 21 // mips64{,le} TASK_SIZE64 0x010000000000UL (40 bit addresses)
|
/prebuilts/qemu-kernel/ |
build-kernel.sh | 19 VALID_ARCHS="arm x86 x86_64 mips arm64 mips64" 171 if [ "$ARCH" = "mips64" ]; then 205 mips64) 259 mips64) 286 mips64) 314 mips64) 368 mips64) 369 # MIPS64 Kernel code base is under arch/mips
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
cp0-names-mips64.d | 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp0-names=mips64 2 #name: MIPS CP0 register disassembly (mips64)
|
/art/runtime/ |
Android.bp | 228 "arch/mips64/instruction_set_features_mips64.cc", 229 "arch/mips64/registers_mips64.cc", 324 mips64: { 328 "arch/mips64/context_mips64.cc", 329 "arch/mips64/entrypoints_init_mips64.cc", 330 "arch/mips64/jni_entrypoints_mips64.S", 331 "arch/mips64/memcmp16_mips64.S", 332 "arch/mips64/quick_entrypoints_mips64.S", 333 "arch/mips64/thread_mips64.cc", 335 "arch/mips64/fault_handler_mips64.cc" [all...] |
/art/test/640-checker-int-simd/src/ |
Main.java | 32 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.add(int) loop_optimization (after) 45 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.sub(int) loop_optimization (after) 58 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.mul(int) loop_optimization (after) 85 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.neg() loop_optimization (after) 98 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after) 111 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.shl4() loop_optimization (after) 124 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.sar2() loop_optimization (after) 137 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.shr2() loop_optimization (after) 165 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.shr32() loop_optimization (after) 186 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.shr33() loop_optimization (after [all...] |
/art/test/640-checker-long-simd/src/ |
Main.java | 32 /// CHECK-START-{ARM64,MIPS64}: void Main.add(long) loop_optimization (after) 45 /// CHECK-START-{ARM64,MIPS64}: void Main.sub(long) loop_optimization (after) 63 /// CHECK-START-MIPS64: void Main.mul(long) loop_optimization (after) 90 /// CHECK-START-{ARM64,MIPS64}: void Main.neg() loop_optimization (after) 103 /// CHECK-START-{ARM64,MIPS64}: void Main.not() loop_optimization (after) 116 /// CHECK-START-{ARM64,MIPS64}: void Main.shl4() loop_optimization (after) 129 /// CHECK-START-{ARM64,MIPS64}: void Main.sar2() loop_optimization (after) 142 /// CHECK-START-{ARM64,MIPS64}: void Main.shr2() loop_optimization (after) 170 /// CHECK-START-{ARM64,MIPS64}: void Main.shr64() loop_optimization (after) 191 /// CHECK-START-{ARM64,MIPS64}: void Main.shr65() loop_optimization (after [all...] |
/external/clang/test/Driver/ |
android-ndk-standalone.cpp | 271 // RUN: | FileCheck --check-prefix=CHECK-MIPS64-R2 %s 272 // CHECK-MIPS64-R2: {{.*}}clang{{.*}}" "-cc1" 273 // CHECK-MIPS64-R2: "-internal-isystem" "{{.*}}/include/c++/4.9" 274 // CHECK-MIPS64-R2: "-internal-isystem" "{{.*}}/include/mips64el-linux-android/c++/4.9/mips-r2" 275 // CHECK-MIPS64-R2: "-internal-isystem" "{{.*}}/include/c++/4.9/backward" 276 // CHECK-MIPS64-R2: "-internal-externc-isystem" "{{.*}}/sysroot/include" 277 // CHECK-MIPS64-R2: "-internal-externc-isystem" "{{.*}}/sysroot/usr/include" 278 // CHECK-MIPS64-R2: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 279 // CHECK-MIPS64-R2: "-L{{.*}}/lib/gcc/mips64el-linux-android/4.9/32/mips-r2" 280 // CHECK-MIPS64-R2: "-L{{.*}}/lib/gcc/mips64el-linux-android/4.9/../../../../mips64el-linux-android/lib/../libr2 [all...] |
mips-fsf.cpp | [all...] |
dynamic-linker.c | 3 // RUN: %clang -target mips64-unknown-linux-gnu -### /dev/null -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-DYNAMIC-LINKER %s 9 // RUN: %clang -target mips64-unknown-linux-gnu -### -shared /dev/null -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-SHARED %s 16 // RUN: %clang -target mips64-unknown-linux-gnu -### -shared -rdynamic /dev/null -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-SHARED -check-prefix CHECK-RDYNAMIC %s 22 // RUN: %clang -target mips64-unknown-linux-gnu -### -static /dev/null -o /dev/null 2>&1 | FileCheck -check-prefix CHECK-STATIC %s
|
/art/compiler/jni/quick/mips64/ |
calling_convention_mips64.cc | 22 #include "utils/mips64/managed_register_mips64.h" 25 namespace mips64 { namespace in namespace:art 125 // We spill the argument registers on MIPS64 to free them up for scratch use, 245 } // namespace mips64
|
/art/test/640-checker-boolean-simd/src/ |
Main.java | 32 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.and(boolean) loop_optimization (after) 45 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.or(boolean) loop_optimization (after) 58 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.xor(boolean) loop_optimization (after) 71 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after)
|
/bionic/libc/ |
SECCOMP_BLACKLIST_COMMON.TXT | 13 # arch ::= "arm" | "arm64" | "mips" | "mips64" | "x86" | "x86_64"
|
SECCOMP_WHITELIST_APP.TXT | 10 # arch ::= "arm" | "arm64" | "mips" | "mips64" | "x86" | "x86_64"
|
SECCOMP_WHITELIST_SYSTEM.TXT | 10 # arch ::= "arm" | "arm64" | "mips" | "mips64" | "x86" | "x86_64"
|
/bionic/tests/ |
Android.build.prebuilt.mk | 29 LOCAL_SRC_FILES_mips64 := prebuilt-elf-files/mips64/$(bionic_tests_module)
|
sys_personality_test.cpp | 24 // When personality syscall is executed on mips64, for a 32bit process
|
/bionic/tools/versioner/src/ |
versioner.h | 41 { "time64.h", { Arch::arm64, Arch::mips64, Arch::x86_64 } },
|
/build/make/target/product/ |
sdk_phone_mips64.mk | 35 PRODUCT_MODEL := Android SDK built for mips64
|
/development/build/ |
sdk-android-mips64.atree | 17 # Copy the little-endian mips64-fp kernel image to .../kernel-qemu
|
/external/clang/test/CodeGen/ |
mips-unsupported-nan.c | 22 // RUN: %clang -target mips64el-unknown-linux -mnan=2008 -march=mips64 -emit-llvm -S %s -o - 2>%t | FileCheck -check-prefix=CHECK-NANLEGACY %s 23 // RUN: FileCheck -check-prefix=CHECK-MIPS64 %s < %t 39 // CHECK-MIPS64: warning: ignoring '-mnan=2008' option because the 'mips64' architecture does not support it
|
/external/compiler-rt/test/msan/ |
allocator_mapping.cc | 11 // UNSUPPORTED: mips64,aarch64
|
/external/compiler-rt/test/tsan/ |
map32bit.cc | 11 // XFAIL: mips64
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sgidefs.h | 25 * With the introduction of MIPS32 / MIPS64 instruction sets definitions
|
/external/llvm/test/CodeGen/Mips/ |
abicalls.ll | 4 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefixes=ABICALLS,PIC %s
|