| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-mips.pl | 102 $SLL="dsll"; # shift left logical 117 $SLL="sll"; # shift left logical 218 $SLL $tmp1,$e,`$SZ*8-@Sigma1[2]` 222 $SLL $tmp1,$e,`$SZ*8-@Sigma1[1]` 226 $SLL $tmp1,$e,`$SZ*8-@Sigma1[0]` 234 $SLL $tmp1,$a,`$SZ*8-@Sigma0[2]` 238 $SLL $tmp1,$a,`$SZ*8-@Sigma0[1]` 242 $SLL $tmp1,$a,`$SZ*8-@Sigma0[0]` 282 $SLL $tmp1,@X[1],`$SZ*8-@sigma0[2]` 285 $SLL $tmp1,`@sigma0[2]-@sigma0[1]` [all …]
|
| H A D | sha512-sparcv9.pl | 69 $SLL="sllx"; # shift left logical 95 $SLL="sll"; # shift left logical 236 $SLL $e,`$SZ*8-@Sigma1[2]`,$tmp1 240 $SLL $e,`$SZ*8-@Sigma1[1]`,$tmp1 244 $SLL $e,`$SZ*8-@Sigma1[0]`,$tmp1 252 $SLL $a,`$SZ*8-@Sigma0[2]`,$tmp1 256 $SLL $a,`$SZ*8-@Sigma0[1]`,$tmp1 260 $SLL $a,`$SZ*8-@Sigma0[0]`,$tmp1
|
| /freebsd/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 | 368 MachineInstr *SLL = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::SLL)) in select() local 372 if (!constrainSelectedInstRegOperands(*SLL, TII, TRI, RBI)) in select()
|
| H A D | MipsFastISel.cpp | 1621 emitInst(Mips::SLL, TempReg[0]).addReg(SrcReg).addImm(8); in fastLowerIntrinsicCall() 1649 emitInst(Mips::SLL, TempReg[5]).addReg(TempReg[4]).addImm(8); in fastLowerIntrinsicCall() 1651 emitInst(Mips::SLL, TempReg[6]).addReg(SrcReg).addImm(24); in fastLowerIntrinsicCall() 1849 emitInst(Mips::SLL, TempReg).addReg(SrcReg).addImm(ShiftAmt); in emitIntSExt32r1() 2005 Opcode = Mips::SLL; in selectShift()
|
| H A D | MipsExpandPseudo.cpp | 182 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest) in expandAtomicCmpSwapSubword() 512 BuildMI(loopMBB, DL, TII->get(Mips::SLL), StoreVal) in expandAtomicBinOpSubword() 683 BuildMI(sinkMBB, DL, TII->get(Mips::SLL), Dest) in expandAtomicBinOpSubword()
|
| H A D | MipsInstrInfo.cpp | 58 return MCInstBuilder(Mips::SLL) in getNop() 81 Subtarget.inMicroMipsMode() ? MMOpc : (unsigned)Mips::SLL; in insertNop()
|
| 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 | 1763 BuildMI(BB, DL, TII->get(Mips::SLL), ScrReg).addReg(SrcReg).addImm(ShiftImm); in emitSignExtendToI32InReg() 1911 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword() 1916 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(Off).addImm(3); in emitAtomicBinaryPartword() 2098 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword() 2103 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(Off).addImm(3); in emitAtomicCmpSwapPartword() 2914 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32); in lowerLOAD() local 2915 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32); in lowerLOAD()
|
| H A D | MipsScheduleI6400.td | 120 SELEQZ, SELEQZ64, SELNEZ, SELNEZ64, SLL, SLLV, SLT, SLTi, SLTiu, SLTu, SRA, SRAV,
|
| H A D | MipsAsmPrinter.cpp | 1214 EmitToStreamer(*OutStreamer, MCInstBuilder(Mips::SLL) in EmitSled()
|
| H A D | MipsInstrFormats.td | 874 let Inst{5-0} = 0; // SLL
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelDAGToDAG.cpp | 155 SDNode *SLL = in Select() local 156 CurDAG->getMachineNode(Xtensa::SLL, DL, VT, N0, SDValue(SSL, 0)); in Select() 157 ReplaceNode(Node, SLL); in Select()
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | mips.pl | 70 $SLL="dsll"; 85 $SLL="sll"; 921 $SLL $a2,1 928 $SLL $t2,$t1 936 $SLL $a0,$t9 937 $SLL $a1,$t9 961 $SLL $t3,$a0,4*$BNSZ # bits 982 $SLL $a1,4*$BNSZ # bits 984 $SLL $v0,$QT,4*$BNSZ # bits 994 $SLL $t3,$a0,4*$BNSZ # bits [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | fsl,imx6sll-pinctrl.txt | 1 * Freescale i.MX6 SLL IOMUX Controller
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | RISCVInstructions.h | 129 R_TYPE_INST(SLL); 277 SLTIU, XORI, ORI, ANDI, ADD, SUB, SLL, SLT, SLTU, XOR, SRL, SRA, OR, AND,
|
| H A D | EmulateInstructionRISCV.cpp | 448 {"SLL", 0xFE00707F, 0x1033, DecodeRType<SLL>}, 803 bool operator()(SLL inst) { in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 364 if (TwoOperandOpcode == SystemZ::SLL || in processBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 299 unsigned Opc = Mips::SLL; in emitEmptyDelaySlot() 316 emitRRI(Mips::SLL, Mips::ZERO, Mips::ZERO, 0, IDLoc, STI); in emitNop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVOptWInstrs.cpp | 254 case RISCV::SLL: in hasAllNBitUsers()
|
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 428 BuildMI(MBB, DL, TII->get(RISCV::SLL), ValReg) in insertSext()
|
| H A D | RISCVExpandPseudoInsts.cpp | 220 case RISCV::PseudoCCSLL: NewOpc = RISCV::SLL; break; in expandCCOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver4.td | 1582 "(V?)P(SLL|SRL|SRA)(D|Q|W|DQ)(Y?|Z?|Z128?|Z256?)(rr|rrk|rrkz)", 1583 "(V?)P(SLL|SRL|SRA)DQYri", 1584 "(V?)P(SLL|SRL)DQ(Z?|Z256?)ri", 1598 "VP(SLL|SRL|SRA)(D|Q|W)(Z|Z128|Z256?)(ri|rik|rikz)"
|
| /freebsd/usr.bin/units/ |
| H A D | definitions.units | 493 SLL sierraleoneleone
|