HomeSort by relevance Sort by last modified time
    Searched full:mips64 (Results 26 - 50 of 301) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
const-mult.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK
3 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=CHECK64
blez_bgez.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
longbranch.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -check-prefix=N64
mips64muldiv.ll 1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
optimize-fp-math.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
remat-immed-load.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=64
mips64fpldst.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n64 | FileCheck %s -check-prefix=CHECK-N64
2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -mattr=n32 | FileCheck %s -check-prefix=CHECK-N32
largeimmprinting.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | \
mips64imm.ll 1 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s
sint-fp-store_pattern.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
int-to-float-conversion.ll 2 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | FileCheck %s -check-prefix=64
  /external/llvm/test/MC/Mips/
elf_basic.s 6 // RUN: llvm-mc -filetype=obj -arch=mips64 -triple mips64-unknown-linux %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE64 %s
abicalls.ll 10 ; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=mips64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-PIC %s
elf-N64.ll 1 ; RUN: llc -filetype=obj -march=mips64el -mcpu=mips64 -disable-mips-delay-filler %s -o - | llvm-readobj -r | FileCheck %s
elf-reginfo.ll 1 ; RUN: llc -filetype=obj -march=mips64el -mcpu=mips64 %s -o - \
higher_highest.ll 1 ; DISABLE: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch -filetype=obj < %s -o - | llvm-readobj -r | FileCheck %s
elf-gprel-32-64.ll 1 ; RUN: llc -filetype=obj -march=mips64el -mcpu=mips64 %s -o - \
nabi-regs.s 8 # RUN: -mcpu=mips64r2 -arch=mips64 | \
  /external/llvm/lib/Target/Mips/
Mips.td 66 def FeatureMips64 : SubtargetFeature<"mips64", "MipsArchVersion",
67 "Mips64", "Mips64 ISA Support",
93 def : Proc<"mips64", [FeatureMips64]>;
MipsInstrFPU.td 106 string DecoderNamespace = "Mips64";
122 string DecoderNamespace = "Mips64";
131 let DecoderNamespace = "Mips64";
237 let DecoderNamespace = "Mips64" in
260 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
295 let Predicates = [IsFP64bit, HasStdEnc], DecoderNamespace = "Mips64" in {
352 let DecoderNamespace = "Mips64";
356 let Predicates = [IsN64, HasStdEnc], DecoderNamespace = "Mips64" in {
377 DecoderNamespace = "Mips64" in {
406 let Predicates = [HasMips64, NotN64, HasStdEnc], DecoderNamespace="Mips64" in
    [all...]
  /external/clang/test/Driver/
freebsd.c 63 // RUN: -target mips64-unknown-freebsd10.0 \
64 // RUN: | FileCheck --check-prefix=CHECK-MIPS64 %s
65 // CHECK-MIPS64: "{{[^" ]*}}ld{{[^" ]*}}"
66 // CHECK-MIPS64: "-dynamic-linker" "{{.*}}/libexec/ld-elf.so.1"
67 // CHECK-MIPS64-NOT: "--hash-style={{gnu|both}}"
  /bionic/libc/arch-mips/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
limits.h 49 /* Quads and longs are the same on mips64 */
  /external/clang/test/CodeGen/
mips-target-data.c 7 // RUN: %clang -target mips64-linux-gnu -o - -emit-llvm -S %s |\
  /external/llvm/test/MC/Disassembler/Mips/
mips64.txt 1 # RUN: llvm-mc --disassemble %s -triple=mips64-unknown-linux | FileCheck %s

Completed in 522 milliseconds

12 3 4 5 6 7 8 91011>>