Searched refs:vecsize (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | vect.md | 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" 341 "pshr<vecsize>.u %0 = %1, %2" [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 395 let VecSize = vecsize; 403 bits<2> vecsize, list<dag> pattern=[]> 417 bits<2> vecsize, list<dag> pattern=[]> 1018 bits<2> vecsize> 1533 bits<2> vecsize, string cstr=""> 2591 vpred_r, "", vecsize, pattern> { 2940 Operand imm, bits<2> vecsize> 3447 vpred_r, "", vecsize> { 3488 vpred_r, "", vecsize> { 5195 vecsize, pattern>; [all …]
|
/openbsd/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/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)
|