Searched defs:fpsimd_context (Results 1 – 4 of 4) sorted by relevance
77 struct fpsimd_context { struct78 struct _aarch64_ctx head;79 __u32 fpsr;80 __u32 fpcr;81 __uint128_t vregs[32];
33 struct fpsimd_context { struct34 struct _aarch64_ctx head;35 unsigned int fpsr;36 unsigned int fpcr;37 __uint128_t vregs[32];
14374 struct fpsimd_context { struct14375 struct _aarch64_ctx head;14376 __u32 fpsr;14377 __u32 fpcr;14378 __int128 unsigned vregs[32];