Searched refs:CONST_OK_FOR_O (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dmcore.h461 #define CONST_OK_FOR_O(VALUE) (CONST_OK_FOR_I(VALUE) || \ macro
477 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
/openbsd-current/gnu/gcc/gcc/config/v850/
H A Dv850.h406 #define CONST_OK_FOR_O(VALUE) ((unsigned) (VALUE) + 0x100 < 0x200)
417 (C) == 'O' ? CONST_OK_FOR_O (VALUE) : \
403 #define CONST_OK_FOR_O macro
H A Dv850.c463 if (CONST_OK_FOR_O (INTVAL (XEXP (x, 1))))
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dh8300.h416 #define CONST_OK_FOR_O(VALUE) \
450 (C) == 'O' ? CONST_OK_FOR_O (VALUE) : \
413 #define CONST_OK_FOR_O macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dmcore.h562 #define CONST_OK_FOR_O(VALUE) (CONST_OK_FOR_I(VALUE) || \ macro
578 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
H A Dmcore.c1567 if (GET_CODE (op) == CONST_INT && CONST_OK_FOR_O (INTVAL (op)))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h530 #define CONST_OK_FOR_O(VALUE) ((unsigned) (VALUE) + 0x100 < 0x200)
541 (C) == 'O' ? CONST_OK_FOR_O (VALUE) : \
1087 if (CONST_OK_FOR_O (INTVAL (XEXP (RTX, 1)))) \
527 #define CONST_OK_FOR_O macro
H A Dv850.c1072 return CONST_OK_FOR_O (INTVAL (op));
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.h1297 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0)
1313 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
1288 #define CONST_OK_FOR_O macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1449 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0)
1465 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
1439 #define CONST_OK_FOR_O macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h1057 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0)
1068 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
1048 #define CONST_OK_FOR_O macro
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.h937 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0)
928 #define CONST_OK_FOR_O macro
H A Dia64.c622 return CONST_OK_FOR_O (value);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1195 #define CONST_OK_FOR_O(VALUE) (((HOST_WIDE_INT)(VALUE)) >= -32 \
1206 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
1190 #define CONST_OK_FOR_O macro
H A Dsh.c6134 || (GET_CODE (op) == CONST_INT && CONST_OK_FOR_O (INTVAL (op))));

Completed in 474 milliseconds