Lines Matching refs:isByte
1725 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1730 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1740 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
1755 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
1760 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt),
1771 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt),
1787 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
1792 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1803 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
1816 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
1821 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1832 def rs : AI2ldst<0b011, 0, isByte, (outs),
2549 multiclass AI2_ldridx<bit isByte, string opc,
2551 def _PRE_IMM : AI2ldstidx<1, isByte, 1, (outs GPR:$Rt, GPR:$Rn_wb),
2562 def _PRE_REG : AI2ldstidx<1, isByte, 1, (outs GPR:$Rt, GPR:$Rn_wb),
2574 def _POST_REG : AI2ldstidx<1, isByte, 0, (outs GPR:$Rt, GPR:$Rn_wb),
2592 def _POST_IMM : AI2ldstidx<1, isByte, 0, (outs GPR:$Rt, GPR:$Rn_wb),
2817 multiclass AI2_stridx<bit isByte, string opc,
2819 def _PRE_IMM : AI2ldstidx<0, isByte, 1, (outs GPR:$Rn_wb),
2832 def _PRE_REG : AI2ldstidx<0, isByte, 1, (outs GPR:$Rn_wb),
2845 def _POST_REG : AI2ldstidx<0, isByte, 0, (outs GPR:$Rn_wb),
2863 def _POST_IMM : AI2ldstidx<0, isByte, 0, (outs GPR:$Rn_wb),