Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h2061 #define SPE_CONST_OFFSET_OK(x) (((x) & ~0xf8) == 0) macro
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c2761 #define SPE_CONST_OFFSET_OK(x) (((x) & ~0xf8) == 0) macro