Home
last modified time | relevance | path

Searched defs:PostIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h259 PostIndex = (0|4|0) << 21, // post-indexed addressing with writeback enumerator
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h64 enum AddrMode { Offset, PreIndex, PostIndex }; enumerator
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.h175 enum AddrMode { Offset, PreIndex, PostIndex }; enumerator
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h261 PostIndex = (0 | 4 | 0) << 21, // Post-indexed addressing with writeback. enumerator
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h57 enum AddrMode { Offset = 0, PreIndex = 1, PostIndex = 2 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h92 PostIndex = (0 | 4 | 0) << 21, // post-indexed addressing with writeback enumerator