Home
last modified time | relevance | path

Searched defs:IsPreIndex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Doperands-aarch64.cc363 bool MemOperand::IsPreIndex() const { return addrmode_ == PreIndex; } in IsPreIndex() function in vixl::aarch64::MemOperand
/aosp_15_r20/external/vixl/src/aarch32/
H A Doperands-aarch32.h829 bool IsPreIndex() const { return GetAddrMode() == PreIndex; } in IsPreIndex() function