Home
last modified time | relevance | path

Searched refs:Rotate (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
743 if (RxSBG.Rotate != 0) in refineRxSBGMask()
744 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
756 if (RxSBG.Rotate != 0) in maskMatters()
757 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
829 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
890 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
918 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
968 if (RISBG.Rotate == 0) { in tryRISBGZero()
[all …]
H A DSystemZInstrInfo.cpp296 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move() local
300 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate); in emitGRX32Move()
H A DSystemZScheduleZEC12.td480 // Rotate
483 // Rotate and insert
489 // Rotate and Select
H A DSystemZScheduleZ196.td469 // Rotate
472 // Rotate and insert
478 // Rotate and Select
H A DSystemZScheduleZ13.td506 // Rotate
509 // Rotate and insert
515 // Rotate and Select
H A DSystemZScheduleZ14.td516 // Rotate
519 // Rotate and insert
525 // Rotate and Select
H A DSystemZInstrInfo.td1377 // Rotate left.
1381 // Rotate second operand left and inserted selected bits into first operand.
1407 // Rotate second operand left and perform a logical operation with selected
/freebsd-12.1/usr.sbin/cron/cron/
H A Dcrontab13 # Rotate log files every hour, if necessary.
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td177 // Rotate and reduce bytes
182 // Rotate and reduce bytes with accumulation
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td1 //===-- X86InstrShiftRotate.td - Shift and Rotate Instrs ---*- tablegen -*-===//
326 // Rotate instructions
488 // Rotate by 1
536 // Rotate by 1
586 // Rotate by 1
634 // Rotate by 1
H A DX86ISelLowering.cpp13246 return Rotate; in lowerV8I16VectorShuffle()
13374 return Rotate; in lowerV16I8VectorShuffle()
14793 return Rotate; in lowerV4I64VectorShuffle()
14997 return Rotate; in lowerV8I32VectorShuffle()
15082 return Rotate; in lowerV16I16VectorShuffle()
15184 return Rotate; in lowerV32I8VectorShuffle()
15555 return Rotate; in lowerV8I64VectorShuffle()
15560 return Rotate; in lowerV8I64VectorShuffle()
15620 return Rotate; in lowerV16I32VectorShuffle()
15679 return Rotate; in lowerV32I16VectorShuffle()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A Darm_neon_incl.td152 // rotl - Rotate set left by a number of elements.
155 // rotl - Rotate set right by a number of elements.
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt110 - Vector Rotate Left Mask/Mask-Insert: vrlwnm vrlwmi vrldnm vrldmi
H A DPPCInstr64Bit.td829 // Rotate instructions.
H A DPPCInstrAltivec.td1414 // Vector Rotate Left Mask/Mask-Insert
H A DPPCInstrInfo.td4865 def Rotate {
4870 dag Left = (RLWIMI Rotate.Left3Bytes, Swap4.Bits, 8, 8, 15);
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2224 if (Instruction *Rotate = matchRotate(I)) in visitOr() local
2225 return Rotate; in visitOr()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td313 // (rotl GPR, 1) - Rotate N places to the left.
315 // (rotr GPR, 1) - Rotate N places to the right.
/freebsd-12.1/contrib/gcclibs/libiberty/testsuite/
H A Ddemangle-expected130 ivTransformer::Rotate(float)
131 ivTransformer::Rotate
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td180 // Rotate Instructions
H A DMipsInstrInfo.td2101 // Rotate Instructions
/freebsd-12.1/share/misc/
H A Dusb_hid_usages888 0x245 AC Rotate
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrThumb.td1252 // Rotate right register
/freebsd-12.1/contrib/binutils/bfd/po/
H A Dbfd.pot3149 #. Rotate.
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1179 // Rotate: Use ptx shf instruction if available.

12