Home
last modified time | relevance | path

Searched refs:xtensa_b4const_or_zero (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa-protos.h28 extern bool xtensa_b4const_or_zero (HOST_WIDE_INT);
H A Dpredicates.md78 (match_test "xtensa_b4const_or_zero (INTVAL (op))"))
H A Dxtensa.c411 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 Dconstraints.md83 (match_test "xtensa_b4const_or_zero (ival)")))
/netbsd/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa-protos.h28 extern bool xtensa_b4const_or_zero (HOST_WIDE_INT);
H A Dpredicates.md77 (match_test "xtensa_b4const_or_zero (INTVAL (op))"))
H A Dxtensa.c411 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 Dxtensa.cc421 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 Dconstraints.md83 (match_test "xtensa_b4const_or_zero (ival)")))
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200527776 (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.