Lines Matching refs:at
247 const BrigInstAtomic *at = (const BrigInstAtomic*)ib;
249 segment = (BrigSegment)at->segment;
250 memoryOrder = (BrigMemoryOrder)at->memoryOrder;
251 memoryScope = (BrigMemoryScope)at->memoryScope;
819 const BrigInstAtomic *at = (const BrigInstAtomic*)ib;
821 segment = (BrigSegment)at->segment;
822 memoryScope = (BrigMemoryScope)at->memoryScope;
823 memoryOrder = (BrigMemoryOrder)at->memoryOrder;
1232 const BrigInstAtomic *at = (const BrigInstAtomic*)ib;
1234 segment = (BrigSegment)at->segment;
1235 memoryScope = (BrigMemoryScope)at->memoryScope;
1236 memoryOrder = (BrigMemoryOrder)at->memoryOrder;
1237 atomicOperation = (BrigAtomicOperation)at->atomicOperation;
1693 const Brig::BrigInstAtomic *at = (const Brig::BrigInstAtomic*)ib;
1695 if (at->atomicOperation == Brig::BRIG_ATOMIC_LD) {
1697 } else if (at->atomicOperation == Brig::BRIG_ATOMIC_ST) {
1755 const Brig::BrigInstAtomic *at = (const Brig::BrigInstAtomic*)ib;
1757 if (at->atomicOperation == Brig::BRIG_ATOMIC_CAS) {
1768 const Brig::BrigInstAtomic *at = (const Brig::BrigInstAtomic*)ib;
1769 if (at->atomicOperation == Brig::BRIG_ATOMIC_CAS) {