Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c838 struct type *simd_type; in init_simd_type() local
841 simd_type = init_composite_type (name, TYPE_CODE_STRUCT); in init_simd_type()
845 append_composite_type_field (simd_type, elt_name, array_type); in init_simd_type()
846 return simd_type; in init_simd_type()
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A Dsimd606 using simd_type = simd<T, Abi>;
1526 using simd_type = simd<_Tp, _Abi>;