Searched refs:MOVBE (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 63 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/ |
D | X86ScheduleZnver2.td | 562 // MOVBE. 567 def : InstRW<[Zn2WriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>; 570 def : InstRW<[Zn2WriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
|
D | X86ScheduleZnver1.td | 573 // MOVBE. 578 def : InstRW<[ZnWriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>; 581 def : InstRW<[ZnWriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
|
D | X86SchedBroadwell.td | 756 def: InstRW<[BWWriteResGroup24], (instregex "MOVBE(16|32|64)mr")>; 998 "MOVBE(16|32|64)rm")>;
|
D | X86SchedHaswell.td | 1008 "MOVBE(16|32|64)rm")>; 1053 def: InstRW<[HWWriteResGroup23], (instregex "MOVBE(32|64)mr")>;
|
D | X86SchedSkylakeClient.td | 751 def: InstRW<[SKLWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1024 "MOVBE(16|32|64)rm")>;
|
D | X86SchedSkylakeServer.td | 775 def: InstRW<[SKXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1183 "MOVBE(16|32|64)rm")>;
|
D | X86.td | 210 "Support MOVBE instruction">;
|
D | X86InstrInfo.td | 2293 // MOVBE Instructions
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 227 { "movbe", "Support MOVBE instruction", X86::FeatureMOVBE, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },
|