Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h17722 typedef vector float unaligned_vec_float __attribute__((aligned(1))); typedef
17761 return *(unaligned_vec_float *)__addr; in vec_xl()
18032 *(unaligned_vec_float *)__addr = __vec; in vec_xst()