Searched refs:LoadStoreRCpcUnscaledOffsetFixed (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1278 LoadStoreRCpcUnscaledOffsetFixed = 0x19000000, enumerator 1281 STLURB = LoadStoreRCpcUnscaledOffsetFixed | 0x00000000, 1282 LDAPURB = LoadStoreRCpcUnscaledOffsetFixed | 0x00400000, 1283 LDAPURSB_x = LoadStoreRCpcUnscaledOffsetFixed | 0x00800000, 1284 LDAPURSB_w = LoadStoreRCpcUnscaledOffsetFixed | 0x00C00000, 1285 STLURH = LoadStoreRCpcUnscaledOffsetFixed | 0x40000000, 1286 LDAPURH = LoadStoreRCpcUnscaledOffsetFixed | 0x40400000, 1287 LDAPURSH_x = LoadStoreRCpcUnscaledOffsetFixed | 0x40800000, 1288 LDAPURSH_w = LoadStoreRCpcUnscaledOffsetFixed | 0x40C00000, 1289 STLUR_w = LoadStoreRCpcUnscaledOffsetFixed | 0x80000000, [all …]
|