Searched defs:PostIndex (Results 1 – 6 of 6) sorted by relevance
262 PostIndex = (0|4|0) << 21, // post-indexed addressing with writeback enumerator
56 PostIndex enumerator
148 enum AddrMode { Offset, PreIndex, PostIndex }; enumerator
272 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