Searched refs:SLLI_UW (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 150 unsigned Opc = Unsigned ? RISCV::SLLI_UW : RISCV::SLLI; in generateInstSeqImpl() 539 case RISCV::SLLI_UW: in getOpndKind()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZb.td | 294 def SLLI_UW : RVBShift_ri<0b00001, 0b001, OPC_OP_IMM_32, "slli.uw">, 684 (SLLI_UW GPR:$rs1, uimm5:$shamt)>; 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)), 802 (SLLI_UW GPR:$rs1, uimm5:$shamt)>;
|
H A D | RISCVISelDAGToDAG.cpp | 1339 SDNode *SLLI_UW = in Select() local 1340 CurDAG->getMachineNode(RISCV::SLLI_UW, DL, VT, X, in Select() 1342 ReplaceNode(Node, SLLI_UW); in Select() 1431 SDNode *SLLI_UW = CurDAG->getMachineNode( in Select() local 1432 RISCV::SLLI_UW, DL, VT, SDValue(SRLI, 0), in Select() 1434 ReplaceNode(Node, SLLI_UW); in Select() 3150 case RISCV::SLLI_UW: in hasAllNBitUsers()
|
H A D | RISCVOptWInstrs.cpp | 174 case RISCV::SLLI_UW: in hasAllNBitUsers()
|