Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-protos.h241 unsigned short half_words[VECTOR_128BIT_HALF_WORDS]; member
H A Drs6000.cc28584 info->half_words[i] = ((info->bytes[i * 2] << 8) in vec_const_128bit_to_bytes()
28587 unsigned short first_hword = info->half_words[0]; in vec_const_128bit_to_bytes()
28590 if (first_hword != info->half_words[i]) in vec_const_128bit_to_bytes()
28695 unsigned short h_word = vsx_const->half_words[0]; in constant_generates_xxspltiw()