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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/Mips/
fp64a.ll 19 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,64-NO-FP64A
20 ; RUN: not llc -march=mips64 -mcpu=mips64 -mattr=fp64,nooddspreg < %s 2>&1 | FileCheck %s -check-prefix=64-FP64A
21 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=fp64 < %s | FileCheck %s -check-prefixes=ALL,64-NO-FP64A
22 ; RUN: not llc -march=mips64el -mcpu=mips64 -mattr=fp64,nooddspreg < %s 2>&1 | FileCheck %s -check-prefix=64-FP64A
divrem.ll 4 ; RUN: llc -march=mips64 -mcpu=mips64 -verify-machineinstrs -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,ACC64,ACC64-TRAP
5 ; RUN: llc -march=mips64 -mcpu=mips64r2 -verify-machineinstrs -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,ACC64,ACC64-TRAP
6 ; RUN: llc -march=mips64 -mcpu=mips64r6 -verify-machineinstrs -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,GPR64,GPR64-TRAP
11 ; RUN: llc -march=mips64 -mcpu=mips64 -mno-check-zero-division -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,ACC64,NOCHECK
12 ; RUN: llc -march=mips64 -mcpu=mips64r2 -mno-check-zero-division -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,ACC64,NOCHECK
13 ; RUN: llc -march=mips64 -mcpu=mips64r6 -mno-check-zero-division -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,GPR64,NOCHECK
dynamic-stack-realignment.ll 7 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \
9 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \
11 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -target-abi n32 -relocation-model=pic | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -target-abi n32 -relocation-model=pic | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -target-abi n32 -relocation-model=pic | FileCheck %s \
mips64fpldst.ll 3 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi n64 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N64
4 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi n32 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N32
  /external/llvm/test/CodeGen/Mips/msa/
basic_operations.ll 7 ; RUN: llc -march=mips64 -target-abi n32 -mattr=+msa,+fp64 \
9 ; RUN: FileCheck -check-prefixes=ALL,N32,MIPS64,ALL-BE %s
12 ; RUN: FileCheck -check-prefixes=ALL,N32,MIPS64,ALL-LE %s
13 ; RUN: llc -march=mips64 -mattr=+msa,+fp64 -relocation-model=pic \
15 ; RUN: FileCheck -check-prefixes=ALL,N64,MIPS64,ALL-BE %s
18 ; RUN: FileCheck -check-prefixes=ALL,N64,MIPS64,ALL-LE %s
162 ; MIPS64: ld.d [[R1:\$w[0-9]+]], 0([[G_PTR]])
169 ; MIPS64: ld.d [[R1:\$w[0-9]+]], 0([[G_PTR]])
199 ; MIPS64-DAG: insert.b [[R1]][4], $8
202 ; MIPS64-DAG: insert.b [[R1]][5], $
    [all...]
  /art/runtime/arch/mips64/
context_mips64.cc 24 namespace mips64 { namespace in namespace:art
126 } // namespace mips64
registers_mips64.h 28 namespace mips64 { namespace in namespace:art
151 } // namespace mips64
  /art/runtime/entrypoints/quick/
callee_save_frame.h 31 #include "arch/mips64/quick_method_frame_info_mips64.h"
80 return mips64::Mips64CalleeSaveFrameSize(type);
  /external/compiler-rt/lib/ubsan/
Android.bp 167 // name: "libclang_rt.ubsan_standalone-mips64-android",
170 // mips64: {
  /external/llvm/test/CodeGen/Mips/cconv/
arguments-fp128.ll 1 ; RUN: llc -march=mips64 -relocation-model=static -mattr=+soft-float -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32 %s
4 ; RUN: llc -march=mips64 -relocation-model=static -mattr=+soft-float -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64 %s
arguments-hard-fp128.ll 1 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32 %s
4 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64 %s
arguments-small-structures-bigger-than-32bits.ll 1 ; RUN: llc < %s -march=mips64 -target-abi n64 -mcpu=mips64r2 | FileCheck %s -check-prefixes=ALL,MIPSEB
3 ; RUN: llc < %s -march=mips64 -target-abi n32 -mcpu=mips64r2 | FileCheck %s -check-prefixes=ALL,MIPSEB
  /external/llvm/test/CodeGen/Mips/llvm-ir/
ashr.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 -relocation-model=pic | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
lshr.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 -relocation-model=pic | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
select-int.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 \
shl.ll 13 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \
15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 -relocation-model=pic | FileCheck %s \
17 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \
19 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
21 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
23 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
25 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
urem.ll 14 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \
16 ; RUN: llc < %s -march=mips64 -mcpu=mips4 -relocation-model=pic | FileCheck %s \
18 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \
20 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
22 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
24 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
26 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
  /external/llvm/test/MC/Disassembler/Mips/eva/
valid_R6-eva.txt 1 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips32r6 -mattr=eva | FileCheck %s
2 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux -mcpu=mips64r6 -mattr=eva | FileCheck %s
  /external/llvm/test/MC/Mips/
mips-reginfo-fp64.s 5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - | \
9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - | \
mips_directives.s 70 # CHECK: .set mips64
72 .set mips64
  /external/strace/debian/
control 12 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32
45 Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 sh4 sparc sparc64 x32
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetMachine.h 101 /// Mips64ebTargetMachine - Mips64 big endian target machine.
110 /// Mips64elTargetMachine - Mips64 little endian target machine.
  /external/tensorflow/tensorflow/contrib/lite/
BUILD 25 name = "mips64",
27 "cpu": "mips64",
  /external/v8/src/mips64/
constants-mips64.cc 7 #include "src/mips64/constants-mips64.h"
  /external/valgrind/tests/
arch_test.c 35 "mips64",
77 if ( 0 == strcmp( arch, "mips64" ) ) return True;

Completed in 713 milliseconds

<<21222324252627282930>>