Lines Matching +full:5 +full:b00
19 let Inst{6-5} = funct2;
21 let Inst{1-0} = 0b00;
37 def uimm5_with_predicate : RISCVUImmLeafOp<5> {
42 return isUInt<5>(Imm);
46 // A 5-bit unsigned immediate where the least significant bit is zero.
49 let ParserMatchClass = UImmAsmOperand<5, "Lsb0">;
51 let DecoderMethod = "decodeUImmOperand<5>";
63 ImmLeaf<XLenVT, [{return isShiftedUInt<5, 1>(Imm);}]> {
72 return isShiftedUInt<5, 1>(Imm);
82 def QK_C_LBU : RVInst16CL<0b001, 0b00, (outs GPRC:$rd),
86 bits<5> imm;
89 let Inst{6-5} = imm{2-1};
92 def QK_C_SB : RVInst16CS<0b101, 0b00, (outs),
97 bits<5> imm;
100 let Inst{6-5} = imm{2-1};
109 let Inst{12-10} = imm{5-3};
110 let Inst{6-5} = imm{2-1};
118 let Inst{12-10} = imm{5-3};
119 let Inst{6-5} = imm{2-1};
123 def QK_C_LBUSP : QKStackInst<0b00, (outs GPRC:$rd_rs2),
145 bits<5> imm;
154 bits<5> imm;