Searched refs:IsLSL (Results 1 – 8 of 8) sorted by relevance
823 return rm_.IsValid() && shift_.IsLSL() && (shift_amount_ == 0); in IsPlainRegister()833 return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.IsLSL() && in IsRegisterOffset()854 if ((shift_amount_ == 0) && !shift_.IsLSL()) { in CheckShift()
55 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
1059 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function1121 if (shift_operand.IsLSL() && shift_operand.GetAmount() == 0) return os;
10757 shift.IsLSL() && (amount == 0) && in DecodeT32()10875 shift.IsLSL() && (amount == 0) && in DecodeT32()11014 shift.IsLSL() && (amount == 0) && in DecodeT32()16922 shift.IsLSL() && (amount == 0) && in DecodeT32()17106 shift.IsLSL() && (amount == 0) && in DecodeT32()17406 shift.IsLSL() && (amount == 0) && in DecodeT32()17681 shift.IsLSL() && in DecodeT32()17913 shift.IsLSL() && (amount == 0) && in DecodeT32()18102 shift_operand.GetShift().IsLSL() && in DecodeT32()18167 shift_operand.GetShift().IsLSL() && in DecodeT32()[all …]
4751 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldr()5006 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrb()5578 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrh()5795 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsb()6012 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsh()6468 shift.IsLSL() && operand.GetShiftRegister().IsLow()) { in mov()6618 shift.IsLSL() && operand.GetShiftRegister().IsLow()) { in movs()7305 if (shift.IsLSL() && shift.IsValidAmount(amount)) { in pkhbt()7314 if (shift.IsLSL() && shift.IsValidAmount(amount) && cond.IsNotNever()) { in pkhbt()7483 if (sign.IsPlus() && shift.IsLSL() && operand.IsOffset() && in pld()[all …]
309 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
2564 operand.GetShift().IsLSL()))) || in Mov()2568 (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()