Home | History | Annotate | Download | only in aarch64

Lines Matching refs:index_base

2883   uint64_t index_base = simulator.ReadRegister<uint64_t>(1);
2885 VIXL_CHECK(index_base >= offset_base);
2886 VIXL_CHECK((index_base - offset_base) <= kScratchSize);