Searched refs:simplify_test_exp (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genattrtab.cc | 254 : 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 D | ChangeLog-2005 | 9417 (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 D | ChangeLog-2001 | 3434 * genattrtab.c (check_attr_test, operate_exp, simplify_test_exp, 13907 (simplify_test_exp): Avoid explicit use of temporary obstack.
|
H A D | ChangeLog-2000 | 827 (simplify_test_exp): Avoid overactive inlining; use temporary 6300 (simplify_test_exp): Don't mess with obstacks.
|
H A D | FSFChangeLog.11 | 3807 (encode_units_mask, simplify_test_exp): Likewise.
|
H A D | ChangeLog-2015 | 27230 * genattrtab.c (simplify_test_exp): Likewise. 29129 (simplify_test_exp): Change type of i from int to uint64_t.
|
H A D | ChangeLog-2012 | 24068 (simplify_test_exp): Handle one more case of distributive law,
|
H A D | ChangeLog-2007 | 31166 (simplify_test_exp): If insn_code_values is not NULL, use it to speed
|
H A D | ChangeLog-2003 | 2404 attr_rtx_cost, simplify_test_exp, gen_attr,
|
H A D | ChangeLog-2002 | 24864 simplify_test_exp, optimize_attrs, simplify_by_exploding,
|
H A D | ChangeLog-2018 | 10007 (simplify_test_exp): Use alternative_mask and XWINT.
|
H A D | ChangeLog-2019 | 21736 (simplify_test_exp): Same.
|
H A D | ChangeLog-2010 | 26246 (simplify_test_exp): Pass attr to evaluate_eq_attr.
|
H A D | ChangeLog-2004 | 19271 (insert_insn_ent, simplify_test_exp, optimize_attrs, write_attr_get)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genattrtab.c | 254 : 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 D | FSFChangeLog.11 | 3807 (encode_units_mask, simplify_test_exp): Likewise.
|