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