Searched refs:IsLSL (Results 1 – 11 of 11) sorted by relevance
835 return rm_.IsValid() && shift_.IsLSL() && (shift_amount_ == 0); in IsPlainRegister()845 return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.IsLSL() && in IsRegisterOffset()866 if ((shift_amount_ == 0) && !shift_.IsLSL()) { in CheckShift()
56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
1062 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function1124 if (shift_operand.IsLSL() && shift_operand.GetAmount() == 0) return os;
10776 shift.IsLSL() && (amount == 0) && in DecodeT32()10894 shift.IsLSL() && (amount == 0) && in DecodeT32()11033 shift.IsLSL() && (amount == 0) && in DecodeT32()16963 shift.IsLSL() && (amount == 0) && in DecodeT32()17147 shift.IsLSL() && (amount == 0) && in DecodeT32()17469 shift.IsLSL() && (amount == 0) && in DecodeT32()17758 shift.IsLSL() && in DecodeT32()17997 shift.IsLSL() && (amount == 0) && in DecodeT32()18186 shift_operand.GetShift().IsLSL() && in DecodeT32()18252 shift_operand.GetShift().IsLSL() && in DecodeT32()[all …]
5142 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldr()5443 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrb()6102 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrh()6355 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsb()6608 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsh()7115 shift.IsLSL() && rs.IsLow()) { in mov()7259 shift.IsLSL() && rs.IsLow()) { in movs()7967 if (shift.IsLSL() && shift.IsValidAmount(amount) && in pkhbt()7977 if (shift.IsLSL() && shift.IsValidAmount(amount) && cond.IsNotNever() && in pkhbt()8175 if (sign.IsPlus() && shift.IsLSL() && operand.IsOffset() && in pld()[all …]
428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
2510 operand.GetShift().IsLSL()))) || in Mov()2514 (operand.GetShift().IsLSL() || operand.GetShift().IsLSR() || in Mov()
1128 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local1129 if (IsLSL) in printMemExtend()1134 if (DoShift || IsLSL) in printMemExtend()
983 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local984 if (IsLSL) in printMemExtendImpl()989 if (DoShift || IsLSL) in printMemExtendImpl()
899 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local900 if (IsLSL) { in printMemExtend()941 if (DoShift || IsLSL) { in printMemExtend()
1044 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,1052 # !if(IsLSL, "'x'", "'w'") # ", "