Lines Matching refs:AArch64_AM
982 AArch64_AM::getShiftValue(MI->getOperand(OpNum + 1).getImm());
1001 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 32));
1009 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 64));
1017 if (AArch64_AM::getShiftType(Val) == AArch64_AM::LSL &&
1018 AArch64_AM::getShiftValue(Val) == 0)
1020 O << ", " << AArch64_AM::getShiftExtendName(AArch64_AM::getShiftType(Val))
1021 << " #" << AArch64_AM::getShiftValue(Val);
1042 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val);
1043 unsigned ShiftVal = AArch64_AM::getArithShiftValue(Val);
1048 if (ExtType == AArch64_AM::UXTW || ExtType == AArch64_AM::UXTX) {
1052 ExtType == AArch64_AM::UXTX) ||
1054 ExtType == AArch64_AM::UXTW) ) {
1060 O << ", " << AArch64_AM::getShiftExtendName(ExtType);
1165 MO.isFPImm() ? MO.getFPImm() : AArch64_AM::getFPImmFloat(MO.getImm());
1405 uint64_t Val = AArch64_AM::decodeAdvSIMDModImmType10(RawVal);