Searched refs:SHLD (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86.td | 101 "SHLD instruction is slow">; 342 // Sandy Bridge and newer processors can use SHLD with the same source on both 348 "SHLD can be used as a faster rotate">;
|
D | X86ISelLowering.h | 38 SHLD, enumerator
|
D | X86ScheduleBtVer2.td | 262 // SHLD/SHRD.
|
D | X86SchedSandyBridge.td | 148 // SHLD/SHRD.
|
D | X86ScheduleBdVer2.td | 671 // SHLD/SHRD.
|
D | X86ScheduleZnver2.td | 761 // SHRD SHLD.
|
D | X86ScheduleZnver1.td | 761 // SHRD SHLD.
|
D | X86SchedBroadwell.td | 192 // SHLD/SHRD.
|
D | X86SchedHaswell.td | 158 // SHLD/SHRD.
|
D | X86InstrShiftRotate.td | 840 // SHLD to avoid a partial flag update on the normal rotate instructions.
|
D | X86SchedSkylakeClient.td | 189 // SHLD/SHRD.
|
D | X86SchedSkylakeServer.td | 182 // SHLD/SHRD.
|
D | X86InstrCompiler.td | 1831 defm : MaskedDoubleShiftAmountPats<X86shld, "SHLD">;
|
D | X86InstrInfo.td | 141 def X86shld : SDNode<"X86ISD::SHLD", SDTIntShiftDOp>;
|
D | X86ISelLowering.cpp | 18574 unsigned SHDOp = (IsFSHR ? X86ISD::SHRD : X86ISD::SHLD); in LowerFunnelShift() 29602 case X86ISD::SHLD: return "X86ISD::SHLD"; in getTargetNodeName()
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 3764 SHLD
|
D | i386-notutf8.txt | 622 SHLD 3072 SHLD (Shift Left Double) shifts bits of the R/M field to the left, while 3212 SHLD EDX,EAX,CL ; EDX overwritten with aligned stuff 3301 SHLD EAX,EDX,CL ; double shift back by offset within word � EDX:EAX 3302 SHLD EDX,EBX,CL ; double shift back by offset within word � left 3334 SHLD EAX,EDX ; double shift back by offset within word � EDX:EAX 3335 SHLD EDX,EBX ; double shift back by offset within word � left 19445 SHLD �� Double Precision Shift Left 19449 0F A4 SHLD r/m16,r16,imm8 3/7 r/m16 gets SHL of r/m16 concatenated 19451 0F A4 SHLD r/m32,r32,imm8 3/7 r/m32 gets SHL of r/m32 concatenated [all …]
|
D | i386.txt | 622 SHLD 3072 SHLD (Shift Left Double) shifts bits of the R/M field to the left, while 3212 SHLD EDX,EAX,CL ; EDX overwritten with aligned stuff 3301 SHLD EAX,EDX,CL ; double shift back by offset within word EDX:EAX 3302 SHLD EDX,EBX,CL ; double shift back by offset within word left 3334 SHLD EAX,EDX ; double shift back by offset within word EDX:EAX 3335 SHLD EDX,EBX ; double shift back by offset within word left 19445 SHLD Double Precision Shift Left 19449 0F A4 SHLD r/m16,r16,imm8 3/7 r/m16 gets SHL of r/m16 concatenated 19451 0F A4 SHLD r/m32,r32,imm8 3/7 r/m32 gets SHL of r/m32 concatenated [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 208 …{ "fast-shld-rotate", "SHLD can be used as a faster rotate", X86::FeatureFastSHLDRotate, { { { 0x0… 261 …{ "slow-shld", "SHLD instruction is slow", X86::FeatureSlowSHLD, { { { 0x0ULL, 0x0ULL, 0x0ULL, } }…
|