Home
last modified time | relevance | path

Searched refs:MOVBE (Results 1 – 18 of 18) sorted by relevance

/src/sys/contrib/openzfs/lib/libspl/include/sys/ !
H A Dsimd.h105 MOVBE, enumerator
165 [MOVBE] = {1U, 0U, _MOVBE_BIT, ECX },
242 CPUID_FEATURE_CHECK(movbe, MOVBE);
/src/sys/contrib/openzfs/config/ !
H A Dtoolchain-simd.m482 ZFS_AC_SIMD_CHECK([MOVBE], ["movbe 0(%eax), %eax"])
/src/sys/contrib/xen/arch-x86/ !
H A Dcpufeatureset.h144 XEN_CPUFEATURE(MOVBE, 1*32+22) /*A movbe instruction */
/src/crypto/openssl/doc/man3/ !
H A DOPENSSL_ia32cap.pod64 =item bit #0+54 denoting availability of MOVBE instruction;
68 =item bit #0+58, XSAVE bit, lack of which in combination with MOVBE is used
/src/sys/contrib/openzfs/module/icp/asm-x86_64/modes/ !
H A Daesni-gcm-x86_64.S29 # [1] and [2], with MOVBE twist suggested by Ilya Albrekht and Max
67 #if HAVE_SIMD(MOVBE)
784 #if HAVE_SIMD(MOVBE)
995 #if HAVE_SIMD(MOVBE)
1269 #if HAVE_SIMD(MOVBE)
/src/contrib/llvm-project/llvm/include/llvm/TargetParser/ !
H A DX86TargetParser.def205 X86_FEATURE_COMPAT(MOVBE, "movbe", 0)
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86ScheduleZnver1.td568 // MOVBE.
573 def : InstRW<[ZnWriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>;
576 def : InstRW<[ZnWriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
H A DX86ScheduleZnver2.td574 // MOVBE.
579 def : InstRW<[Zn2WriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>;
582 def : InstRW<[Zn2WriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
H A DX86SchedSkylakeClient.td770 def: InstRW<[SKLWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>;
1015 "MOVBE(16|32|64)rm")>;
H A DX86SchedBroadwell.td769 def: InstRW<[BWWriteResGroup24], (instregex "MOVBE(16|32|64)mr")>;
982 "MOVBE(16|32|64)rm")>;
H A DX86SchedHaswell.td1024 "MOVBE(16|32|64)rm")>;
1069 def: InstRW<[HWWriteResGroup23], (instregex "MOVBE(32|64)mr")>;
H A DX86SchedSkylakeServer.td791 def: InstRW<[SKXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>;
1195 "MOVBE(16|32|64)rm")>;
H A DX86SchedIceLake.td805 def: InstRW<[ICXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>;
1213 "MOVBE(16|32|64)rm")>;
H A DX86.td214 "Support MOVBE instruction">;
H A DX86InstrMisc.td1091 // MOVBE Instructions
/src/sys/cddl/dev/dtrace/x86/ !
H A Ddis_tables.c167 MOVBE, /* movbe instruction */ enumerator
1970 TS("movbe",MOVBE),
1975 TS("movbe",MOVBE),
4280 case MOVBE: in dtrace_disx86()
4692 case MOVBE: in dtrace_disx86()
/src/sys/contrib/openzfs/module/icp/algs/modes/ !
H A Dgcm.c830 #if HAVE_SIMD(MOVBE) in gcm_impl_init()
/src/contrib/xz/ !
H A DChangeLog8057 they are available. This can allow compilers to emit the x86 MOVBE