Searched refs:IsPreIndex (Results 1 – 6 of 6) sorted by relevance
364 bool MemOperand::IsPreIndex() const { return addrmode_ == PreIndex; } in IsPreIndex() function in vixl::aarch64::MemOperand
438 bool IsPreIndex() const;
1973 } else if (addr.IsPreIndex() && !IsImmLSUnscaled(offset)) { in LS_MACRO_LIST()2025 VIXL_ASSERT(addr.IsPreIndex()); in LSPAIR_MACRO_LIST()2423 VIXL_ASSERT(!(mem.IsPreIndex() || mem.IsPostIndex())); in LoadStoreCPURegListHelper()
1137 if (addr.IsPreIndex()) { in LoadStorePair()5697 if (addr.IsPreIndex() && IsImmLSUnscaled(offset)) { in LoadStoreMemOperand()5723 VIXL_ASSERT(addr.IsImmediateOffset() || addr.IsPreIndex()); in LoadStorePAC()5726 if (addr.IsPreIndex()) { in LoadStorePAC()
829 bool IsPreIndex() const { return GetAddrMode() == PreIndex; } in IsPreIndex() function
5056 operand.IsPreIndex() && ((rn.GetCode() & 0xf) != 0xf) && in ldr()5099 if ((offset >= -4095) && (offset <= 4095) && operand.IsPreIndex() && in ldr()5175 if (operand.IsShiftValid() && operand.IsPreIndex() && cond.IsNotNever() && in ldr()5357 operand.IsPreIndex() && ((rn.GetCode() & 0xf) != 0xf)) { in ldrb()5398 if ((offset >= -4095) && (offset <= 4095) && operand.IsPreIndex() && in ldrb()5476 if (operand.IsShiftValid() && operand.IsPreIndex() && cond.IsNotNever() && in ldrb()5611 operand.IsPreIndex() && ((rn.GetCode() & 0xf) != 0xf) && in ldrd()5660 (offset >= -255) && (offset <= 255) && operand.IsPreIndex() && in ldrd()5715 operand.IsPreIndex() && cond.IsNotNever() && in ldrd()5987 operand.IsPreIndex() && ((rn.GetCode() & 0xf) != 0xf)) { in ldrh()[all …]