Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp63 bool MOVBE(void) { return CPU_Rep.f_1_ECX_[22]; } in MOVBE() function in InstructionSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ScheduleZnver2.td562 // MOVBE.
567 def : InstRW<[Zn2WriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>;
570 def : InstRW<[Zn2WriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
DX86ScheduleZnver1.td573 // MOVBE.
578 def : InstRW<[ZnWriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>;
581 def : InstRW<[ZnWriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
DX86SchedBroadwell.td756 def: InstRW<[BWWriteResGroup24], (instregex "MOVBE(16|32|64)mr")>;
998 "MOVBE(16|32|64)rm")>;
DX86SchedHaswell.td1008 "MOVBE(16|32|64)rm")>;
1053 def: InstRW<[HWWriteResGroup23], (instregex "MOVBE(32|64)mr")>;
DX86SchedSkylakeClient.td751 def: InstRW<[SKLWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>;
1024 "MOVBE(16|32|64)rm")>;
DX86SchedSkylakeServer.td775 def: InstRW<[SKXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>;
1183 "MOVBE(16|32|64)rm")>;
DX86.td210 "Support MOVBE instruction">;
DX86InstrInfo.td2293 // MOVBE Instructions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc227 { "movbe", "Support MOVBE instruction", X86::FeatureMOVBE, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },