Searched refs:select_cc_mode (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc-protos.h | 49 extern machine_mode select_cc_mode (enum rtx_code, rtx, rtx);
|
H A D | sparc.h | 1435 #define SELECT_CC_MODE(OP,X,Y) select_cc_mode ((OP), (X), (Y))
|
H A D | sparc.c | 3271 select_cc_mode (enum rtx_code op, rtx x, rtx y) in select_cc_mode() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc-protos.h | 50 extern machine_mode select_cc_mode (enum rtx_code, rtx, rtx);
|
H A D | sparc.h | 1431 #define SELECT_CC_MODE(OP,X,Y) select_cc_mode ((OP), (X), (Y))
|
H A D | sparc.cc | 3267 select_cc_mode (enum rtx_code op, rtx x, rtx y) in select_cc_mode() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 29945 * sparc.c (select_cc_mode): Update for UNNE/LTGT. 30030 * sparc-protos.h (select_cc_mode): Declare. 30031 * sparc.c (select_cc_mode): New. Handle unordered compares. 30034 * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
|
H A D | ChangeLog-2021 | 21993 * config/h8300/h8300.c (select_cc_mode): Handle ASHIFTRT and LSHIFTRT. 23577 * config/h8300/h8300.c (select_cc_mode): Handle MEM. Use
|
H A D | ChangeLog-2019 | 9643 * config/arm/arm.c (select_cc_mode): Also allow minus for CC_V 15815 * config/sparc/sparc.c (select_cc_mode): Return CCFPEmode for LTGT.
|
H A D | ChangeLog-2016 | 10526 (select_cc_mode): Remove ATTRIBUTE_UNUSED. Adjust for CCNZ/CCXNZ
|