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

12 3 4

  /external/llvm/test/CodeGen/Mips/
eh-dwarf-cfa.ll 2 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | \
int-to-float-conversion.ll 2 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s -check-prefix=64
largeimmprinting.ll 2 ; RUN: llc -march=mips64el -mcpu=mips4 -target-abi=n64 < %s | \
sint-fp-store_pattern.ll 2 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s -check-prefix=64
elf_eflags.ll 26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 %s -o - | FileCheck -check-prefix=CHECK-LE64_PIC %s
analyzebranch.ll 4 ; RUN: llc -march=mips64 -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=FCC
fcopysign-f32-f64.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s -check-prefix=64
fcopysign.ll 3 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s -check-prefix=64
fpxx.ll 7 ; RUN: llc -march=mips64 -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=4-NOFPXX
8 ; RUN: not llc -march=mips64 -mcpu=mips4 -mattr=fpxx < %s 2>&1 | FileCheck %s -check-prefix=4-FPXX
13 ; RUN-TODO: llc -march=mips64 -mcpu=mips4 -target-abi o32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=4-O32-NOFPXX
14 ; RUN-TODO: llc -march=mips64 -mcpu=mips4 -target-abi o32 -mattr=fpxx < %s | FileCheck %s -check-prefix=ALL -check-prefix=4-O32-FPXX
mips64muldiv.ll 1 ; RUN: llc -march=mips64el -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=ACC
mips64intldst.ll 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi n64 | FileCheck %s -check-prefix=CHECK-N64
2 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi n32 | FileCheck %s -check-prefix=CHECK-N32
eh-return64.ll 1 ; RUN: llc -march=mips64el -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=CHECK -check-prefix=NOT-R6
  /external/llvm/test/MC/Mips/mips4/
valid-xfail.s 5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 | not FileCheck %s
invalid-mips64.s 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
  /external/llvm/test/MC/Mips/
set-mips-directives-bad.s 16 .set mips4
  /external/llvm/lib/Target/Mips/
Mips.td 99 def FeatureMips4 : SubtargetFeature<"mips4", "MipsArchVersion",
100 "Mips4", "MIPS IV ISA Support",
178 def : Proc<"mips4", [FeatureMips4]>;
MipsSubtarget.h 42 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6
172 bool hasMips4() const { return MipsArchVersion >= Mips4; }
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.cpp 83 .Case("mips4", MipsABIInfo::N64())
  /external/llvm/test/CodeGen/Mips/llvm-ir/
indirectbr.ll 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6
and.ll 15 ; RUN: llc < %s -march=mips64 -mcpu=mips4 | FileCheck %s \
  /external/clang/test/Driver/
mips-as.c 81 // RUN: %clang -target mips-linux-gnu -mips4 -### \
84 // MIPS-ALIAS-4: as{{(.exe)?}}" "-march" "mips4" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
239 // RUN: %clang -target mips64-linux-gnu -### -no-integrated-as -c %s -mcpu=mips4 \
240 // RUN: 2>&1 | FileCheck -check-prefix=MIPS4-EB-AS %s
241 // MIPS4-EB-AS: as{{(.exe)?}}" "-march" "mips4" "-mabi" "64" "-mno-shared" "-KPIC" "-EB"
mips-abi.c 78 // RUN: -march=mips4 2>&1 \
80 // MIPS-ARCH-4: "-target-cpu" "mips4"
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 141 #define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code */
  /development/ndk/platforms/android-21/arch-mips/include/machine/
elf_machdep.h 140 #define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
elf_machdep.h 140 #define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code */

Completed in 7188 milliseconds

12 3 4