OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips1
(Results
51 - 75
of
206
) sorted by null
1
2
3
4
5
6
7
8
9
/external/llvm/test/MC/Mips/
set-mips-directives-bad.s
1
# RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=
mips1
2>%t1
10
.set
mips1
elf_eflags.s
103
# RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=
mips1
%s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPS1
%s
104
#
MIPS1
: Flags [ (0x1004)
106
# RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=
mips1
-mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=
MIPS1
-NAN2008 %s
107
#
MIPS1
-NAN2008: Flags [ (0x1404)
/external/llvm/test/MC/Disassembler/Mips/mips1/
valid-xfail.txt
1
# RUN: llvm-mc %s -triple=mips-unknown-linux -disassemble -mcpu=
mips1
| FileCheck %s
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-3.d
1
#as: -march=
mips1
-32
e32-rel2.d
3
#as: -mabi=32 -march=
mips1
lif-svr4pic.d
3
#as: -32 -
mips1
-mtune=r3000 -KPIC -EB --defsym SVR4=1
lif-xgot.d
3
#as: -32 -
mips1
-mtune=r3000 -KPIC -xgot -EB --defsym XGOT=1
trunc.d
3
#as: -32 -
mips1
-mtune=r3000
ld-pic.s
3
.set
mips1
lifloat.d
3
#as: -32 -
mips1
tls-o32.d
1
#as: -EB -march=
mips1
-mabi=32
jal-xgot.d
3
#as: -32 -
mips1
-KPIC -xgot -mtune=r3000
vr5500.s
34
# disassemble it as lwc3. lwc3 is correct for
mips1
to mips3,
mips1@jal-svr4pic-noreorder.d
6
# Test the jal macro with -KPIC and `.set noreorder' (
MIPS1
).
mips1@jal-svr4pic.d
6
# Test the jal macro with -KPIC (
MIPS1
).
/external/llvm/test/MC/Mips/mips1/
invalid-mips2-wrong-error.s
4
# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=
mips1
\
invalid-mips3-wrong-error.s
4
# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=
mips1
\
invalid-mips4-wrong-error.s
4
# RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=
mips1
\
/external/clang/test/Driver/
mips-ias-Wa.s
51
// RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-
mips1
2>&1 | \
52
// RUN: FileCheck -check-prefix=
MIPS1
%s
53
//
MIPS1
: -cc1as
54
//
MIPS1
: "-target-feature" "+
mips1
"
mips-as.c
66
// RUN: %clang -target mips-linux-gnu -
mips1
-### \
69
// MIPS-ALIAS-1: as{{(.exe)?}}" "-march" "
mips1
" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
225
// RUN: %clang -target mips-linux-gnu -### -no-integrated-as -c %s -mcpu=
mips1
\
226
// RUN: 2>&1 | FileCheck -check-prefix=
MIPS1
-EB-AS %s
227
//
MIPS1
-EB-AS: as{{(.exe)?}}" "-march" "
mips1
" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
228
//
MIPS1
-EB-AS-NOT: "{{[ A-Za-z\\\/]*}}as{{(.exe)?}}{{.*}}"-KPIC"
/external/valgrind/
README.mips
14
GCC to compile to "
mips1
" by default. Depending on a target platform, using
/external/llvm/lib/Target/Mips/
Mips.td
87
def FeatureMips1 : SubtargetFeature<"
mips1
", "MipsArchVersion", "
Mips1
",
193
def : Proc<"
mips1
", [FeatureMips1]>;
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips-elf.exp
95
"-EB -32 -
mips1
" \
101
"-EB -32 -
mips1
-I $srcdir/$subdir" \
108
"-EB -32 -
mips1
-I $srcdir/$subdir" \
118
"-EB -32 -
mips1
-I $srcdir/$subdir" \
126
"-EB -32 -
mips1
" \
134
"-EB -32 -
mips1
" \
610
"-EB -march=
mips1
-32 -KPIC" \
634
"-EB -march=
mips1
-32 -KPIC" {tlsbin-o32.s}
638
"-EB -march=
mips1
-32 -KPIC" {tlslib-o32.s}
643
"-EB -march=
mips1
-32 -KPIC" {tlsdyn-o32.s
[
all
...]
mips-elf-flags.exp
163
good_combination { "-
mips1
-32" "-mips32r2 -32" "-mips32 -32" } { mips32r2 }
168
good_combination { "-
mips1
-32" "-march=3900 -32" } { 3900 }
/bionic/libc/include/bits/
elf_mips.h
116
#define EF_MIPS_ARCH_1 0x00000000 /* -
mips1
code */
Completed in 137 milliseconds
1
2
3
4
5
6
7
8
9