Lines Matching refs:operand
143 class I_16_J_XI<bits<5> sop, string op, Operand operand, list<dag> pattern>
145 (ins GPR:$rx, operand:$imm2),
170 class I_16_X<bits<5> sop, string op, Operand operand>
172 (ins GPR:$rx, operand:$imm16), !strconcat(op, "\t$rx, $imm16"), []> {
183 class I_16_X_L<bits<5> sop, string op, Operand operand>
184 : CSKY32Inst<AddrModeNone, 0x3a, (outs), (ins GPR:$rx, operand:$imm16),
238 class I_LD<AddrMode am, bits<4> sop, string op, Operand operand>
240 (outs GPR:$rz), (ins GPR:$rx, operand:$imm12), op, []>;
244 class I_ST<AddrMode am, bits<4> sop, string op, Operand operand>
246 (ins GPR:$rz, GPR:$rx, operand:$imm12), op, []>;
446 class I_5_ZX_U<bits<6> sop, string op, Operand operand, list<dag> pattern>
447 : CSKY32Inst<AddrModeNone, 0x31, (outs GPR:$rz), (ins operand:$size_lsb),
448 !strconcat(op, "\t$rz, operand:$size_lsb"), pattern> {