Searched refs:unary_count (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-functions.h | 607 class unary_count : public quiet<function_base> 610 CONSTEXPR unary_count (rtx_code code) : m_code (code) {} in unary_count() function
|
H A D | aarch64-sve-builtins-base.cc | 2566 FUNCTION (svcls, unary_count, (CLRSB)) 2567 FUNCTION (svclz, unary_count, (CLZ)) 2590 FUNCTION (svcnt, unary_count, (POPCOUNT))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-functions.h | 607 class unary_count : public quiet<function_base> 610 CONSTEXPR unary_count (rtx_code code) : m_code (code) {} in unary_count() function
|
H A D | aarch64-sve-builtins-base.cc | 2555 FUNCTION (svcls, unary_count, (CLRSB)) 2556 FUNCTION (svclz, unary_count, (CLZ)) 2579 FUNCTION (svcnt, unary_count, (POPCOUNT))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2020 | 39147 * config/aarch64/aarch64-sve-builtins-shapes.h (unary_count): Delete. 39150 (unary_count): Rename to...
|
H A D | ChangeLog-2019 | 5156 (unary_count::expand): Use aarch64_sve_int_mode instead of
|