HomeSort by relevance Sort by last modified time
    Searched refs:CODE16 (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
white.s 15 .CODE16
white.l 18 15 .CODE16
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 314 TargetTriple.getEnvironment() != Triple::CODE16),
316 TargetTriple.getEnvironment() == Triple::CODE16),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 49 else if (TT.getEnvironment() != Triple::CODE16)
  /external/llvm/include/llvm/ADT/
Triple.h 172 CODE16,
  /external/llvm/lib/Support/
Triple.cpp 199 case CODE16: return "code16";
454 .StartsWith("code16", Triple::CODE16)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 646 #define CODE16 1
648 #define SMALL16 (SMALL | CODE16)
650 #define BIG16 (BIG | CODE16)
1005 {"code16", set_code_flag, CODE_16BIT},
6702 int code16; local
6814 int code16; local
6879 int code16; local
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 361 Target.setEnvironment(llvm::Triple::CODE16);
    [all...]

Completed in 732 milliseconds