Searched refs:SHRD (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 39 SHRD, 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 | X86SchedSkylakeClient.td | 189 // SHLD/SHRD.
|
D | X86SchedHaswell.td | 158 // SHLD/SHRD.
|
D | X86SchedSkylakeServer.td | 182 // SHLD/SHRD.
|
D | X86InstrCompiler.td | 1832 defm : MaskedDoubleShiftAmountPats<X86shrd, "SHRD">;
|
D | X86InstrInfo.td | 142 def X86shrd : SDNode<"X86ISD::SHRD", SDTIntShiftDOp>;
|
D | X86ISelLowering.cpp | 18574 unsigned SHDOp = (IsFSHR ? X86ISD::SHRD : X86ISD::SHLD); in LowerFunnelShift() 29603 case X86ISD::SHRD: return "X86ISD::SHRD"; in getTargetNodeName()
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 3775 SHRD
|
D | i386.txt | 623 SHRD 3077 SHRD (Shift Right Double) shifts bits of the R/M field to the right, while 3266 SHRD EAX,ESI,length ; bring in new bits 3296 SHRD EAX,EDX,CL ; double shift by offset within dword EDX:EAX 3297 SHRD EAX,EBX,CL ; double shift by offset within dword right 3298 SHRD EAX,ESI,length ; bring in new bits 3330 SHRD EAX,EDX ; double shift by offset within dword EDX:EAX 3331 SHRD EDX,EBX ; double shift by offset within dword right 3385 SHRD EAX,EDX,CL ; double shift right by offset within dword 19525 SHRD Double Precision Shift Right [all …]
|
D | i386-notutf8.txt | 623 SHRD 3077 SHRD (Shift Right Double) shifts bits of the R/M field to the right, while 3266 SHRD EAX,ESI,length ; bring in new bits 3296 SHRD EAX,EDX,CL ; double shift by offset within dword � EDX:EAX 3297 SHRD EAX,EBX,CL ; double shift by offset within dword � right 3298 SHRD EAX,ESI,length ; bring in new bits 3330 SHRD EAX,EDX ; double shift by offset within dword � EDX:EAX 3331 SHRD EDX,EBX ; double shift by offset within dword � right 3385 SHRD EAX,EDX,CL ; double shift right by offset within dword 19525 SHRD �� Double Precision Shift Right [all …]
|