Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A Daaf28a4630af60496c9d33db1d06a7d7d8983422.patch9 549 | register unsigned char w7 asm("v7") __attribute__((vector_size(16)));
18 551 | register unsigned char w8 asm("v8") __attribute__((vector_size(16))); \
27 552 | register unsigned char w9 asm("v9") __attribute__((vector_size(16)));
/openbmc/linux/arch/x86/kvm/
H A Dfpu.h8 typedef u32 __attribute__((vector_size(16))) sse128_t;
/openbmc/linux/arch/powerpc/lib/
H A Dxor_vmx.c17 #define vector __attribute__((vector_size(16)))
/openbmc/qemu/include/crypto/
H A Daes-round.h12 typedef uint8_t AESStateVec __attribute__((vector_size(16)));
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h715 typedef u32 __attribute__((vector_size(16))) sse128_t;
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c10157 int vector_size = 8 << is_q; in handle_2misc_fcmp_zero() local
10158 maxpasses = vector_size >> size; in handle_2misc_fcmp_zero()