Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SXTW

953             ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW ||
988 return (ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW) &&
1539 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX;
1551 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX;
2291 .Case("sxtw", AArch64_AM::SXTW)
3493 "expected 'uxtw' or 'sxtw' with optional shift of #0");
3496 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #1");
3499 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #2");
3502 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #3");
3505 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #4");
3737 // FIXME: Horrible hack for sxtw and uxtw with Wn src and Xd dst operands.
3740 if (NumOperands == 3 && (Tok == "sxtw" || Tok == "uxtw")) {