Home
last modified time | relevance | path

Searched defs:FRAME_REGNO_P (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h423 #define FRAME_REGNO_P(N) ((N) == 32 || (N) == 34 || (N) == 35) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h443 #define FRAME_REGNO_P(N) ((N) == 32 || (N) == 34 || (N) == 35) macro