Searched refs:MOVBE (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | bswap-wide-int.ll | 3 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+movbe | FileCheck %s --check-prefix=X86-MOVBE 5 …RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+movbe | FileCheck %s --check-prefix=X64-MOVBE 20 ; X86-MOVBE-LABEL: bswap_i64: 21 ; X86-MOVBE: # %bb.0: 22 ; X86-MOVBE-NEXT: movbel {{[0-9]+}}(%esp), %eax 23 ; X86-MOVBE-NEXT: movbel {{[0-9]+}}(%esp), %edx 24 ; X86-MOVBE-NEXT: retl 32 ; X64-MOVBE-LABEL: bswap_i64: 33 ; X64-MOVBE: # %bb.0: 34 ; X64-MOVBE-NEXT: bswapq %rdi [all …]
|
D | load-combine.ll | 3 …c < %s -mtriple=i686-unknown -mattr=+movbe | FileCheck %s --check-prefix=CHECK --check-prefix=MOVBE 51 ; MOVBE-LABEL: load_i32_by_i8_bswap: 52 ; MOVBE: # %bb.0: 53 ; MOVBE-NEXT: movl {{[0-9]+}}(%esp), %eax 54 ; MOVBE-NEXT: movbel (%eax), %eax 55 ; MOVBE-NEXT: retl 190 ; MOVBE-LABEL: load_i32_by_i16_by_i8_bswap: 191 ; MOVBE: # %bb.0: 192 ; MOVBE-NEXT: movl {{[0-9]+}}(%esp), %eax 193 ; MOVBE-NEXT: movbel (%eax), %eax [all …]
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | asmdefs.inc | 49 _IPP_S8=33 ; SSSE3 + MOVBE instruction - ia32 59 _IPP32E_N8=65 ; SSSE3 + MOVBE instruction - intel64 78 ELSEIFDEF _S8 ; SSSE3 + MOVBE instruction - ia32 97 ELSEIFDEF _N8 ; SSSE3 + MOVBE instruction - intel64
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 61 bool MOVBE(void) { return CPU_Rep.f_1_ECX_[22]; } in MOVBE() function in InstructionSet
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86.td | 100 "Support MOVBE instruction">;
|
D | X86GenSubtargetInfo.inc | 71 { "movbe", "Support MOVBE instruction", X86::FeatureMOVBE, 0ULL },
|
D | X86InstrInfo.td | 1312 // MOVBE Instructions
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ScheduleZnver1.td | 550 // MOVBE. 555 def : InstRW<[ZnWriteMOVBE, ReadAfterLd], (instregex "MOVBE(16|32|64)rm")>; 558 def : InstRW<[ZnWriteMOVBE], (instregex "MOVBE(16|32|64)mr")>;
|
D | X86SchedSkylakeClient.td | 724 def: InstRW<[SKLWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1076 "MOVBE(16|32|64)rm")>;
|
D | X86SchedBroadwell.td | 725 def: InstRW<[BWWriteResGroup24], (instregex "MOVBE(16|32|64)mr")>; 1033 "MOVBE(16|32|64)rm")>;
|
D | X86SchedHaswell.td | 1022 "MOVBE(16|32|64)rm")>; 1067 def: InstRW<[HWWriteResGroup23], (instregex "MOVBE(32|64)mr")>;
|
D | X86.td | 201 "Support MOVBE instruction">;
|
D | X86SchedSkylakeServer.td | 748 def: InstRW<[SKXWriteResGroup27], (instregex "MOVBE(16|32|64)mr")>; 1240 "MOVBE(16|32|64)rm")>;
|
D | X86InstrInfo.td | 2242 // MOVBE Instructions
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 172 "Support MOVBE instruction">;
|
D | X86SchedHaswell.td | 516 // MOVBE. 518 def : InstRW<[Write2P0156_Lat2Ld], (instregex "MOVBE(16|64)rm")>;
|
D | X86InstrInfo.td | 2079 // MOVBE Instructions
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 220 { "movbe", "Support MOVBE instruction", { X86::FeatureMOVBE }, { } },
|
/external/syzkaller/pkg/ifuzz/gen/ |
D | all-enc-instructions.txt | 14585 ICLASS : MOVBE 14588 EXTENSION : MOVBE
|