Searched refs:IsLSL (Results 1 – 11 of 11) sorted by relevance
809 return rm_.IsValid() && shift_.IsLSL() && (shift_amount_ == 0); in IsPlainRegister()819 return (GetAddrMode() == Offset) && rm_.IsValid() && shift_.IsLSL() && in IsRegisterOffset()840 if ((shift_amount_ == 0) && !shift_.IsLSL()) { in CheckShift()
56 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) && in operator <<()
1064 bool IsLSL() const { return shift_ == LSL; } in IsLSL() function1126 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 …]
5140 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldr()5443 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrb()6105 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrh()6360 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsb()6615 if (!size.IsNarrow() && sign.IsPlus() && shift.IsLSL() && (amount <= 3) && in ldrsh()7124 shift.IsLSL() && rs.IsLow()) { in mov()7268 shift.IsLSL() && rs.IsLow()) { in movs()7976 if (shift.IsLSL() && shift.IsValidAmount(amount) && in pkhbt()7986 if (shift.IsLSL() && shift.IsValidAmount(amount) && cond.IsNotNever() && in pkhbt()8184 if (sign.IsPlus() && shift.IsLSL() && operand.IsOffset() && in pld()[all …]
428 if ((operand.GetShift().IsLSL() || operand.GetShift().IsROR()) &&
2513 operand.GetShift().IsLSL()))) || in Mov()2517 (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()
1021 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtendImpl() local1022 if (IsLSL) in printMemExtendImpl()1027 if (DoShift || IsLSL) in printMemExtendImpl()
1123 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend() local1124 if (IsLSL) { in printMemExtend()1165 if (DoShift || IsLSL) { in printMemExtend()
1044 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,1052 # !if(IsLSL, "'x'", "'w'") # ", "