Searched refs:CODE16 (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 214 CODE16, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 703 bool is16 = TT.getEnvironment() == Triple::CODE16; in emitStartOfAsmFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Triple.cpp | 235 case CODE16: return "code16"; in getEnvironmentTypeName() 554 .StartsWith("code16", Triple::CODE16) in parseEnvironment()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-i386.c | 858 #define CODE16 1 macro 860 #define SMALL16 (SMALL | CODE16) 862 #define BIG16 (BIG | CODE16) 8700 ? CODE16 : 0; in flip_code16() 8720 code16 = flag_code == CODE_16BIT ? CODE16 : 0; in output_branch() 8871 code16 = CODE16; in output_jump() 8964 code16 = CODE16; in output_interseg_jump() 8971 code16 ^= CODE16; in output_interseg_jump() 12272 int size = (fragP->fr_subtype & CODE16) ? 2 : 4; in md_estimate_size_before_relax()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 51 else if (TT.getEnvironment() != Triple::CODE16) in ParseX86Triple()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-i386.c | 903 #define CODE16 1 macro 905 #define SMALL16 (SMALL | CODE16) 907 #define BIG16 (BIG | CODE16) 10606 ? CODE16 : 0; in flip_code16() 10626 code16 = flag_code == CODE_16BIT ? CODE16 : 0; in output_branch() 10775 code16 = CODE16; in output_jump() 10868 code16 = CODE16; in output_interseg_jump() 10875 code16 ^= CODE16; in output_interseg_jump() 15076 int size = (fragP->fr_subtype & CODE16) ? 2 : 4; in md_estimate_size_before_relax()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.opt | 638 Target RejectNegative Negative(m32) Report Mask(CODE16) InverseMask(ISA_64BIT) Var(ix86_isa_flags) …
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.opt | 654 Target RejectNegative Negative(m32) Mask(CODE16) InverseMask(ISA_64BIT) Var(ix86_isa_flags) Save
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 533 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-9899 | 3431 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-9899 | 3431 (CODE16, SMALL, SMALL16, BIG, BIG16): Define.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2015 | 11843 ISA_64BIT, ABI_64, ABI_X32, and CODE16.
|