Searched refs:code_for_uint (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 | 183 rtx_code code_for_uint, 185 : m_code_for_sint (code_for_sint), m_code_for_uint (code_for_uint), in m_code_for_sint() 203 CONSTEXPR rtx_code_function (rtx_code code_for_sint, rtx_code code_for_uint, 205 : rtx_code_function_base (code_for_sint, code_for_uint, unspec_for_fp) {} in rtx_code_function_base() argument 223 rtx_code code_for_uint, 225 : rtx_code_function_base (code_for_sint, code_for_uint, unspec_for_fp) {} in rtx_code_function_base() argument
|
H A D | aarch64-sve-builtins-base.cc | 1811 rtx_code code_for_uint, in svqdec_svqinc_bhwd_impl() argument 1814 m_code_for_uint (code_for_uint), in svqdec_svqinc_bhwd_impl() 1874 rtx_code code_for_uint) in svqdecp_svqincp_impl() argument 1876 m_code_for_uint (code_for_uint) in svqdecp_svqincp_impl()
|
H A D | aarch64-sve-builtins.cc | 3235 rtx_code code_for_uint, in map_to_rtx_codes() argument 3240 rtx_code code = (type_suffix (0).unsigned_p ? code_for_uint : code_for_sint); in map_to_rtx_codes() 3246 gcc_assert (pred == PRED_z && code_for_uint == code_for_sint); in map_to_rtx_codes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-functions.h | 183 rtx_code code_for_uint, 185 : m_code_for_sint (code_for_sint), m_code_for_uint (code_for_uint), in m_code_for_sint() 203 CONSTEXPR rtx_code_function (rtx_code code_for_sint, rtx_code code_for_uint, 205 : rtx_code_function_base (code_for_sint, code_for_uint, unspec_for_fp) {} in rtx_code_function_base() argument 223 rtx_code code_for_uint, 225 : rtx_code_function_base (code_for_sint, code_for_uint, unspec_for_fp) {} in rtx_code_function_base() argument
|
H A D | aarch64-sve-builtins-base.cc | 1811 rtx_code code_for_uint, in svqdec_svqinc_bhwd_impl() argument 1814 m_code_for_uint (code_for_uint), in svqdec_svqinc_bhwd_impl() 1874 rtx_code code_for_uint) in svqdecp_svqincp_impl() argument 1876 m_code_for_uint (code_for_uint) in svqdecp_svqincp_impl()
|
H A D | aarch64-sve-builtins.cc | 3234 rtx_code code_for_uint, in map_to_rtx_codes() argument 3239 rtx_code code = (type_suffix (0).unsigned_p ? code_for_uint : code_for_sint); in map_to_rtx_codes() 3245 gcc_assert (pred == PRED_z && code_for_uint == code_for_sint); in map_to_rtx_codes()
|