/prebuilts/go/darwin-x86/src/reflect/ |
asm_mips64x.s | 5 // +build mips64 mips64le
|
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/ |
atomic_mips64x.go | 5 // +build mips64 mips64le
|
/prebuilts/go/darwin-x86/src/runtime/ |
memclr_mips64x.s | 5 // +build mips64 mips64le
|
noasm.go | 8 // +build mips64 mips64le
|
os_linux_generic.go | 7 // +build !mips64
|
os_linux_mips64x.go | 6 // +build mips64 mips64le
|
rt0_linux_mips64x.s | 6 // +build mips64 mips64le
|
/prebuilts/go/linux-x86/src/cmd/go/internal/cfg/ |
zosarch.go | 23 "linux/mips64": true,
|
/prebuilts/go/linux-x86/src/reflect/ |
asm_mips64x.s | 5 // +build mips64 mips64le
|
/prebuilts/go/linux-x86/src/runtime/internal/atomic/ |
atomic_mips64x.go | 5 // +build mips64 mips64le
|
/prebuilts/go/linux-x86/src/runtime/ |
memclr_mips64x.s | 5 // +build mips64 mips64le
|
noasm.go | 8 // +build mips64 mips64le
|
os_linux_generic.go | 7 // +build !mips64
|
os_linux_mips64x.go | 6 // +build mips64 mips64le
|
rt0_linux_mips64x.s | 6 // +build mips64 mips64le
|
/system/core/libnativebridge/tests/ |
NeedsNativeBridge_test.cpp | 23 static const char* kISAs[] = { "arm", "arm64", "mips", "mips64", "x86", "x86_64", "random", "64arm",
|
/art/test/640-checker-byte-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) 84 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.neg() loop_optimization (after) 97 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.not() loop_optimization (after) 110 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.shl4() loop_optimization (after) 123 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.sar2() loop_optimization (after)
|
/art/test/640-checker-char-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) 136 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.shr2() loop_optimization (after)
|
/art/test/640-checker-short-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)
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
call.ll | 10 ; RUN: llc -march=mips64 -mcpu=mips4 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C 11 ; RUN: llc -march=mips64 -mcpu=mips64 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C 12 ; RUN: llc -march=mips64 -mcpu=mips64r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C 13 ; RUN: llc -march=mips64 -mcpu=mips64r3 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C 14 ; RUN: llc -march=mips64 -mcpu=mips64r5 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,NOT-R6C 15 ; RUN: llc -march=mips64 -mcpu=mips64r6 -disable-mips-delay-filler -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes=ALL,N64,R6C
|
ret.ll | 15 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,GPR64,DMTC1,NOT-R6 16 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,GPR64,DMTC1,NOT-R6 17 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,GPR64,DMTC1,NOT-R6 18 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,GPR64,DMTC1,NOT-R6 19 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,GPR64,DMTC1,NOT-R6 26 ; RUN: llc -march=mips64 -mcpu=mips64r6 -asm-show-inst -disable-mips-delay-filler < %s | FileCheck %s -check-prefixes=ALL,GPR64,DMTC1,R6C
|
/art/compiler/optimizing/ |
optimizing_cfi_test.cc | 31 #include "utils/mips64/assembler_mips64.h" 273 #define __ down_cast<mips64::Mips64Assembler*>(GetCodeGenerator()->GetAssembler())-> 274 mips64::Mips64Label target; 275 __ Beqc(mips64::A1, mips64::A2, &target);
|
/external/clang/test/Driver/ |
mips-as.c | 23 // RUN: %clang -target mips64-linux-gnu -### \ 33 // RUN: %clang -target mips64-linux-gnu -mabi=n32 -### \ 61 // RUN: %clang -target mips64-linux-gnu -march=octeon -### \ 116 // RUN: %clang -target mips64-linux-gnu -mips64 -### \ 119 // MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "mips64" "-mabi" "64" "-mno-shared" "-KPIC" "-EB" 121 // RUN: %clang -target mips64-linux-gnu -mips64r2 -### \ 126 // RUN: %clang -target mips64-linux-gnu -mips64r3 -### \ 131 // RUN: %clang -target mips64-linux-gnu -mips64r5 -### \ 136 // RUN: %clang -target mips64-linux-gnu -mips64r6 -### [all...] |
/external/llvm/test/CodeGen/Mips/ |
atomic.ll | 8 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 9 ; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64 -relocation-model=pic < %s | \ 10 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,NO-SEB-SEH,CHECK-EL,NOT-MICROMIPS 12 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,HAS-SEB-SEH,CHECK-EL,NOT-MICROMIPS 14 ; RUN: FileCheck %s -check-prefixes=ALL,MIPS64-ANY,HAS-SEB-SEH,CHECK-EL,MIPSR6 15 ; RUN: llc -march=mips64 -O0 -mcpu=mips64r6 -relocation-model=pic -verify-machineinstrs < %s | \ 16 ; RUN: FileCheck %s -check-prefixes=ALL-LABEL,MIPS64-ANY,O0 35 ; MIPS64-ANY: ld $[[R0:[0-9]+]], %got_disp(x)( 58 ; MIPS64-ANY: ld $[[R0:[0-9]+]], %got_disp(x)( 83 ; MIPS64-ANY: ld $[[R0:[0-9]+]], %got_disp(x [all...] |
/external/llvm/test/CodeGen/Mips/cconv/ |
callee-saved-float.ll | 6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-INV %s 11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N32-INV %s 16 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 18 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N64-INV %s
|