Home
last modified time | relevance | path

Searched refs:valid_perm_using_mode_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c16703 valid_perm_using_mode_p (machine_mode vmode, struct expand_vec_perm_d *d) in valid_perm_using_mode_p() function
16745 && valid_perm_using_mode_p (V2TImode, d)) in expand_vec_perm_pshufb()
16791 if (valid_perm_using_mode_p (V4DImode, d)) in expand_vec_perm_pshufb()
16809 if (valid_perm_using_mode_p (V8SImode, d)) in expand_vec_perm_pshufb()
16841 if (valid_perm_using_mode_p (V8DImode, d)) in expand_vec_perm_pshufb()
16859 if (valid_perm_using_mode_p (V16SImode, d)) in expand_vec_perm_pshufb()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc18825 valid_perm_using_mode_p (machine_mode vmode, struct expand_vec_perm_d *d) in valid_perm_using_mode_p() function
18888 if (valid_perm_using_mode_p (V2TImode, d)) in expand_vec_perm_pshufb()
18949 if (valid_perm_using_mode_p (V4DImode, d)) in expand_vec_perm_pshufb()
18967 if (valid_perm_using_mode_p (V8SImode, d)) in expand_vec_perm_pshufb()
18999 if (valid_perm_using_mode_p (V8DImode, d)) in expand_vec_perm_pshufb()
19017 if (valid_perm_using_mode_p (V16SImode, d)) in expand_vec_perm_pshufb()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20117877 (valid_perm_using_mode_p): Don't ignore higher bits of d->perm.
8791 (valid_perm_using_mode_p): New function.