| /freebsd-13.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-mips.pl | 96 $SLL="dsll"; # shift left logical 111 $SLL="sll"; # shift left logical 212 $SLL $tmp1,$e,`$SZ*8-@Sigma1[2]` 216 $SLL $tmp1,$e,`$SZ*8-@Sigma1[1]` 220 $SLL $tmp1,$e,`$SZ*8-@Sigma1[0]` 228 $SLL $tmp1,$a,`$SZ*8-@Sigma0[2]` 232 $SLL $tmp1,$a,`$SZ*8-@Sigma0[1]` 236 $SLL $tmp1,$a,`$SZ*8-@Sigma0[0]` 276 $SLL $tmp1,@X[1],`$SZ*8-@sigma0[2]` 279 $SLL $tmp1,`@sigma0[2]-@sigma0[1]` [all …]
|
| H A D | sha512-sparcv9.pl | 67 $SLL="sllx"; # shift left logical 93 $SLL="sll"; # shift left logical 234 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1 238 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1 242 $SLL $e,`$SZ*8-@Sigma1[0]`,$tmp1 250 $SLL $a,`$SZ*8-@Sigma0[2]`,$tmp1 254 $SLL $a,`$SZ*8-@Sigma0[1]`,$tmp1 258 $SLL $a,`$SZ*8-@Sigma0[0]`,$tmp1
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAnalyzeImmediate.cpp | 48 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL() 93 (Seq[1].Opc != SLL) || (Seq[1].ImmOpnd < 16)) in ReplaceADDiuSLLWithLUi() 136 SLL = Mips::SLL; in Analyze() 141 SLL = Mips::DSLL; in Analyze()
|
| H A D | MipsAnalyzeImmediate.h | 60 unsigned ADDiu, ORi, SLL, LUi; variable
|
| H A D | MipsInstructionSelector.cpp | 374 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local 378 if (!constrainSelectedInstRegOperands(*SLL, TII, TRI, RBI)) in select()
|
| H A D | MipsFastISel.cpp | 1615 emitInst(Mips::SLL, TempReg[0]).addReg(SrcReg).addImm(8); in fastLowerIntrinsicCall() 1643 emitInst(Mips::SLL, TempReg[5]).addReg(TempReg[4]).addImm(8); in fastLowerIntrinsicCall() 1645 emitInst(Mips::SLL, TempReg[6]).addReg(SrcReg).addImm(24); in fastLowerIntrinsicCall() 1843 emitInst(Mips::SLL, TempReg).addReg(SrcReg).addImm(ShiftAmt); in emitIntSExt32r1() 1996 Opcode = Mips::SLL; in selectShift()
|
| H A D | MipsExpandPseudo.cpp | 183 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest) in expandAtomicCmpSwapSubword() 558 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest) in expandAtomicBinOpSubword()
|
| H A D | MipsScheduleP5600.td | 225 SEB, SEH, SLT, SLTu, SLL, SRA, SRL, XORi, 441 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(SLL|SLLI)_[BHWD]$")>;
|
| H A D | MipsISelLowering.cpp | 1636 BuildMI(BB, DL, TII->get(Mips::SLL), ScrReg).addReg(SrcReg).addImm(ShiftImm); in emitSignExtendToI32InReg() 1784 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword() 1789 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(Off).addImm(3); in emitAtomicBinaryPartword() 1971 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword() 1976 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(Off).addImm(3); in emitAtomicCmpSwapPartword() 2723 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local 2724 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32); in lowerLOAD()
|
| H A D | MipsAsmPrinter.cpp | 1221 EmitToStreamer(*OutStreamer, MCInstBuilder(Mips::SLL) in EmitSled()
|
| H A D | MipsInstrFormats.td | 874 let Inst{5-0} = 0; // SLL
|
| H A D | Mips64InstrInfo.td | 818 (SLL (EXTRACT_SUBREG GPR64:$src, sub_32), 0)>, ISA_MIPS3, GPR_64; 928 (SLL GPR32:$src, immZExt5:$imm5), sub_32)>;
|
| H A D | MipsScheduleGeneric.td | 49 NOR, OR, ORi, ROTR, ROTRV, SEB, SEH, SLL, 1562 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(SLL|SLLI)_[BHWD]$")>;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | fsl,imx6sll-pinctrl.txt | 1 * Freescale i.MX6 SLL IOMUX Controller
|
| /freebsd-13.1/crypto/openssl/crypto/bn/asm/ |
| H A D | mips.pl | 70 $SLL="dsll"; 85 $SLL="sll"; 919 $SLL $a2,1 926 $SLL $t2,$t1 934 $SLL $a0,$t9 935 $SLL $a1,$t9 980 $SLL $a1,4*$BNSZ # bits 1978 $SLL $t_2,1 1982 $SLL $t_1,1 2190 $SLL $t_2,1 [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx6sll-clock.yaml | 7 title: Clock bindings for Freescale i.MX6 SLL
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 367 if (TwoOperandOpcode == SystemZ::SLL || in processBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 283 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in emitEmptyDelaySlot() 290 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in emitNop()
|
| H A D | MipsMCCodeEmitter.cpp | 189 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) && in encodeInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 382 BuildMI(MBB, DL, TII->get(RISCV::SLL), ValReg) in insertSext()
|
| H A D | RISCVInstrInfo.td | 512 def SLL : ALU_rr<0b0000000, 0b001, "sll">, Sched<[WriteShiftReg, ReadShiftReg, ReadShiftReg]>; 925 def : PatGprGpr<shiftop<shl>, SLL>;
|
| /freebsd-13.1/usr.bin/units/ |
| H A D | definitions.units | 494 SLL sierraleoneleone
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3652 TOut.emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in expandBranchImm() 3670 TOut.emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in expandBranchImm() 4418 TOut.emitRRI(Mips::SLL, SllReg, SllReg, 8, IDLoc, STI); in expandUlh() 4464 TOut.emitRRI(Mips::SLL, DstReg, DstReg, 8, IDLoc, STI); in expandUsh() 4958 FirstShift = Mips::SLL; in expandRotationImm() 4963 SecondShift = Mips::SLL; in expandRotationImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 612 // e.g. SLL, SRL, SLAWSX, and etc. 1313 // Section 8.6.1 - SLL (Shift Left Logical) 1315 defm SLL : RRIm<"sll", 0x65, I64, i64, shl>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.td | 294 defm SLL : ALU<BPF_LSH, "<<=", shl>;
|