Searched refs:get_rtx_code (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ccmp.cc | 143 *rcode = get_rtx_code (code, *up); in get_compare_parts() 173 rhs1, rhs2, get_rtx_code (code, 0)); in expand_ccmp_next()
|
H A D | optabs.h | 377 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
|
H A D | optabs.cc | 6026 get_rtx_code (enum tree_code tcode, bool unsignedp) in get_rtx_code() function 6046 enum rtx_code rcode = get_rtx_code (tcode, unsignedp); in vector_compare_rtx()
|
H A D | ChangeLog-2020 | 2692 (get_rtx_code): Use get_rtx_code_1. 2693 (get_rtx_code_1): Version of get_rtx_code that returns UNKNOWN 19511 * optabs.c (get_rtx_code): Make it global.
|
H A D | ChangeLog-2014 | 7354 * optabs.c (get_rtx_code): Make it global. 7355 * optabs.h (get_rtx_code): New prototype.
|
H A D | ChangeLog-2004 | 11039 (get_rtx_code): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ccmp.c | 143 *rcode = get_rtx_code (code, *up); in get_compare_parts() 173 rhs1, rhs2, get_rtx_code (code, 0)); in expand_ccmp_next()
|
H A D | optabs-tree.c | 363 return can_vcond_compare_p (get_rtx_code (code, TYPE_UNSIGNED (cmp_op_type)), in vcond_icode_p()
|
H A D | optabs.h | 366 extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp);
|
H A D | optabs.c | 5390 get_rtx_code (enum tree_code tcode, bool unsignedp) in get_rtx_code() function 5466 enum rtx_code rcode = get_rtx_code (tcode, unsignedp); in vector_compare_rtx()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 420 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 449 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 420 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand() 449 rtx_code code = get_rtx_code (m_code, unsigned_p); in expand()
|