Searched defs:PostIndex (Results 1 – 4 of 4) sorted by relevance
259 PostIndex = (0|4|0) << 21, // post-indexed addressing with writeback enumerator
175 enum AddrMode { Offset, PreIndex, PostIndex }; enumerator
57 enum AddrMode { Offset = 0, PreIndex = 1, PostIndex = 2 }; enumerator
92 PostIndex = (0 | 4 | 0) << 21, // post-indexed addressing with writeback enumerator