Lines Matching full:dst2
1671 def ATOMOR6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1674 def ATOMXOR6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1677 def ATOMADD6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1680 def ATOMSUB6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1683 def ATOMNAND6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1686 def ATOMAND6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1689 def ATOMSWAP6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1692 def ATOMCMPXCHG6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1696 def ATOMMIN6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1699 def ATOMUMIN6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1702 def ATOMMAX6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
1705 def ATOMUMAX6432 : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
2280 def LDRD : AI3ld<0b1101, 0, (outs GPR:$Rd, GPR:$dst2),
2282 IIC_iLoad_d_r, "ldrd", "\t$Rd, $dst2, $addr",