Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc710 brig_basic_inst_handler::build_lower_element_broadcast (tree vec_operand) in build_lower_element_broadcast() argument
715 tree element_type = TREE_TYPE (TREE_TYPE (vec_operand)); in build_lower_element_broadcast()
719 = gccbrig_type_vector_subparts (TREE_TYPE (vec_operand)); in build_lower_element_broadcast()
732 return build3 (VEC_PERM_EXPR, TREE_TYPE (vec_operand), vec_operand, in build_lower_element_broadcast()
733 vec_operand, mask); in build_lower_element_broadcast()
H A Dbrig-code-entry-handler.h270 tree build_lower_element_broadcast (tree vec_operand);