HomeSort by relevance Sort by last modified time
    Searched full:mips64 (Results 751 - 775 of 2051) sorted by null

<<31323334353637383940>>

  /art/test/651-checker-int-simd-minmax/src/
Main.java 29 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMin(int[], int[], int[]) loop_optimization (after)
48 /// CHECK-START-{ARM,ARM64,MIPS64}: void Main.doitMax(int[], int[], int[]) loop_optimization (after)
  /art/test/651-checker-long-simd-minmax/src/
Main.java 34 /// CHECK-START-MIPS64: void Main.doitMin(long[], long[], long[]) loop_optimization (after)
59 /// CHECK-START-MIPS64: void Main.doitMax(long[], long[], long[]) loop_optimization (after)
  /art/test/660-checker-simd-sad-short3/src/
Main.java 36 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntParamRight(short[], short) loop_optimization (after)
67 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntParamLeft(short[], short) loop_optimization (after)
98 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntConstRight(short[]) loop_optimization (after)
129 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntConstLeft(short[]) loop_optimization (after)
160 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntInvariantRight(short[], int) loop_optimization (after)
192 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntInvariantLeft(short[], int) loop_optimization (after)
226 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntCastedExprRight(short[]) loop_optimization (after)
261 /// CHECK-START-{ARM64,MIPS64}: int Main.sadShort2IntCastedExprLeft(short[]) loop_optimization (after)
  /bionic/linker/
linker.h 54 // mips64 interprets Elf64_Rel structures' r_info field differently.
56 // but the dynamic linker needs to be able to load mips64 ELF files.
  /build/soong/cc/config/
clang.go 51 // arm + arm64 + mips + mips64
70 // mips + mips64
  /cts/hostsidetests/seccomp/app/
gen_blacklist.py 20 _SUPPORTED_ARCHS = ['arm', 'arm64', 'x86', 'x86_64', 'mips', 'mips64']
79 'mips64': {
  /external/clang/test/Driver/
frame-pointer.c 24 // RUN: %clang -target mips64-linux-gnu -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-32 %s
25 // RUN: %clang -target mips64-linux-gnu -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-32 %s
  /external/compiler-rt/lib/asan/
Android.bp 190 // name: "libclang_rt.asan-mips64-android",
193 // mips64: {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 142 // relocations. (Mips64 specific)
145 // A map to avoid duplicate got entries (Mips64 specific)
  /external/llvm/test/CodeGen/Mips/cconv/
callee-saved-fpxx.ll 6 ; RUN-TODO: llc -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefixes=ALL,O32-FPXX %s
8 ; RUN-TODO: llc -march=mips64 -mattr=+o32,+fpxx < %s | FileCheck --check-prefixes=ALL,O32-FPXX-INV,O32-FPXX-INV %s
  /external/llvm/test/CodeGen/Mips/
elf_eflags.ll 29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o - | FileCheck -check-prefix=CHECK-LE64_PIC %s
  /external/llvm/test/CodeGen/Mips/llvm-ir/
add.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 | FileCheck %s \
and.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 | FileCheck %s \
or.ll 7 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s -check-prefixes=ALL,GP64
8 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s -check-prefixes=ALL,GP64
9 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s -check-prefixes=ALL,GP64
10 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s -check-prefixes=ALL,GP64
11 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 | FileCheck %s -check-prefixes=ALL,GP64
12 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 | FileCheck %s -check-prefixes=ALL,GP64
13 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 | FileCheck %s -check-prefixes=ALL,GP64
select-dbl.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 | FileCheck %s \
select-flt.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 | FileCheck %s \
  /external/llvm/test/MC/Mips/eva/
invalid_R6.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=+eva 2>%t1
5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 -mattr=+eva 2>%t1
  /external/llvm/test/MC/Mips/mips64/
invalid-mips64r2.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64 \
valid-xfail.s 5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64 | not FileCheck %s
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 38 Mips32, Mips32r2, Mips64, Mips64r2
111 bool hasMips64() const { return MipsArchVersion >= Mips64; }
  /external/v8/src/base/
build_config.h 158 #error Target architecture mips64 is only supported on mips64 and x64 host
  /external/v8/src/compiler/
instruction-codes.h 19 #include "src/compiler/mips64/instruction-codes-mips64.h"
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl_test.go 138 if runtime.GOARCH != "386" && runtime.GOARCH != "mips64" && runtime.GOARCH != "mips64le" {
153 case "amd64", "amd64p32", "arm64", "mips64", "mips64le", "ppc64", "ppc64le", "s390x":
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl_test.go 138 if runtime.GOARCH != "386" && runtime.GOARCH != "mips64" && runtime.GOARCH != "mips64le" {
153 case "amd64", "amd64p32", "arm64", "mips64", "mips64le", "ppc64", "ppc64le", "s390x":
  /toolchain/binutils/binutils-2.27/gas/
configure.ac 262 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
281 mips_cpu=mips64
311 mips64* | mipsisa64* | mipsisa32*)
338 mips64*-*-* | mipsisa64*-*-*)
347 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
353 mips64*-openbsd*)

Completed in 2064 milliseconds

<<31323334353637383940>>