/external/llvm/test/MC/Mips/mips1/ |
invalid-mips5.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
|
valid.s | 3 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | FileCheck %s
|
/external/llvm/test/MC/Mips/ |
module-directive-bad.s | 12 .set mips1
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
mips.h | 246 // -mips1 code.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
ld-xgot.d | 3 #as: -32 -mips1 -mtune=r3000 -KPIC -xgot
|
ldstla-32-shared.d | 2 #as: -KPIC -mabi=32 -march=mips1
|
ldstla-32.d | 2 #as: -mabi=32 -march=mips1
|
ulw.d | 3 #as: -32 -mips1
|
usw.d | 3 #as: -32 -mips1
|
la-svr4pic.d | 3 #as: -32 -mips1 -KPIC --defsym KPIC=1
|
lca-svr4pic.d | 3 #as: -32 -mips1 -KPIC --defsym KPIC=1
|
sb.d | 3 #as: -32 -mips1
|
ulh.d | 3 #as: -32 -mips1
|
ush.d | 3 #as: -32 -mips1
|
/external/capstone/arch/Mips/ |
MipsDisassembler.c | 210 // By default we do not support Mips1 352 // TODO: properly handle this in the future with MIPS1/2 modes [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/ |
ChangeLog-2008 | 154 * gas/mips/mips1-fp.s, testsuite/gas/mips/mips1-fp.d, 155 testsuite/gas/mips/mips1-fp.l: New tests. 498 * gas/mips/ldstla-32-shared.d: Add -march=mips1 for as. 500 * gas/mips/mips16-hilo-match.d: Add -mabi=32 -march=mips1 for as. 504 * gas/mips/e32-rel2.d: Add -march=mips1 for as. [all...] |
ChangeLog-2004 | 584 * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test [all...] |
ChangeLog-2014 | 500 * gas/mips/mips1@l_d.d: Likewise. 502 * gas/mips/mips1@ld.d: Likewise. 503 * gas/mips/mips1@ld-forward.d: Likewise. 505 * gas/mips/mips1@s_d.d: Likewise. [all...] |
ChangeLog-2013 | 429 gas/mips/mips16e-save-err.l, gas/mips/mips1-fp.l, 773 gas/mips/mips1@l_d.d, gas/mips/mips1@ld-forward.d, gas/mips/mips1@ld.d, 774 gas/mips/mips1@s_d.d, gas/mips/s_d.d, gas/mips/sd.d: Remove ECOFF [all...] |
ChangeLog-2012 | [all...] |
/toolchain/binutils/binutils-2.27/ld/ |
ldmain.c | 627 else if (strcmp (argv[i], "-mips1") == 0 639 /* FIXME: The arguments -mips1, -mips2, -mips3, etc. are [all...] |
/external/llvm/lib/ObjectYAML/ |
ELFYAML.cpp | 595 IO.enumCase(Value, "MIPS1", 1);
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
c-mips.texi | 78 @item -mips1 94 @samp{-mips1} corresponds to the R2000 and R3000 processors, [all...] |
/external/clang/include/clang/Driver/ |
Options.td | [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 405 return "mips1"; [all...] |