Searched refs:tilegx_bitfield_operand_p (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx-protos.h | 31 extern bool tilegx_bitfield_operand_p (HOST_WIDE_INT, int *, int *);
|
H A D | constraints.md | 56 (match_test "tilegx_bitfield_operand_p (ival, NULL, NULL)")))
|
H A D | tilegx.c | 1532 tilegx_bitfield_operand_p (HOST_WIDE_INT n, int *first_bit, int *last_bit) in tilegx_bitfield_operand_p() function 5318 || !tilegx_bitfield_operand_p (INTVAL (x) ^ flip, in tilegx_print_operand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx-protos.h | 31 extern bool tilegx_bitfield_operand_p (HOST_WIDE_INT, int *, int *);
|
H A D | constraints.md | 56 (match_test "tilegx_bitfield_operand_p (ival, NULL, NULL)")))
|
H A D | tilegx.cc | 1533 tilegx_bitfield_operand_p (HOST_WIDE_INT n, int *first_bit, int *last_bit) in tilegx_bitfield_operand_p() function 5317 || !tilegx_bitfield_operand_p (INTVAL (x) ^ flip, in tilegx_print_operand()
|