Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sse128_lo
arch/x86/kvm/fpu.h
10
#define sse128_lo(x) ({ __sse128_u t; t.vec = x; t.as_u64[0]; })
tools/testing/selftests/kvm/include/x86/processor.h
789
#define sse128_lo(x) ({ __sse128_u t; t.vec = x; t.as_u64[0]; })