Searched refs:vecsize (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | vect.md | 27 (define_mode_attr vecsize [(V8QI "1") (V4HI "2") (V2SI "4")]) 114 "psub<vecsize> %0 = r0, %1" 122 "padd<vecsize> %0 = %1, %2" 131 "padd<vecsize>.sss %0 = %1, %2" 140 "padd<vecsize>.uuu %0 = %1, %2" 148 "psub<vecsize> %0 = %1, %2" 157 "psub<vecsize>.sss %0 = %1, %2" 166 "psub<vecsize>.uuu %0 = %1, %2" 323 "pshl<vecsize> %0 = %1, %2" 332 "pshr<vecsize> %0 = %1, %2" [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 389 string ops, string cstr, bits<2> vecsize, list<dag> pattern> 395 let VecSize = vecsize; 403 bits<2> vecsize, list<dag> pattern=[]> 410 ops, !strconcat(cstr, vpred.vpred_constraint), vecsize, pattern> { 417 bits<2> vecsize, list<dag> pattern=[]> 418 : MVE_p<oops, iops, itin, iname, suffix, ops, vpred, cstr, vecsize, pattern> { 596 string ops, string cstr, bits<2> vecsize, list<dag> pattern=[]> 600 : MVE_p<oops, iops, itin, iname, suffix, ops, vpred_n, cstr, vecsize, pattern> { 1018 bits<2> vecsize> 1020 "$RdaDest, $Qn, $Qm", cstr, vecsize, []> { [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.c | 5262 unsigned HOST_WIDE_INT vecsize, nunits; in handle_vector_size_attribute() local 5277 vecsize = tree_low_cst (size, 1); in handle_vector_size_attribute() 5307 if (vecsize % tree_low_cst (TYPE_SIZE_UNIT (type), 1)) in handle_vector_size_attribute() 5313 if (vecsize == 0) in handle_vector_size_attribute() 5320 nunits = vecsize / tree_low_cst (TYPE_SIZE_UNIT (type), 1); in handle_vector_size_attribute()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.c | 6241 unsigned HOST_WIDE_INT vecsize, nunits; local 6255 vecsize = tree_low_cst (TREE_VALUE (args), 1); 6284 nunits = vecsize / tree_low_cst (TYPE_SIZE_UNIT (type), 1); 6293 if (vecsize == GET_MODE_SIZE (mode)
|