Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h103 MOVBE, enumerator
157 [MOVBE] = {1U, 0U, _MOVBE_BIT, ECX },
231 CPUID_FEATURE_CHECK(movbe, MOVBE);
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod49 =item bit #54 denoting availability of MOVBE instruction;
53 =item bit #58, XSAVE bit, lack of which in combination with MOVBE is used
/freebsd/sys/contrib/openzfs/config/
H A Dtoolchain-simd.m4413 AC_MSG_CHECKING([whether host toolchain supports MOVBE])
423 AC_DEFINE([HAVE_MOVBE], 1, [Define if host toolchain supports MOVBE])
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h144 XEN_CPUFEATURE(MOVBE, 1*32+22) /*A movbe instruction */
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def205 X86_FEATURE_COMPAT(MOVBE, "movbe", 0)
/freebsd/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 DX86SchedBroadwell.td769 def: InstRW<[BWWriteResGroup24], (instregex "MOVBE(16|32|64)mr")>;
982 "MOVBE(16|32|64)rm")>;
H A DX86SchedSkylakeClient.td770 def: InstRW<[SKLWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>;
1015 "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
/freebsd/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()
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Daesni-gcm-x86_64.S28 # [1] and [2], with MOVBE twist suggested by Ilya Albrekht and Max