Lines Matching defs:AtomicMemoryFixed
1316 AtomicMemoryFixed = 0x38200000,
1319 SWPB = AtomicMemoryFixed | 0x00008000,
1320 SWPAB = AtomicMemoryFixed | 0x00808000,
1321 SWPLB = AtomicMemoryFixed | 0x00408000,
1322 SWPALB = AtomicMemoryFixed | 0x00C08000,
1323 SWPH = AtomicMemoryFixed | 0x40008000,
1324 SWPAH = AtomicMemoryFixed | 0x40808000,
1325 SWPLH = AtomicMemoryFixed | 0x40408000,
1326 SWPALH = AtomicMemoryFixed | 0x40C08000,
1327 SWP_w = AtomicMemoryFixed | 0x80008000,
1328 SWPA_w = AtomicMemoryFixed | 0x80808000,
1329 SWPL_w = AtomicMemoryFixed | 0x80408000,
1330 SWPAL_w = AtomicMemoryFixed | 0x80C08000,
1331 SWP_x = AtomicMemoryFixed | 0xC0008000,
1332 SWPA_x = AtomicMemoryFixed | 0xC0808000,
1333 SWPL_x = AtomicMemoryFixed | 0xC0408000,
1334 SWPAL_x = AtomicMemoryFixed | 0xC0C08000,
1335 LDAPRB = AtomicMemoryFixed | 0x0080C000,
1336 LDAPRH = AtomicMemoryFixed | 0x4080C000,
1337 LDAPR_w = AtomicMemoryFixed | 0x8080C000,
1338 LDAPR_x = AtomicMemoryFixed | 0xC080C000,
1344 N##B = AtomicMemoryFixed | OP, \
1345 N##AB = AtomicMemoryFixed | OP | 0x00800000, \
1346 N##LB = AtomicMemoryFixed | OP | 0x00400000, \
1347 N##ALB = AtomicMemoryFixed | OP | 0x00C00000, \
1348 N##H = AtomicMemoryFixed | OP | 0x40000000, \
1349 N##AH = AtomicMemoryFixed | OP | 0x40800000, \
1350 N##LH = AtomicMemoryFixed | OP | 0x40400000, \
1351 N##ALH = AtomicMemoryFixed | OP | 0x40C00000, \
1352 N##_w = AtomicMemoryFixed | OP | 0x80000000, \
1353 N##A_w = AtomicMemoryFixed | OP | 0x80800000, \
1354 N##L_w = AtomicMemoryFixed | OP | 0x80400000, \
1355 N##AL_w = AtomicMemoryFixed | OP | 0x80C00000, \
1356 N##_x = AtomicMemoryFixed | OP | 0xC0000000, \
1357 N##A_x = AtomicMemoryFixed | OP | 0xC0800000, \
1358 N##L_x = AtomicMemoryFixed | OP | 0xC0400000, \
1359 N##AL_x = AtomicMemoryFixed | OP | 0xC0C00000