Home
last modified time | relevance | path

Searched defs:CONST_OK_FOR_K (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.h314 #define CONST_OK_FOR_K(VALUE) ((VALUE) >= 1 && (VALUE) <= 4) macro
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dmcore.h458 #define CONST_OK_FOR_K(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 31) macro
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.h393 #define CONST_OK_FOR_K(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) macro
/openbsd/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.h454 #define CONST_OK_FOR_K(VALUE) ((VALUE) == 2) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.h406 #define CONST_OK_FOR_K(VALUE) ((VALUE) == 2) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h559 #define CONST_OK_FOR_K(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 31) macro
/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.h1050 #define CONST_OK_FOR_K(VALUE, STR) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h517 #define CONST_OK_FOR_K(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) macro
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.h920 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100) macro
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h1040 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100) macro
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.h1280 #define CONST_OK_FOR_K(VALUE) 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1185 #define CONST_OK_FOR_K(VALUE) ((VALUE)==1||(VALUE)==2||(VALUE)==8||(VALUE)==16) macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.h1380 #define CONST_OK_FOR_K(VALUE, STR) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1431 #define CONST_OK_FOR_K(VALUE) 0 macro
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c325 #define CONST_OK_FOR_K(x) \ macro