OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips4
(Results
51 - 75
of
205
) sorted by null
1
2
3
4
5
6
7
8
9
/external/llvm/test/CodeGen/Mips/
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
-target-abi n64 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE64 %s
27
; RUN: llc -mtriple mipsel-unknown-linux -mcpu=
mips4
-target-abi n64 %s -o - | FileCheck -check-prefix=CHECK-LE64_PIC %s
analyzebranch.ll
4
; RUN: llc -march=mips64 -mcpu=
mips4
< %s | FileCheck %s -check-prefixes=ALL,FCC
assertzext-trunc.ll
3
; RUN: llc < %s -march=mips64 -mcpu=
mips4
| \
fcopysign-f32-f64.ll
1
; RUN: llc < %s -march=mips64el -mcpu=
mips4
-target-abi=n64 | \
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-prefixes=ALL,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-prefixes=ALL,4-O32-NOFPXX
14
; RUN-TODO: llc -march=mips64 -mcpu=
mips4
-target-abi o32 -mattr=fpxx < %s | FileCheck %s -check-prefixes=ALL,4-O32-FPXX
mips64muldiv.ll
1
; RUN: llc -march=mips64el -mcpu=
mips4
< %s | FileCheck %s -check-prefixes=ALL,ACC
mips64intldst.ll
1
; RUN: llc < %s -march=mips64el -mcpu=
mips4
-target-abi n64 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N64
2
; RUN: llc < %s -march=mips64el -mcpu=
mips4
-target-abi n32 -relocation-model=pic | FileCheck %s -check-prefix=CHECK-N32
/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
elf_eflags.s
85
# RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=
mips4
%s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPS4
%s
86
#
MIPS4
: Flags [ (0x30000006)
88
# RUN: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=
mips4
-mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPS4
-NAN2008 %s
89
#
MIPS4
-NAN2008: Flags [ (0x30000406)
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ase-errors-4.s
67
.set
mips4
vr5500.s
35
# while pref is correct for
mips4
. Unfortunately, the
mips.exp
63
# mips1, mips2, mips3,
mips4
, mips5, mips32, mips64
431
mips_arch_create
mips4
64 mips3 { fpisa4 } \
432
{ -march=
mips4
-mtune=
mips4
} { -mmips:8000 }
433
mips_arch_create mips5 64
mips4
{ fpisa5 } \
484
mips_arch_create vr5400 64
mips4
{ ror } \
757
run_dump_test_arches "
mips4
" [mips_arch_list_matching
mips4
]
758
run_dump_test_arches "
mips4
-fp" "-32" \
760
run_dump_test_arches "
mips4
-fp" "-mabi=o64"
[
all
...]
set-arch.s
35
# test
mips4
instructions.
37
.set arch=
mips4
72
# while pref is correct for
mips4
. Unfortunately, the
464
# while pref is correct for
mips4
. Unfortunately, the
/external/llvm/lib/Target/Mips/
Mips.td
109
def FeatureMips4 : SubtargetFeature<"
mips4
", "MipsArchVersion",
110
"
Mips4
", "MIPS IV ISA Support",
202
def : Proc<"
mips4
", [FeatureMips4]>;
MipsSubtarget.h
42
Mips3,
Mips4
, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6
188
bool hasMips4() const { return MipsArchVersion >=
Mips4
; }
/bionic/libc/include/bits/
elf_mips.h
119
#define EF_MIPS_ARCH_4 0x30000000 /* -
mips4
code */
/external/llvm/test/CodeGen/Mips/llvm-ir/
indirectbr.ll
8
; RUN: llc -march=mips64 -mcpu=
mips4
-asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-R6
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-local-stubs-1.d
3
#as: -
mips4
/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
96
// RUN: -march=
mips4
2>&1 \
98
// MIPS-ARCH-4: "-target-cpu" "
mips4
"
/external/llvm/lib/Object/
ELFObjectFile.cpp
75
Features.AddFeature("
mips4
");
Completed in 271 milliseconds
1
2
3
4
5
6
7
8
9