Home
last modified time | relevance | path

Searched refs:m_to_mode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h145 CONSTEXPR truncating_store (scalar_int_mode to_mode) : m_to_mode (to_mode) {} in truncating_store()
160 unsigned int element_bits = GET_MODE_BITSIZE (m_to_mode); in memory_scalar_type()
169 return aarch64_sve_data_mode (m_to_mode, nunits).require (); in memory_vector_mode()
173 scalar_int_mode m_to_mode; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h145 CONSTEXPR truncating_store (scalar_int_mode to_mode) : m_to_mode (to_mode) {} in truncating_store()
160 unsigned int element_bits = GET_MODE_BITSIZE (m_to_mode); in memory_scalar_type()
169 return aarch64_sve_data_mode (m_to_mode, nunits).require (); in memory_vector_mode()
173 scalar_int_mode m_to_mode; variable