/netbsd/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa-protos.h | 28 extern bool xtensa_b4const_or_zero (HOST_WIDE_INT);
|
H A D | predicates.md | 78 (match_test "xtensa_b4const_or_zero (INTVAL (op))"))
|
H A D | xtensa.c | 411 xtensa_b4const_or_zero (HOST_WIDE_INT v) in xtensa_b4const_or_zero() function 697 { EQ, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* EQ */ in gen_int_relational() 698 { NE, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* NE */ in gen_int_relational() 700 { LT, xtensa_b4const_or_zero, 1, 1, 1, 0, 0 }, /* GT */ in gen_int_relational() 701 { GE, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* GE */ in gen_int_relational() 702 { LT, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* LT */ in gen_int_relational() 703 { GE, xtensa_b4const_or_zero, 1, 1, 1, 0, 0 }, /* LE */ in gen_int_relational()
|
H A D | constraints.md | 83 (match_test "xtensa_b4const_or_zero (ival)")))
|
/netbsd/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa-protos.h | 28 extern bool xtensa_b4const_or_zero (HOST_WIDE_INT);
|
H A D | predicates.md | 77 (match_test "xtensa_b4const_or_zero (INTVAL (op))"))
|
H A D | xtensa.c | 411 xtensa_b4const_or_zero (HOST_WIDE_INT v) in xtensa_b4const_or_zero() function 697 { EQ, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* EQ */ in gen_int_relational() 698 { NE, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* NE */ in gen_int_relational() 700 { LT, xtensa_b4const_or_zero, 1, 1, 1, 0, 0 }, /* GT */ in gen_int_relational() 701 { GE, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* GE */ in gen_int_relational() 702 { LT, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* LT */ in gen_int_relational() 703 { GE, xtensa_b4const_or_zero, 1, 1, 1, 0, 0 }, /* LE */ in gen_int_relational()
|
H A D | xtensa.cc | 421 xtensa_b4const_or_zero (HOST_WIDE_INT v) in xtensa_b4const_or_zero() function 707 { EQ, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* EQ */ in gen_int_relational() 708 { NE, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* NE */ in gen_int_relational() 710 { LT, xtensa_b4const_or_zero, 1, 1, 1, 0, 0 }, /* GT */ in gen_int_relational() 711 { GE, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* GE */ in gen_int_relational() 712 { LT, xtensa_b4const_or_zero, 0, 0, 0, 0, 0 }, /* LT */ in gen_int_relational() 713 { GE, xtensa_b4const_or_zero, 1, 1, 1, 0, 0 }, /* LE */ in gen_int_relational()
|
H A D | constraints.md | 83 (match_test "xtensa_b4const_or_zero (ival)")))
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 27776 (xtensa_b4const_or_zero, xtensa_const_ok_for_letter_p, 27784 (xtensa_b4const_or_zero): ...this. Change return type to bool and 27802 Use xtensa_b4const_or_zero.
|