Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SXTW

990             ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW ||
1025 return (ET == AArch64_AM::UXTW || ET == AArch64_AM::SXTW) &&
1577 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX;
1589 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX;
2395 .Case("sxtw", AArch64_AM::SXTW)
3653 "expected 'uxtw' or 'sxtw' with optional shift of #0");
3656 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #1");
3659 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #2");
3662 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #3");
3665 "expected 'uxtw' or 'sxtw' with optional shift of #0 or #4");
3952 // FIXME: Horrible hack for sxtw and uxtw with Wn src and Xd dst operands.
3955 if (NumOperands == 3 && (Tok == "sxtw" || Tok == "uxtw")) {