Searched refs:CODE16 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp333 TargetTriple.getEnvironment() != Triple::CODE16),
335 TargetTriple.getEnvironment() == Triple::CODE16),
H A DX86AsmPrinter.cpp694 bool is16 = TT.getEnvironment() == Triple::CODE16;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h206 CODE16, enumerator in enum:llvm::Triple::EnvironmentType
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c353 #define CODE16 1 macro
355 #define SMALL16 (SMALL | CODE16)
357 #define BIG16 (BIG | CODE16)
3760 code16 = CODE16;
3767 code16 ^= CODE16;
3856 code16 = CODE16;
3862 code16 ^= CODE16;
3902 code16 = CODE16;
3909 code16 ^= CODE16;
5348 int size = (fragP->fr_subtype & CODE16)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp226 case CODE16: return "code16";
535 .StartsWith("code16", Triple::CODE16)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp53 else if (TT.getEnvironment() != Triple::CODE16)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp491 Target.setEnvironment(llvm::Triple::CODE16);

Completed in 230 milliseconds