Lines Matching refs:Rt2
2509 def LDRD : AI3ld<0b1101, 0, (outs GPR:$Rt, GPR:$Rt2), (ins addrmode3:$addr),
2510 LdMiscFrm, IIC_iLoad_d_r, "ldrd", "\t$Rt, $Rt2, $addr", []>,
2625 def LDRD_PRE : AI3ldstidx<0b1101, 0, 1, (outs GPR:$Rt, GPR:$Rt2, GPR:$Rn_wb),
2628 "ldrd", "\t$Rt, $Rt2, $addr!",
2638 def LDRD_POST: AI3ldstidx<0b1101, 0, 0, (outs GPR:$Rt, GPR:$Rt2, GPR:$Rn_wb),
2641 "ldrd", "\t$Rt, $Rt2, $addr, $offset",
2776 def STRD : AI3str<0b1111, (outs), (ins GPR:$Rt, GPR:$Rt2, addrmode3:$addr),
2777 StMiscFrm, IIC_iStore_d_r, "strd", "\t$Rt, $Rt2, $addr", []>,
2942 (ins GPR:$Rt, GPR:$Rt2, addrmode3_pre:$addr),
2944 "strd", "\t$Rt, $Rt2, $addr!",
2956 (ins GPR:$Rt, GPR:$Rt2, addr_offset_none:$addr,
2959 "strd", "\t$Rt, $Rt2, $addr, $offset",
4777 (ins GPRnopc:$Rt2, addr_offset_none:$addr), "swp", []>,
4780 (ins GPRnopc:$Rt2, addr_offset_none:$addr), "swpb", []>,
5093 : ABI<0b1100, oops, iops, NoItinerary, opc, "\t$cop, $opc1, $Rt, $Rt2, $CRm",
5100 bits<4> Rt2;
5106 let Inst{19-16} = Rt2;
5114 GPRnopc:$Rt2, c_imm:$CRm),
5116 GPRnopc:$Rt2, imm:$CRm)]>;
5118 (outs GPRnopc:$Rt, GPRnopc:$Rt2),
5123 GPRnopc:$Rt, GPRnopc:$Rt2, c_imm:$CRm), NoItinerary,
5124 !strconcat(opc, "\t$cop, $opc1, $Rt, $Rt2, $CRm"), pattern>,
5131 bits<4> Rt2;
5137 let Inst{19-16} = Rt2;
5147 GPRnopc:$Rt2, imm:$CRm)]>;