Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Doperands-aarch64.cc367 bool MemOperand::IsPostIndex() const { return addrmode_ == PostIndex; } in IsPostIndex() function in vixl::aarch64::MemOperand
/external/vixl/src/aarch32/
Doperands-aarch32.h830 bool IsPostIndex() const { return GetAddrMode() == PostIndex; } in IsPostIndex() function