| /netbsd-src/crypto/external/bsd/openssl.old/dist/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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/ |
| H A D | Target.cpp | 75 unsigned ORi, LUi, SLL; in loadImmediate() local 79 SLL = Mips::SLL; in loadImmediate() 84 SLL = Mips::SLL64_64; in loadImmediate() 107 MCInstBuilder(SLL) in loadImmediate()
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeSPARC_32.c | 61 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op() 72 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op() 94 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_single_op() 128 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
|
| H A D | sljitNativeMIPS_32.c | 94 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() 113 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(16), DR(dst))); in emit_single_op() 153 FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABLE_INS)); in emit_single_op() 203 FAIL_IF(push_inst(compiler, SLL | TA(OTHER_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1))); in emit_single_op() 336 FAIL_IF(push_inst(compiler, SLL | TA(OTHER_FLAG) | D(TMP_REG1) | SH_IMM(31), DR(TMP_REG1))); in emit_single_op() 401 EMIT_SHIFT(SLL, SLLV); in emit_single_op()
|
| H A D | sljitNativeMIPS_64.c | 213 return push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(0), DR(dst)); in emit_single_op() 244 …FAIL_IF(push_inst(compiler, SELECT_OP(DSLL, SLL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1), UNMOVABL… in emit_single_op() 294 …FAIL_IF(push_inst(compiler, SELECT_OP(DSLL32, SLL) | TA(OTHER_FLAG) | D(TMP_REG1) | SH_IMM(31), DR… in emit_single_op() 427 …FAIL_IF(push_inst(compiler, SELECT_OP(DSLL32, SLL) | TA(OTHER_FLAG) | D(TMP_REG1) | SH_IMM(31), DR… in emit_single_op() 495 EMIT_SHIFT(DSLL, DSLL32, SLL, DSLLV, SLLV); in emit_single_op()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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 959 $SLL $t3,$a0,4*$BNSZ # bits 980 $SLL $a1,4*$BNSZ # bits 982 $SLL $v0,$QT,4*$BNSZ # bits 992 $SLL $t3,$a0,4*$BNSZ # bits [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/m32r/ |
| H A D | ChangeLog-2021 | 126 * sll.cgs: Test SLL instruction.
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | bds_emul.S | 264 PTR_WORD bcemul_special_genshift # 000 SLL 367 jr ra; sllv t0, v0, v1 # 000 SLL
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZShortenInst.cpp | 367 if (TwoOperandOpcode == SystemZ::SLL || in processBlock()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | nios2r1.h | 431 #define MATCH_R1_SLL MATCH_R1_OPX0 (SLL)
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | nios2r1.h | 431 #define MATCH_R1_SLL MATCH_R1_OPX0 (SLL)
|
| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | m16.igen | 775 00110,3.RX,3.RY,3.SHAMT,00:SHIFT:16::SLL 783 11110,5.SHAMT,0,00000 + 00110,3.RX,3.RY,000,00:EXT-SHIFT:16::SLL
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVExpandAtomicPseudoInsts.cpp | 382 BuildMI(MBB, DL, TII->get(RISCV::SLL), ValReg) in insertSext()
|