Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/arch/i386/
H A Dcrypto_cpu_caps.c53 xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_edx) in xgetbv() function
104 xgetbv(0, &eax, NULL); in crypto_cpu_caps_init()
/openbsd/lib/libcrypto/arch/amd64/
H A Dcrypto_cpu_caps.c57 xgetbv(uint32_t ecx, uint32_t *out_eax, uint32_t *out_edx) in xgetbv() function
110 xgetbv(0, &eax, NULL); in crypto_cpu_caps_init()
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c20 static uint64_t xgetbv(void) { in xgetbv() function
111 const uint64_t mask = xgetbv(); in get_cpu_features()
/openbsd/sys/arch/amd64/amd64/
H A Dmds.S79 xgetbv
H A Dcpu.c359 if (xgetbv(0) & XFEATURE_AVX512) { in replacemds()
362 } else if (xgetbv(0) & XFEATURE_AVX) { in replacemds()
H A Dvmm_machdep.c3381 vcpu->vc_gueststate.vg_xcr0 = xgetbv(0); in vmm_fpusave()
/openbsd/sys/arch/amd64/include/
H A Dcpufunc.h395 xgetbv(uint32_t reg) in xgetbv() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSystem.td543 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, PS;
H A DX86IntrinsicsInfo.h321 X86_INTRINSIC_DATA(xgetbv, XGETBV, X86::XGETBV, 0),