Home
last modified time | relevance | path

Searched refs:SLL (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl96 $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 Dsha512-sparcv9.pl67 $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 DMipsAnalyzeImmediate.cpp48 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 DMipsAnalyzeImmediate.h60 unsigned ADDiu, ORi, SLL, LUi; variable
H A DMipsInstructionSelector.cpp374 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 DMipsFastISel.cpp1615 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 DMipsExpandPseudo.cpp183 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest) in expandAtomicCmpSwapSubword()
558 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest) in expandAtomicBinOpSubword()
H A DMipsScheduleP5600.td225 SEB, SEH, SLT, SLTu, SLL, SRA, SRL, XORi,
441 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(SLL|SLLI)_[BHWD]$")>;
H A DMipsISelLowering.cpp1636 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 DMipsAsmPrinter.cpp1221 EmitToStreamer(*OutStreamer, MCInstBuilder(Mips::SLL) in EmitSled()
H A DMipsInstrFormats.td874 let Inst{5-0} = 0; // SLL
H A DMips64InstrInfo.td818 (SLL (EXTRACT_SUBREG GPR64:$src, sub_32), 0)>, ISA_MIPS3, GPR_64;
928 (SLL GPR32:$src, immZExt5:$imm5), sub_32)>;
H A DMipsScheduleGeneric.td49 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 Dfsl,imx6sll-pinctrl.txt1 * Freescale i.MX6 SLL IOMUX Controller
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Dmips.pl70 $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 Dimx6sll-clock.yaml7 title: Clock bindings for Freescale i.MX6 SLL
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp367 if (TwoOperandOpcode == SystemZ::SLL || in processBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp283 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 DMipsMCCodeEmitter.cpp189 if ((Opcode != Mips::NOP) && (Opcode != Mips::SLL) && in encodeInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp382 BuildMI(MBB, DL, TII->get(RISCV::SLL), ValReg) in insertSext()
H A DRISCVInstrInfo.td512 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 Ddefinitions.units494 SLL sierraleoneleone
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3652 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 DVEInstrInfo.td612 // 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 DBPFInstrInfo.td294 defm SLL : ALU<BPF_LSH, "<<=", shl>;

12