Home
last modified time | relevance | path

Searched refs:simplify_test_exp (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.cc254 : simplify_test_exp (EXP, INSN_CODE, INSN_INDEX))
275 static rtx simplify_test_exp (rtx, int, int);
2280 x = simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp_in_temp()
2417 simplify_test_exp (rtx exp, int insn_code, int insn_index) in simplify_test_exp() function
2446 return simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp()
2546 return simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp()
2666 return simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp()
H A DChangeLog-20059417 (simplify_test_exp): Ditto.
9418 (simplify_test_exp <EQ_ATTR>): Guard for insn_code < 0 .
9419 (simplify_test_exp <AND>): Correct typo (test 'right' not 'left').
H A DChangeLog-20013434 * genattrtab.c (check_attr_test, operate_exp, simplify_test_exp,
13907 (simplify_test_exp): Avoid explicit use of temporary obstack.
H A DChangeLog-2000827 (simplify_test_exp): Avoid overactive inlining; use temporary
6300 (simplify_test_exp): Don't mess with obstacks.
H A DFSFChangeLog.113807 (encode_units_mask, simplify_test_exp): Likewise.
H A DChangeLog-201527230 * genattrtab.c (simplify_test_exp): Likewise.
29129 (simplify_test_exp): Change type of i from int to uint64_t.
H A DChangeLog-201224068 (simplify_test_exp): Handle one more case of distributive law,
H A DChangeLog-200731166 (simplify_test_exp): If insn_code_values is not NULL, use it to speed
H A DChangeLog-20032404 attr_rtx_cost, simplify_test_exp, gen_attr,
H A DChangeLog-200224864 simplify_test_exp, optimize_attrs, simplify_by_exploding,
H A DChangeLog-201810007 (simplify_test_exp): Use alternative_mask and XWINT.
H A DChangeLog-201921736 (simplify_test_exp): Same.
H A DChangeLog-201026246 (simplify_test_exp): Pass attr to evaluate_eq_attr.
H A DChangeLog-200419271 (insert_insn_ent, simplify_test_exp, optimize_attrs, write_attr_get)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenattrtab.c254 : simplify_test_exp (EXP, INSN_CODE, INSN_INDEX))
275 static rtx simplify_test_exp (rtx, int, int);
2280 x = simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp_in_temp()
2417 simplify_test_exp (rtx exp, int insn_code, int insn_index) in simplify_test_exp() function
2446 return simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp()
2546 return simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp()
2666 return simplify_test_exp (exp, insn_code, insn_index); in simplify_test_exp()
H A DFSFChangeLog.113807 (encode_units_mask, simplify_test_exp): Likewise.