Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h258 PreIndex = (8|4|1) << 21, // pre-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.h260 PreIndex = (8 | 4 | 1) << 21, // Pre-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.h91 PreIndex = (8 | 4 | 1) << 21, // pre-indexed addressing with writeback enumerator