Searched refs:AS_FLAT_SCRATCH_P (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.h457 #define AS_FLAT_SCRATCH_P(AS) ((AS) == ADDR_SPACE_FLAT_SCRATCH)
467 #define AS_ANY_FLAT_P(AS) (AS_FLAT_SCRATCH_P (AS) || AS_FLAT_P (AS))
452 #define AS_FLAT_SCRATCH_P macro
H A Dgcn.c1286 else if (AS_FLAT_P (as) || AS_FLAT_SCRATCH_P (as))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.h462 #define AS_FLAT_SCRATCH_P(AS) ((AS) == ADDR_SPACE_FLAT_SCRATCH)
472 #define AS_ANY_FLAT_P(AS) (AS_FLAT_SCRATCH_P (AS) || AS_FLAT_P (AS))
457 #define AS_FLAT_SCRATCH_P macro
H A Dgcn.cc1318 else if (AS_FLAT_P (as) || AS_FLAT_SCRATCH_P (as))

Completed in 134 milliseconds