Home | History | Annotate | Download | only in ARM

Lines Matching full:isbyte

1516 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1521 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1531 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
1546 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
1551 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt),
1562 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt),
1578 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
1583 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1594 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
1607 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
1612 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1623 def rs : AI2ldst<0b011, 0, isByte, (outs),
2287 multiclass AI2_ldridx<bit isByte, string opc,
2289 def _PRE_IMM : AI2ldstidx<1, isByte, 1, (outs GPR:$Rt, GPR:$Rn_wb),
2300 def _PRE_REG : AI2ldstidx<1, isByte, 1, (outs GPR:$Rt, GPR:$Rn_wb),
2312 def _POST_REG : AI2ldstidx<1, isByte, 0, (outs GPR:$Rt, GPR:$Rn_wb),
2330 def _POST_IMM : AI2ldstidx<1, isByte, 0, (outs GPR:$Rt, GPR:$Rn_wb),
2541 multiclass AI2_stridx<bit isByte, string opc,
2543 def _PRE_IMM : AI2ldstidx<0, isByte, 1, (outs GPR:$Rn_wb),
2555 def _PRE_REG : AI2ldstidx<0, isByte, 1, (outs GPR:$Rn_wb),
2567 def _POST_REG : AI2ldstidx<0, isByte, 0, (outs GPR:$Rn_wb),
2585 def _POST_IMM : AI2ldstidx<0, isByte, 0, (outs GPR:$Rn_wb),