Home
last modified time | relevance | path

Searched refs:mips64r2 (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/sys/arch/octeon/octeon/
H A Dlocore0.S35 .set mips64r2 define
H A Dlocore.S47 .set mips64r2 define
/openbsd/sys/arch/mips64/mips64/
H A Dmips64r2.S27 .set mips64r2 define
H A Dcontext.S248 .set mips64r2 define
/openbsd/sys/arch/mips64/include/
H A Dcache.h95 CACHE_PROTOS(mips64r2)
H A Dpte.h85 .set mips64r2; \
/openbsd/sys/arch/octeon/conf/
H A DMakefile.octeon37 CMACHFLAGS= -march=mips64r2 -mno-abicalls ${ABI} -msoft-float -G 0
169 mips64r2.o: assym.h
/openbsd/sys/arch/mips64/conf/
H A Dfiles.mips6426 file arch/mips64/mips64/mips64r2.S cpu_mips64r2
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMips.td137 def FeatureMips64r2 : SubtargetFeature<"mips64r2", "MipsArchVersion",
253 def : Proc<"mips64r2", [FeatureMips64r2]>;
/openbsd/gnu/llvm/compiler-rt/cmake/
H A Dbase-config-ix.cmake239 test_target_arch(mips64el "" "-mips64r2" "-mabi=64")
245 test_target_arch(mips64 "" "-mips64r2" "-mabi=64")
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-mips.texi71 @itemx -mips64r2
77 @samp{-mips64}, and @samp{-mips64r2}
H A Das.texinfo360 [@b{-mips64}] [@b{-mips64r2}]
905 @itemx -mips64r2
911 @samp{-mips64r2}
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mips.texi72 @itemx -mips64r2
78 @samp{-mips64}, and @samp{-mips64r2}
H A Das.texinfo366 [@b{-mips64}] [@b{-mips64r2}]
965 @itemx -mips64r2
971 @samp{-mips64r2}
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dconfigure.in190 mips_cpu=mips64r2
H A DChangeLog-0203839 (md_longopts): New entry for -mips64r2 (OPTION_MIPS64R2).
842 (s_mipsset): Handle setting "mips64r2" ISA.
843 (mips_cpu_info_table): Add mips64r2.
844 (md_show_usage): Document -mips64r2 option.
845 * doc/as.texinfo: Docuemnt -mips64r2 option.
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfigure.in595 mips_cpu=mips64r2
H A DChangeLog-0203839 (md_longopts): New entry for -mips64r2 (OPTION_MIPS64R2).
842 (s_mipsset): Handle setting "mips64r2" ISA.
843 (mips_cpu_info_table): Add mips64r2.
844 (md_show_usage): Document -mips64r2 option.
845 * doc/as.texinfo: Docuemnt -mips64r2 option.
/openbsd/gnu/usr.bin/binutils/
H A Dmd5.sum2319 3449570fae576b82c519c71630237f7e gas/testsuite/gas/mips/cp0-names-mips64r2.d
2326 f1e91b60b4367a1ede8d79e505fe7b78 gas/testsuite/gas/mips/cp0sel-names-mips64r2.d
2432 862acc414d4dda65d1e20f56cbfaf7c1 gas/testsuite/gas/mips/hwr-names-mips64r2.d
2576 786eb2843ed8ffe47e69bc81724f1c16 gas/testsuite/gas/mips/mips64r2-ill.l
2577 813b1f7f0ece03c4c2566ee2e85529b0 gas/testsuite/gas/mips/mips64r2-ill.s
2578 df92f25d4122d36c854f1f375992b9d3 gas/testsuite/gas/mips/mips64r2.d
2579 bb49ade11c2fd90af659940cd085b04c gas/testsuite/gas/mips/mips64r2.s
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-2005429 mips64, mips64r2.
H A DChangeLog-0203134 * mips-dis.c (mips_arch_choices): Add entry for "mips64r2"
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dmd5.sum2957 3449570fae576b82c519c71630237f7e gas/testsuite/gas/mips/cp0-names-mips64r2.d
2964 f1e91b60b4367a1ede8d79e505fe7b78 gas/testsuite/gas/mips/cp0sel-names-mips64r2.d
3073 862acc414d4dda65d1e20f56cbfaf7c1 gas/testsuite/gas/mips/hwr-names-mips64r2.d
3230 786eb2843ed8ffe47e69bc81724f1c16 gas/testsuite/gas/mips/mips64r2-ill.l
3231 813b1f7f0ece03c4c2566ee2e85529b0 gas/testsuite/gas/mips/mips64r2-ill.s
3232 df92f25d4122d36c854f1f375992b9d3 gas/testsuite/gas/mips/mips64r2.d
3233 bb49ade11c2fd90af659940cd085b04c gas/testsuite/gas/mips/mips64r2.s
/openbsd/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-0203134 * mips-dis.c (mips_arch_choices): Add entry for "mips64r2"
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td4064 def mips64r2 : Flag<["-"], "mips64r2">,
4065 Alias<march_EQ>, AliasArgs<["mips64r2"]>, Group<m_mips_Features_Group>,
4066 HelpText<"Equivalent to -march=mips64r2">, Flags<[HelpHidden]>;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/po/
H A Dbfd.pot2395 msgid " [mips64r2]"

12