/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh_optimize_sett_clrt.cc | 186 if (STORE_FLAG_VALUE != 1) in execute() 187 log_return (0, "unsupported STORE_FLAG_VALUE %d", STORE_FLAG_VALUE); in execute() 191 log_msg (" STORE_FLAG_VALUE = %d\n", STORE_FLAG_VALUE); in execute() 271 || INTVAL (XEXP (pat, 1)) == STORE_FLAG_VALUE)) in const_setcc_value()
|
H A D | sh_treg_combine.cc | 1545 if (STORE_FLAG_VALUE != 1) in execute() 1546 log_return (0, "unsupported STORE_FLAG_VALUE %d", STORE_FLAG_VALUE); in execute() 1550 log_msg (" STORE_FLAG_VALUE = %d\n", STORE_FLAG_VALUE); in execute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh_optimize_sett_clrt.cc | 186 if (STORE_FLAG_VALUE != 1) in execute() 187 log_return (0, "unsupported STORE_FLAG_VALUE %d", STORE_FLAG_VALUE); in execute() 191 log_msg (" STORE_FLAG_VALUE = %d\n", STORE_FLAG_VALUE); in execute() 271 || INTVAL (XEXP (pat, 1)) == STORE_FLAG_VALUE)) in const_setcc_value()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ifcvt.c | 855 && (normalize == 0 || STORE_FLAG_VALUE == normalize)) in noce_emit_store_flag() 1219 && INTVAL (if_info->b) == STORE_FLAG_VALUE in noce_try_store_flag() 1224 && INTVAL (if_info->a) == STORE_FLAG_VALUE in noce_try_store_flag() 1388 if (diff == STORE_FLAG_VALUE || diff == -STORE_FLAG_VALUE) in noce_try_store_flag_constants() 1397 if (diff < 0 && STORE_FLAG_VALUE < 0) in noce_try_store_flag_constants() 1402 else if (diff > 0 && STORE_FLAG_VALUE < 0) in noce_try_store_flag_constants() 1415 else if (diff < 0 && STORE_FLAG_VALUE > 0) in noce_try_store_flag_constants() 1427 else if (diff > 0 && STORE_FLAG_VALUE > 0) in noce_try_store_flag_constants() 1434 && STORE_FLAG_VALUE == 1) in noce_try_store_flag_constants() 1438 && STORE_FLAG_VALUE == 1) in noce_try_store_flag_constants() [all …]
|
H A D | expmed.c | 5506 || STORE_FLAG_VALUE == 1 || STORE_FLAG_VALUE == -1); in emit_cstore() 5508 bool unsignedp = (STORE_FLAG_VALUE >= 0); in emit_cstore() 5524 if (normalizep == 0 || normalizep == STORE_FLAG_VALUE) in emit_cstore() 5528 else if (- normalizep == STORE_FLAG_VALUE) in emit_cstore() 5534 else if (val_signbit_known_set_p (result_mode, STORE_FLAG_VALUE)) in emit_cstore() 5540 gcc_assert (STORE_FLAG_VALUE & 1); in emit_cstore() 5676 : STORE_FLAG_VALUE))); in emit_store_flag_1() 5685 && (normalizep || STORE_FLAG_VALUE == 1 in emit_store_flag_1() 5686 || val_signbit_p (int_mode, STORE_FLAG_VALUE))) in emit_store_flag_1() 5711 ((STORE_FLAG_VALUE == 1 || normalizep) in emit_store_flag_1() [all …]
|
H A D | defaults.h | 989 #ifndef STORE_FLAG_VALUE 990 #define STORE_FLAG_VALUE 1 macro
|
H A D | combine.c | 5218 if (STORE_FLAG_VALUE == -1 && XEXP (SET_SRC (x), 1) == const0_rtx in find_split_point() 5909 && INTVAL (true_rtx) == - STORE_FLAG_VALUE in combine_simplify_rtx() 5917 && INTVAL (false_rtx) == - STORE_FLAG_VALUE in combine_simplify_rtx() 6111 && (STORE_FLAG_VALUE & ~GET_MODE_MASK (mode)) == 0 in combine_simplify_rtx() 6308 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6317 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6331 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6344 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6361 else if (STORE_FLAG_VALUE == -1 in combine_simplify_rtx() 6370 else if (STORE_FLAG_VALUE == -1 in combine_simplify_rtx() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expmed.cc | 5539 || STORE_FLAG_VALUE == 1 || STORE_FLAG_VALUE == -1); in emit_cstore() 5541 bool unsignedp = (STORE_FLAG_VALUE >= 0); in emit_cstore() 5557 if (normalizep == 0 || normalizep == STORE_FLAG_VALUE) in emit_cstore() 5561 else if (- normalizep == STORE_FLAG_VALUE) in emit_cstore() 5567 else if (val_signbit_known_set_p (result_mode, STORE_FLAG_VALUE)) in emit_cstore() 5573 gcc_assert (STORE_FLAG_VALUE & 1); in emit_cstore() 5709 : STORE_FLAG_VALUE))); in emit_store_flag_1() 5718 && (normalizep || STORE_FLAG_VALUE == 1 in emit_store_flag_1() 5719 || val_signbit_p (int_mode, STORE_FLAG_VALUE))) in emit_store_flag_1() 5744 ((STORE_FLAG_VALUE == 1 || normalizep) in emit_store_flag_1() [all …]
|
H A D | ifcvt.cc | 865 && (normalize == 0 || STORE_FLAG_VALUE == normalize)) in noce_emit_store_flag() 1229 && INTVAL (if_info->b) == STORE_FLAG_VALUE in noce_try_store_flag() 1234 && INTVAL (if_info->a) == STORE_FLAG_VALUE in noce_try_store_flag() 1398 if (diff == STORE_FLAG_VALUE || diff == -STORE_FLAG_VALUE) in noce_try_store_flag_constants() 1407 if (diff < 0 && STORE_FLAG_VALUE < 0) in noce_try_store_flag_constants() 1412 else if (diff > 0 && STORE_FLAG_VALUE < 0) in noce_try_store_flag_constants() 1425 else if (diff < 0 && STORE_FLAG_VALUE > 0) in noce_try_store_flag_constants() 1437 else if (diff > 0 && STORE_FLAG_VALUE > 0) in noce_try_store_flag_constants() 1444 && STORE_FLAG_VALUE == 1) in noce_try_store_flag_constants() 1448 && STORE_FLAG_VALUE == 1) in noce_try_store_flag_constants() [all …]
|
H A D | defaults.h | 971 #ifndef STORE_FLAG_VALUE 972 #define STORE_FLAG_VALUE 1 macro
|
H A D | combine.cc | 5089 if (STORE_FLAG_VALUE == -1 && XEXP (SET_SRC (x), 1) == const0_rtx in find_split_point() 5772 && INTVAL (true_rtx) == - STORE_FLAG_VALUE in combine_simplify_rtx() 5780 && INTVAL (false_rtx) == - STORE_FLAG_VALUE in combine_simplify_rtx() 5974 && (STORE_FLAG_VALUE & ~GET_MODE_MASK (mode)) == 0 in combine_simplify_rtx() 6171 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6180 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6194 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6207 else if (STORE_FLAG_VALUE == 1 in combine_simplify_rtx() 6224 else if (STORE_FLAG_VALUE == -1 in combine_simplify_rtx() 6233 else if (STORE_FLAG_VALUE == -1 in combine_simplify_rtx() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
H A D | or1k.h | 374 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.h | 326 #define STORE_FLAG_VALUE -1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/ |
H A D | ft32.h | 294 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.h | 333 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/ |
H A D | ft32.h | 294 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
H A D | rl78.h | 162 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro.h | 334 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro.h | 334 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
H A D | rl78.h | 162 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
H A D | nios2.h | 534 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
H A D | nios2.h | 533 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/ |
H A D | m32c.h | 632 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/ |
H A D | m32c.h | 631 #define STORE_FLAG_VALUE 1 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.h | 480 #define STORE_FLAG_VALUE -1 macro
|