Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dallwinner,sun8i-a83t-de2-rotate.yaml7 title: Allwinner A83T DE2 Rotate
34 - description: Rotate interface clock
35 - description: Rotate module clock
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp123 Rotate(0) {} in RxSBGOperands()
131 unsigned Rotate; member
765 if (RxSBG.Rotate != 0) in refineRxSBGMask()
766 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
778 if (RxSBG.Rotate != 0) in maskMatters()
779 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
853 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
914 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
942 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
992 if (RISBG.Rotate == 0) { in tryRISBGZero()
[all …]
H A DSystemZScheduleZ196.td468 // Rotate
471 // Rotate and insert
477 // Rotate and Select
H A DSystemZScheduleZEC12.td479 // Rotate
482 // Rotate and insert
488 // Rotate and Select
H A DSystemZInstrInfo.cpp283 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move() local
287 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate); in emitGRX32Move()
H A DSystemZScheduleZ13.td505 // Rotate
508 // Rotate and insert
514 // Rotate and Select
H A DSystemZScheduleZ16.td529 // Rotate
532 // Rotate and insert
538 // Rotate and Select
H A DSystemZScheduleZ14.td515 // Rotate
518 // Rotate and insert
524 // Rotate and Select
H A DSystemZScheduleZ15.td529 // Rotate
532 // Rotate and insert
538 // Rotate and Select
H A DSystemZInstrInfo.td1519 // Rotate left.
1523 // Rotate second operand left and inserted selected bits into first operand.
1549 // Rotate second operand left and perform a logical operation with selected
/freebsd-14.2/usr.sbin/cron/cron/
H A Dcrontab12 # Rotate log files every hour, if necessary.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp424 if (unsigned Rotate = extractRotateInfo(Val)) { in generateInstSeq() local
426 uint64_t NegImm12 = llvm::rotl<uint64_t>(Val, Rotate); in generateInstSeq()
432 Rotate); in generateInstSeq()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td176 // Rotate and reduce bytes
181 // Rotate and reduce bytes with accumulation
H A DHexagonISelDAGToDAGHVX.cpp1576 OpRef Rotate = funnels(Va, Va, *Dist, Results); in shuffs1() local
1577 if (Rotate.isValid()) in shuffs1()
1578 return Rotate; in shuffs1()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td155 // rotl - Rotate set left by a number of elements.
158 // rotl - Rotate set right by a number of elements.
H A DBuiltinsPPC.def142 // Rotate
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dstericsson,db8500-prcmu.yaml160 description: Blit Blend Rotate and Rescale (B2R2), and Multi-Channel
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrShiftRotate.td1 //===-- X86InstrShiftRotate.td - Shift and Rotate Instrs ---*- tablegen -*-===//
14 // Shift/Rotate instructions
526 // BMI Shift/Rotate instructions
H A DX86ISelLowering.cpp12817 return Rotate; in lowerV2I64Shuffle()
13844 return Rotate; in lowerV8I16Shuffle()
14031 return Rotate; in lowerV16I8Shuffle()
15885 return Rotate; in lowerV4I64Shuffle()
16147 return Rotate; in lowerV8I32Shuffle()
16241 return Rotate; in lowerV16I16Shuffle()
16364 return Rotate; in lowerV32I8Shuffle()
16786 return Rotate; in lowerV8I64Shuffle()
16870 return Rotate; in lowerV16I32Shuffle()
16941 return Rotate; in lowerV32I16Shuffle()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td399 /// Rotate bits right.
406 /// Rotate bits left.
H A DTarget.td370 // (rotl GPR, 1) - Rotate N places to the left.
372 // (rotr GPR, 1) - Rotate N places to the right.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt110 - Vector Rotate Left Mask/Mask-Insert: vrlwnm vrlwmi vrldnm vrldmi
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dtegra20-acer-a500-picasso.dts1271 label = "Rotate-lock";
/freebsd-14.2/share/misc/
H A Dusb_hid_usages887 0x245 AC Rotate
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td189 // Rotate Instructions

12