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