Lines Matching refs:imm5
254 (ins GPR:$false, GPR:$rx, ImmType:$imm5),
255 !strconcat(op, "\t$rz, $rx, $imm5"), pattern> {
258 bits<5> imm5;
263 let Inst{4 - 0} = imm5;
273 !strconcat(op, "\t$rz, $rx, $imm5"), pattern> {
274 bits<5> imm5;
277 let Inst{25 - 21} = imm5;
287 bits<5> imm5>
289 op #"\t${ry}, (${rx}), " #!cast<int>(imm5), pattern> {
296 let Inst{4 - 0} = imm5{4 - 0}; // imm5
344 (outs CARRY:$ca), (ins GPR:$rx, ImmType:$imm5),
345 !strconcat(op, "\t$rx, $imm5"), pattern> {
346 bits<5> imm5;
348 let Inst{25 - 21} = imm5;
360 : CSKY32Inst<AddrModeNone, 0x31, (outs GPR:$rz), (ins ImmType:$imm5),
361 !strconcat(op, "\t$rz, $imm5"), pattern> {
362 bits<5> imm5;
364 let Inst{25 - 21} = imm5;