/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 123 Rotate(0) {} in RxSBGOperands() 131 unsigned Rotate; member 761 if (RxSBG.Rotate != 0) in refineRxSBGMask() 762 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask() 774 if (RxSBG.Rotate != 0) in maskMatters() 775 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters() 847 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG() 908 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG() 936 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG() 986 if (RISBG.Rotate == 0) { in tryRISBGZero() [all …]
|
H A D | SystemZScheduleZ196.td | 468 // Rotate 471 // Rotate and insert 477 // Rotate and Select
|
H A D | SystemZScheduleZEC12.td | 479 // Rotate 482 // Rotate and insert 488 // Rotate and Select
|
H A D | SystemZInstrInfo.cpp | 270 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move() local 274 .addImm(32 - Size).addImm(128 + 31).addImm(Rotate); in emitGRX32Move()
|
H A D | SystemZScheduleZ13.td | 505 // Rotate 508 // Rotate and insert 514 // Rotate and Select
|
H A D | SystemZScheduleZ16.td | 529 // Rotate 532 // Rotate and insert 538 // Rotate and Select
|
H A D | SystemZScheduleZ14.td | 515 // Rotate 518 // Rotate and insert 524 // Rotate and Select
|
H A D | SystemZScheduleZ15.td | 529 // Rotate 532 // Rotate and insert 538 // Rotate and Select
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 357 if (unsigned Rotate = extractRotateInfo(Val)) { in generateInstSeq() local 360 ((uint64_t)Val >> (64 - Rotate)) | ((uint64_t)Val << Rotate); in generateInstSeq() 363 TmpSeq.emplace_back(RISCV::RORI, Rotate); in generateInstSeq()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | BUG22.c | 3 Rotate (float angle) in Rotate() function
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | tic30.h | 230 #define Rotate StackOp macro 550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None }, 551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None }, 552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None }, 553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | tic30.h | 230 #define Rotate StackOp macro 550 { "rol" ,1,0x11E00001,Rotate, { AllReg, 0, 0 }, Imm_None }, 551 { "rolc" ,1,0x12600001,Rotate, { AllReg, 0, 0 }, Imm_None }, 552 { "ror" ,1,0x12E0FFFF,Rotate, { AllReg, 0, 0 }, Imm_None }, 553 { "rorc" ,1,0x1360FFFF,Rotate, { AllReg, 0, 0 }, Imm_None },
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsicsV5.td | 176 // Rotate and reduce bytes 181 // Rotate and reduce bytes with accumulation
|
H A D | HexagonISelDAGToDAGHVX.cpp | 1577 OpRef Rotate = funnels(Va, Va, *Dist, Results); in shuffs1() local 1578 if (Rotate.isValid()) in shuffs1() 1579 return Rotate; in shuffs1()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 155 // rotl - Rotate set left by a number of elements. 158 // rotl - Rotate set right by a number of elements.
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrShiftRotate.td | 1 //===-- X86InstrShiftRotate.td - Shift and Rotate Instrs ---*- tablegen -*-===// 331 // Rotate instructions 496 // Rotate by 1 545 // Rotate by 1 596 // Rotate by 1 645 // Rotate by 1
|
H A D | X86ISelLowering.cpp | 15246 return Rotate; in lowerV2I64Shuffle() 16250 return Rotate; in lowerV8I16Shuffle() 16424 return Rotate; in lowerV16I8Shuffle() 18215 return Rotate; in lowerV4I64Shuffle() 18444 return Rotate; in lowerV8I32Shuffle() 18537 return Rotate; in lowerV16I16Shuffle() 18659 return Rotate; in lowerV32I8Shuffle() 19067 return Rotate; in lowerV8I64Shuffle() 19131 return Rotate; in lowerV16I32Shuffle() 19201 return Rotate; in lowerV32I16Shuffle() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | sh64-compact.cpu | 1402 (dshci rotcl "Rotate with carry left" 1411 (dshci rotcr "Rotate with carry right" 1421 (dshci rotl "Rotate left" 1430 (dshci rotr "Rotate right"
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.md | 310 ;; Rotate Instructions
|
/openbsd/gnu/llvm/llvm/ |
H A D | CREDITS.TXT | 397 D: LTO tool, PassManager rewrite, Loop Pass Manager, Loop Rotate
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 377 /// Rotate bits right. 384 /// Rotate bits left.
|
/openbsd/gnu/llvm/llvm/docs/GlobalISel/ |
H A D | GenericOpcode.rst | 323 Rotate the bits right (G_ROTR) or left (G_ROTL).
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | README_P9.txt | 110 - Vector Rotate Left Mask/Mask-Insert: vrlwnm vrlwmi vrldnm vrldmi
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tic30.c | 691 else if (insn.tm->opcode_modifier == StackOp || insn.tm->opcode_modifier == Rotate)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-tic30.c | 1908 || insn.tm->opcode_modifier == Rotate) in md_assemble()
|