Lines Matching defs:Xd
5611 unsigned Xd = Inst.getOperand(3).getReg();
5614 if (Xd_wb != Xd)
5616 "invalid CPY instruction, Xd_wb and Xd do not match");
5623 if (Xd == Xs)
5626 if (Xd == Xn)
5660 unsigned Xd = Inst.getOperand(2).getReg();
5663 if (Xd_wb != Xd)
5665 "invalid SET instruction, Xd_wb and Xd do not match");
5669 if (Xd == Xn)
5672 if (Xd == Xm)
6446 // FIXME: Horrible hack for sxtw and uxtw with Wn src and Xd dst operands.
6460 // FIXME: Likewise for sxt[bh] with a Xd dst operand
6477 // FIXME: Likewise for uxt[bh] with a Xd dst operand