Home
last modified time | relevance | path

Searched refs:CONST_OK_FOR_O (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h527 #define CONST_OK_FOR_O(VALUE) ((unsigned) (VALUE) + 0x100 < 0x200) macro
538 (C) == 'O' ? CONST_OK_FOR_O (VALUE) : \
1078 if (CONST_OK_FOR_O (INTVAL (XEXP (RTX, 1)))) \
H A Dv850.c1060 return CONST_OK_FOR_O (INTVAL (op));
/openbsd/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) \
H A Dpredicates.md160 if (GET_CODE (op) == CONST_INT && CONST_OK_FOR_O (INTVAL (op)))
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.h403 #define CONST_OK_FOR_O(VALUE) ((unsigned) (VALUE) + 0x100 < 0x200) macro
414 (C) == 'O' ? CONST_OK_FOR_O (VALUE) : \
H A Dpredicates.md56 return CONST_OK_FOR_O (INTVAL (op));
H A Dv850.c457 if (CONST_OK_FOR_O (INTVAL (XEXP (x, 1)))) in v850_rtx_costs()
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dh8300.h413 #define CONST_OK_FOR_O(VALUE) \ macro
447 (C) == 'O' ? CONST_OK_FOR_O (VALUE) : \
H A Dpredicates.md413 || CONST_OK_FOR_O (INTVAL (op))));
/openbsd/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.c1565 if (GET_CODE (op) == CONST_INT && CONST_OK_FOR_O (INTVAL (op)))
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.h1288 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) macro
1304 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h1439 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) macro
1455 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h1048 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) macro
1059 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.h928 #define CONST_OK_FOR_O(VALUE) ((VALUE) == 0) macro
H A Dia64.c618 return CONST_OK_FOR_O (value); in ia64_const_ok_for_letter_p()
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1190 #define CONST_OK_FOR_O(VALUE) (((HOST_WIDE_INT)(VALUE)) >= -32 \ macro
1201 : (C) == 'O' ? CONST_OK_FOR_O (VALUE) \
H A Dsh.c6124 || (GET_CODE (op) == CONST_INT && CONST_OK_FOR_O (INTVAL (op))));
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.74698 * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
4700 (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
17550 (CONST_OK_FOR_O, CONST_OK_FOR_P): New.