Searched refs:MOVBE (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 103 MOVBE, enumerator 157 [MOVBE] = {1U, 0U, _MOVBE_BIT, ECX }, 231 CPUID_FEATURE_CHECK(movbe, MOVBE);
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_ia32cap.pod | 49 =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 D | toolchain-simd.m4 | 413 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 D | cpufeatureset.h | 144 XEN_CPUFEATURE(MOVBE, 1*32+22) /*A movbe instruction */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 205 X86_FEATURE_COMPAT(MOVBE, "movbe", 0)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleZnver1.td | 568 // MOVBE. 573 def : InstRW<[ZnWriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>; 576 def : InstRW<[ZnWriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
|
H A D | X86ScheduleZnver2.td | 574 // MOVBE. 579 def : InstRW<[Zn2WriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>; 582 def : InstRW<[Zn2WriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
|
H A D | X86SchedBroadwell.td | 769 def: InstRW<[BWWriteResGroup24], (instregex "MOVBE(16|32|64)mr")>; 982 "MOVBE(16|32|64)rm")>;
|
H A D | X86SchedSkylakeClient.td | 770 def: InstRW<[SKLWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1015 "MOVBE(16|32|64)rm")>;
|
H A D | X86SchedHaswell.td | 1024 "MOVBE(16|32|64)rm")>; 1069 def: InstRW<[HWWriteResGroup23], (instregex "MOVBE(32|64)mr")>;
|
H A D | X86SchedSkylakeServer.td | 791 def: InstRW<[SKXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1195 "MOVBE(16|32|64)rm")>;
|
H A D | X86SchedIceLake.td | 805 def: InstRW<[ICXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1213 "MOVBE(16|32|64)rm")>;
|
H A D | X86.td | 214 "Support MOVBE instruction">;
|
H A D | X86InstrMisc.td | 1091 // MOVBE Instructions
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 167 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 D | aesni-gcm-x86_64.S | 28 # [1] and [2], with MOVBE twist suggested by Ilya Albrekht and Max
|