Searched refs:xgetbv (Results 1 – 9 of 9) sorted by relevance
/openbsd/lib/libcrypto/arch/i386/ |
H A D | crypto_cpu_caps.c | 53 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 D | crypto_cpu_caps.c | 57 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 D | blake3_dispatch.c | 20 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 D | mds.S | 79 xgetbv
|
H A D | cpu.c | 359 if (xgetbv(0) & XFEATURE_AVX512) { in replacemds() 362 } else if (xgetbv(0) & XFEATURE_AVX) { in replacemds()
|
H A D | vmm_machdep.c | 3381 vcpu->vc_gueststate.vg_xcr0 = xgetbv(0); in vmm_fpusave()
|
/openbsd/sys/arch/amd64/include/ |
H A D | cpufunc.h | 395 xgetbv(uint32_t reg) in xgetbv() function
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 543 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, PS;
|
H A D | X86IntrinsicsInfo.h | 321 X86_INTRINSIC_DATA(xgetbv, XGETBV, X86::XGETBV, 0),
|