Lines Matching +full:5 +full:b00
106 : RVInst16CLB<funct6, 0b00, (outs GPRC:$rd),
111 let Inst{6-5} = imm{0,1};
116 : RVInst16CLH<funct6, funct1, 0b00, (outs GPRC:$rd),
121 let Inst{5} = imm{1};
126 : RVInst16CSB<funct6, 0b00, (outs),
131 let Inst{6-5} = imm{0,1};
136 : RVInst16CSH<funct6, funct1, 0b00, (outs),
141 let Inst{5} = imm{1};
145 class RVZcArith_r<bits<5> funct5, string OpcodeStr> :
151 class RVInstZcCPPP<bits<5> funct5, string opcodestr,
159 let Inst{3-2} = stackadj{5-4};
256 bits<5> index;