| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 123 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 D | SystemZInstrInfo.cpp | 296 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move() local 300 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate); in emitGRX32Move()
|
| H A D | SystemZScheduleZEC12.td | 480 // Rotate 483 // Rotate and insert 489 // Rotate and Select
|
| H A D | SystemZScheduleZ196.td | 469 // Rotate 472 // Rotate and insert 478 // Rotate and Select
|
| H A D | SystemZScheduleZ13.td | 506 // Rotate 509 // Rotate and insert 515 // Rotate and Select
|
| H A D | SystemZScheduleZ14.td | 516 // Rotate 519 // Rotate and insert 525 // Rotate and Select
|
| H A D | SystemZInstrInfo.td | 1377 // 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 D | crontab | 13 # Rotate log files every hour, if necessary.
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIntrinsicsV5.td | 177 // Rotate and reduce bytes 182 // Rotate and reduce bytes with accumulation
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrShiftRotate.td | 1 //===-- 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 D | X86ISelLowering.cpp | 13246 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 D | arm_neon_incl.td | 152 // 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 D | README_P9.txt | 110 - Vector Rotate Left Mask/Mask-Insert: vrlwnm vrlwmi vrldnm vrldmi
|
| H A D | PPCInstr64Bit.td | 829 // Rotate instructions.
|
| H A D | PPCInstrAltivec.td | 1414 // Vector Rotate Left Mask/Mask-Insert
|
| H A D | PPCInstrInfo.td | 4865 def Rotate { 4870 dag Left = (RLWIMI Rotate.Left3Bytes, Swap4.Bits, 8, 8, 15);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 2224 if (Instruction *Rotate = matchRotate(I)) in visitOr() local 2225 return Rotate; in visitOr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 313 // (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 D | demangle-expected | 130 ivTransformer::Rotate(float) 131 ivTransformer::Rotate
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips64InstrInfo.td | 180 // Rotate Instructions
|
| H A D | MipsInstrInfo.td | 2101 // Rotate Instructions
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 888 0x245 AC Rotate
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb.td | 1252 // Rotate right register
|
| /freebsd-12.1/contrib/binutils/bfd/po/ |
| H A D | bfd.pot | 3149 #. Rotate.
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1179 // Rotate: Use ptx shf instruction if available.
|