Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SXTX

954             ET == AArch64_AM::UXTX || ET == AArch64_AM::SXTX ||
962 // UXTX and SXTX require a 64-bit source register (the ExtendLSL64 class).
964 return ET != AArch64_AM::UXTX && ET != AArch64_AM::SXTX;
970 return (ET == AArch64_AM::UXTX || ET == AArch64_AM::SXTX ||
979 return (ET == AArch64_AM::LSL || ET == AArch64_AM::SXTX) &&
1539 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX;
1551 bool IsSigned = ET == AArch64_AM::SXTW || ET == AArch64_AM::SXTX;
2292 .Case("sxtx", AArch64_AM::SXTX)
3464 "expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4]");
3508 "expected 'lsl' or 'sxtx' with optional shift of #0");
3511 "expected 'lsl' or 'sxtx' with optional shift of #0 or #1");
3514 "expected 'lsl' or 'sxtx' with optional shift of #0 or #2");
3517 "expected 'lsl' or 'sxtx' with optional shift of #0 or #3");
3520 "expected 'lsl' or 'sxtx' with optional shift of #0 or #4");