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

  /external/clang/test/CodeGenCXX/
microsoft-abi-default-cc.cpp 4 #ifdef MS_ABI
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-opts.h 45 MS_ABI = 1
mingw32.h 22 #define DEFAULT_ABI MS_ABI
47 if (TARGET_64BIT && ix86_abi == MS_ABI) \
cygming.h 56 #define DEFAULT_ABI (TARGET_64BIT ? MS_ABI : SYSV_ABI)
89 /* The 64-bit MS_ABI changes the set of call-used registers. */
271 #define STACK_BOUNDARY (TARGET_64BIT && ix86_abi == MS_ABI ? 128 : BITS_PER_WORD)
i386.h 525 #define TARGET_64BIT_MS_ABI (TARGET_64BIT && ix86_cfun_abi () == MS_ABI)
528 #define TARGET_32BIT_MS_ABI (!TARGET_64BIT && ix86_cfun_abi () == MS_ABI)
694 (TARGET_64BIT && ix86_abi == MS_ABI ? 128 : BITS_PER_WORD)
    [all...]

Completed in 296 milliseconds