Lines Matching refs:isByte
1982 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1987 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1997 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
2012 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
2017 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt),
2028 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt),
2044 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
2049 def i12 : AI2ldst<0b010, 0, isByte, (outs),
2060 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
2073 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
2078 def i12 : AI2ldst<0b010, 0, isByte, (outs),
2089 def rs : AI2ldst<0b011, 0, isByte, (outs),
2829 multiclass AI2_ldridx<bit isByte, string opc,
2831 def _PRE_IMM : AI2ldstidx<1, isByte, 1, (outs GPR:$Rt, GPR:$Rn_wb),
2842 def _PRE_REG : AI2ldstidx<1, isByte, 1, (outs GPR:$Rt, GPR:$Rn_wb),
2854 def _POST_REG : AI2ldstidx<1, isByte, 0, (outs GPR:$Rt, GPR:$Rn_wb),
2872 def _POST_IMM : AI2ldstidx<1, isByte, 0, (outs GPR:$Rt, GPR:$Rn_wb),
3108 multiclass AI2_stridx<bit isByte, string opc,
3110 def _PRE_IMM : AI2ldstidx<0, isByte, 1, (outs GPR:$Rn_wb),
3123 def _PRE_REG : AI2ldstidx<0, isByte, 1, (outs GPR:$Rn_wb),
3136 def _POST_REG : AI2ldstidx<0, isByte, 0, (outs GPR:$Rn_wb),
3154 def _POST_IMM : AI2ldstidx<0, isByte, 0, (outs GPR:$Rn_wb),