Searched refs:inv_code (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2110 enum rtx_code inv_code = reverse_condition (code);
2111 if (!riscv_canonicalize_int_order_test (&inv_code, &cmp1, mode))
2119 inv_code, cmp0, cmp1);
2125 riscv_emit_binary (inv_code, target, cmp0, cmp1);
2107 enum rtx_code inv_code = reverse_condition (code); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc3617 enum rtx_code inv_code = reverse_condition (code); local
3618 if (!loongarch_canonicalize_int_order_test (&inv_code, &cmp1, mode))
3628 inv_code, cmp0, cmp1);
3634 loongarch_emit_binary (inv_code, target, cmp0, cmp1);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc2465 enum rtx_code inv_code = reverse_condition (code);
2466 if (!riscv_canonicalize_int_order_test (&inv_code, &cmp1, mode))
2474 inv_code, cmp0, cmp1);
2480 riscv_emit_binary (inv_code, target, cmp0, cmp1);
2462 enum rtx_code inv_code = reverse_condition (code); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c6143 enum tree_code inv_code;
6170 inv_code = invert_tree_comparison (code, HONOR_NANS (type));
6171 if (inv_code == rhs_code
6175 if (!rhs_only && inv_code == lhs_code
6118 enum tree_code inv_code; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c5445 enum rtx_code inv_code = reverse_condition (code);
5446 if (!mips_canonicalize_int_order_test (&inv_code, &cmp1, mode))
5456 inv_code, cmp0, cmp1);
5462 mips_emit_binary (inv_code, target, cmp0, cmp1);
5418 enum rtx_code inv_code = reverse_condition (code); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc5447 enum rtx_code inv_code = reverse_condition (code);
5448 if (!mips_canonicalize_int_order_test (&inv_code, &cmp1, mode))
5458 inv_code, cmp0, cmp1);
5464 mips_emit_binary (inv_code, target, cmp0, cmp1);
5420 enum rtx_code inv_code = reverse_condition (code); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc6224 enum tree_code inv_code;
6251 inv_code = invert_tree_comparison (code, HONOR_NANS (type));
6252 if (inv_code == rhs_code
6256 if (!rhs_only && inv_code == lhs_code

Completed in 536 milliseconds