Searched refs:movbe (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | cpu.h | 139 C(movbe, 22)
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | cpu.h | 137 C(movbe, 22)
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 231 CPUID_FEATURE_CHECK(movbe, MOVBE);
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | toolchain-simd.m4 | 419 __asm__ __volatile__("movbe 0(%eax), %eax");
|
/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 | X86.td | 213 def FeatureMOVBE : SubtargetFeature<"movbe", "HasMOVBE", "true", 731 : SubtargetFeature<"fast-movbe", "HasFastMOVBE", "true", 732 "Prefer a movbe over a single-use load + bswap / single-use bswap + store">;
|
H A D | X86InstrMisc.td | 1095 (ins t.MemOperand:$src1), "movbe", unaryop_ndd_args, 1100 "movbe", unaryop_ndd_args, 1119 (ins t.RegClass:$src1), "movbe", unaryop_ndd_args, 1123 (ins t.RegClass:$src1), "movbe", unaryop_ndd_args, []>,
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 5159 sub movbe { subroutine
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 6296 def mno_movbe : Flag<["-"], "mno-movbe">, Group<m_x86_Features_Group>;
|