Searched refs:memoryScope (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dmem.hh218 Brig::BrigMemoryScope memoryScope; member in class:HsailISA::LdInstBase
235 memoryScope = BRIG_MEMORY_SCOPE_NONE;
251 memoryScope = (BrigMemoryScope)at->memoryScope;
285 switch (memoryScope) {
787 Brig::BrigMemoryScope memoryScope; member in class:HsailISA::StInstBase
805 memoryScope = BRIG_MEMORY_SCOPE_NONE;
822 memoryScope = (BrigMemoryScope)at->memoryScope;
853 switch (memoryScope) {
1223 Brig::BrigMemoryScope memoryScope; member in class:HsailISA::AtomicInstBase
[all...]
/gem5/src/arch/hsail/
H A DBrig_new.hpp1338 BrigMemoryScope8_t memoryScope; member in struct:BrigInstAtomic

Completed in 19 milliseconds