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

/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh46 LdaInst<DestDataType, AddrRegOperandType>::generateDisassembly()
56 LdaInst<DestDataType, AddrRegOperandType>::execute(GPUDynInstPtr gpuDynInst)
H A Dmem.hh165 class LdaInst : class in namespace:HsailISA
172 LdaInst(const Brig::BrigInstBase *ib, const BrigObject *obj, function in class:HsailISA::LdaInst
191 return new LdaInst<DataType, NoRegAddrOperand>(ib, obj, "ldas");
196 return new LdaInst<DataType, SRegAddrOperand>(ib, obj, "ldas");
198 return new LdaInst<DataType, DRegAddrOperand>(ib, obj, "ldas");

Completed in 11 milliseconds