Searched refs:O32 (Results 1 – 25 of 38) sorted by relevance
12
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsABIInfo.h | 24 enum class ABI { Unknown, O32, N32, N64 }; enumerator 33 static MipsABIInfo O32() { return MipsABIInfo(ABI::O32); } in O32() function 40 bool IsO32() const { return ThisABI == ABI::O32; } in IsO32()
|
| D | MipsABIInfo.cpp | 66 return MipsABIInfo::O32(); in computeTargetABI() 77 return MipsABIInfo::O32(); in computeTargetABI()
|
| D | MipsTargetStreamer.cpp | 837 ? MipsABIInfo::O32() in MipsTargetELFStreamer()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsCallingConv.td | 77 // Mips O32 Calling Convention 93 // Only the return rules are defined here for O32. The rules for argument
|
| D | MipsAsmPrinter.cpp | 470 case MipsABIInfo::ABI::O32: return "abi32"; in getCurrentABIString()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | DynamicTags.def | 204 // section (O32).
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| D | Gnu.cpp | 1354 auto O32 = in findMipsMtiMultilibs() local 1366 .Either(O32, N32, N64) in findMipsMtiMultilibs() 1448 auto O32 = in findMipsImgMultilibs() local 1459 .Either(O32, N32, N64) in findMipsImgMultilibs()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/po/ |
| D | zh_CN.po | 1633 msgid " [abi=O32]" 1634 msgstr " [abi=O32]"
|
| D | ja.po | 1183 msgid " [abi=O32]" 1184 msgstr " [abi=O32]"
|
| D | da.po | 1639 msgid " [abi=O32]" 1640 msgstr " [abi=O32]"
|
| D | sv.po | 1882 msgid " [abi=O32]" 1883 msgstr " [abi=O32]"
|
| D | tr.po | 1904 msgid " [abi=O32]" 1905 msgstr " [abi=O32]"
|
| D | bfd.pot | 1918 msgid " [abi=O32]"
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/po/ |
| D | ja.po | 1183 msgid " [abi=O32]" 1184 msgstr " [abi=O32]"
|
| D | zh_CN.po | 1633 msgid " [abi=O32]" 1634 msgstr " [abi=O32]"
|
| D | da.po | 1639 msgid " [abi=O32]" 1640 msgstr " [abi=O32]"
|
| D | sv.po | 1882 msgid " [abi=O32]" 1883 msgstr " [abi=O32]"
|
| D | tr.po | 1904 msgid " [abi=O32]" 1905 msgstr " [abi=O32]"
|
| D | bfd.pot | 2315 msgid " [abi=O32]"
|
| D | rw.po | 1998 msgid " [abi=O32]"
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-1996 | 233 from O32 and N32 ABI. 286 Add support for Irix 6.2 native O32 and N32 ABI. 455 definitions to enable support of O32 and N32 format objlists. 461 (first_link_map_member): Rewrite to enable support of O32 and N32 464 support O32 and N32 format objlists.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | install.texi | 2870 then your version of @command{cc} uses the O32 or N64 ABI by default. You 2904 GCC does not currently support generating O32 ABI binaries in the 2906 with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5} 2911 expected that O32 ABI support will be available again in a future release.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | gccinstall.info | 2875 then your version of `cc' uses the O32 or N64 ABI by default. You 2900 GCC on IRIX 6 is usually built to support the N32, O32 and N64 ABIs. 2904 building the O32 libraries, too. Look for `/usr/lib64/libc.so.1' to 2907 To enable debugging for the O32 ABI, you must use GNU `as' from GNU
|
| D | install.texi | 3552 then your version of @command{cc} uses the O32 or N64 ABI by default. You 3581 GCC on IRIX 6 is usually built to support the N32, O32 and N64 ABIs. If 3585 try to use them. This will disable building the O32 libraries, too. 3589 To enable debugging for the O32 ABI, you must use GNU @command{as} from
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/ |
| D | rw.po | 1997 msgid " [abi=O32]"
|
12