Home
last modified time | relevance | path

Searched refs:TARGET_32BIT_MS_ABI (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h542 #define TARGET_32BIT_MS_ABI (!TARGET_64BIT && ix86_cfun_abi () == MS_ABI) macro
H A Di386.cc5736 if (TARGET_32BIT_MS_ABI && cfun->calls_setjmp) in ix86_frame_pointer_required()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h697 #define TARGET_32BIT_MS_ABI (!TARGET_64BIT && ix86_cfun_abi () == MS_ABI) macro
H A Di386.c5250 if (TARGET_32BIT_MS_ABI && cfun->calls_setjmp) in ix86_frame_pointer_required()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201133442 * config/i386.h (TARGET_32BIT_MS_ABI): New macro.