/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 26 case RISCV::SRLI: in getInstSeqCost() 193 TmpSeq.emplace_back(RISCV::SRLI, LeadingZeros); in generateInstSeqLeadingZeros() 205 TmpSeq.emplace_back(RISCV::SRLI, LeadingZeros); in generateInstSeqLeadingZeros() 538 case RISCV::SRLI: in getOpndKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1145 SDNode *SRLI = CurDAG->getMachineNode( in Select() local 1146 Subtarget->is64Bit() ? RISCV::SRLIW : RISCV::SRLI, DL, VT, in Select() 1148 ReplaceNode(Node, SRLI); in Select() 1169 SDNode *SRLI = CurDAG->getMachineNode( in Select() local 1170 RISCV::SRLI, DL, VT, SDValue(SLLI, 0), in Select() 1172 ReplaceNode(Node, SRLI); in Select() 1321 SDNode *SRLI = CurDAG->getMachineNode( in Select() local 1322 RISCV::SRLI, DL, VT, SDValue(SLLI, 0), in Select() 1324 ReplaceNode(Node, SRLI); in Select() 1351 SDNode *SRLI = CurDAG->getMachineNode( in Select() local [all …]
|
H A D | RISCVInstrInfoZb.td | 685 // Match a shifted 0xffffffff mask. Use SRLI to clear the LSBs and SLLI_UW to 688 (SLLI_UW (XLenVT (SRLI GPR:$rs1, Shifted32OnesMask:$mask)), 723 // Use SRLI to clear the LSBs and SHXADD_UW to mask and shift. 725 (SH1ADD_UW (XLenVT (SRLI GPR:$rs1, 1)), GPR:$rs2)>; 727 (SH2ADD_UW (XLenVT (SRLI GPR:$rs1, 2)), GPR:$rs2)>; 729 (SH3ADD_UW (XLenVT (SRLI GPR:$rs1, 3)), GPR:$rs2)>;
|
H A D | RISCVVectorPeephole.cpp | 98 } else if (Def->getOpcode() == RISCV::SRLI) { in convertToVLMAX()
|
H A D | RISCVOptWInstrs.cpp | 204 case RISCV::SRLI: { in hasAllNBitUsers() 364 case RISCV::SRLI: in isSignExtendingOpW()
|
H A D | RISCVInstrInfo.td | 665 def SRLI : Shift_ri<0b00000, 0b101, "srli">; 1032 (SRLI GPR:$rd, GPR:$rs1, uimmlog2xlen:$shamt)>; 1267 def : PatGprUimmLog2XLen<srl, SRLI>; 1293 (SLLI (i64 (SRLI $rs, LeadingOnesMask:$mask)), LeadingOnesMask:$mask)>; 1295 (SRLI (XLenVT (SLLI $rs, TrailingOnesMask:$mask)), TrailingOnesMask:$mask)>; 1812 def : Pat<(i64 (and GPR:$rs1, 0xffffffff)), (SRLI (i64 (SLLI GPR:$rs1, 32)), 32)>; 1817 (SRLI (i64 (SLLI GPR:$rs1, 32)), (ImmSubFrom32 uimm5:$shamt))>; 2020 (SRLI (i32 (SLLI $rs, (i64 (XLenSubTrailingOnes $mask)))), 2028 def : Pat<(zext GPR:$src), (SRLI (i64 (SLLI GPR:$src, 32)), 32)>; 2033 (SRLI (i64 (SLLI GPR:$rs, 32)), (ImmSubFrom32 uimm5:$shamt))>;
|
H A D | RISCVAsmPrinter.cpp | 660 OutStreamer->emitInstruction(MCInstBuilder(RISCV::SRLI) in EmitHwasanMemaccessSymbols() 676 MCInstBuilder(RISCV::SRLI).addReg(RISCV::X7).addReg(Reg).addImm(56), in EmitHwasanMemaccessSymbols()
|
H A D | RISCVExpandPseudoInsts.cpp | 219 case RISCV::PseudoCCSRLI: NewOpc = RISCV::SRLI; break; in expandCCOp()
|
H A D | RISCVRegisterInfo.cpp | 858 case RISCV::SRLI: in getRegAllocationHints()
|
H A D | RISCVFrameLowering.cpp | 735 BuildMI(MBB, MBBI, DL, TII->get(RISCV::SRLI), VR) in emitPrologue()
|
H A D | RISCVInstrInfoC.td | 928 def : CompressPat<(SRLI GPRC:$rs1, GPRC:$rs1, uimmlog2xlennonzero:$imm),
|
H A D | RISCVInstrInfo.cpp | 1307 case RISCV::SRLI: return RISCV::PseudoCCSRLI; break; in getPredicatedOpcode()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 143 R_SHAMT_TYPE_INST(SRLI); 278 LWU, LD, SD, SLLI, SRLI, SRAI, ADDIW, SLLIW, SRLIW, SRAIW, ADDW, SUBW, SLLW,
|
H A D | RISCVCInstructions.h | 241 return SRLI{rd, rd, uint8_t(shamt)}; in DecodeC_SRLI()
|
H A D | EmulateInstructionRISCV.cpp | 444 {"SRLI", 0xF800707F, 0x5013, DecodeRShamtType<SRLI>}, 884 bool operator()(SRLI inst) { in operator ()()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 68 SRLI = 0x5013, enumerator 240 write32le(buf + 20, itype(SRLI, X_T1, X_T1, config->is64 ? 1 : 2)); in writePltHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 281 .buildInstr(RISCV::SRLI, {DstReg}, {RegY}) in selectSHXADDOp() 293 .buildInstr(RISCV::SRLI, {DstReg}, {RegY}) in selectSHXADDOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.td | 159 def SRLI : RRR_Inst<0x00, 0x01, 0x04, (outs AR:$r), (ins AR:$t, uimm4:$sa),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 438 def : InstRW<[P5600WriteMSAShortLogic], (instregex "^(SRL|SRLI)_[BHWD]$")>;
|
H A D | MipsScheduleGeneric.td | 1559 def : InstRW<[GenericWriteMSAShortLogic], (instregex "^(SRL|SRLI)_[BHWD]$")>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 3320 unsigned SecondOpcode = SignExtend ? RISCV::SRAI : RISCV::SRLI; in emitPseudoExtend()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6386 if (ConstantSDNode *SRLI = dyn_cast<ConstantSDNode>(N1.getOperand(1))) { in visitANDLike() local 6392 APInt SRLC = SRLI->getAPIntValue(); in visitANDLike()
|