|
| template<typename DataType > |
| GPUStaticInst * | HsailISA::decodeLda (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename MemDT , typename DestDT > |
| GPUStaticInst * | HsailISA::decodeLd2 (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename MemDT > |
| GPUStaticInst * | HsailISA::decodeLd (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename DataType , typename SrcDataType > |
| GPUStaticInst * | HsailISA::decodeSt (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename DataType , typename AddrOperandType , int NumSrcOperands> |
| GPUStaticInst * | HsailISA::constructAtomic (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename DataType , int NumSrcOperands> |
| GPUStaticInst * | HsailISA::decodeAtomicHelper (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename DataType > |
| GPUStaticInst * | HsailISA::decodeAtomic (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |
| template<typename DataType > |
| GPUStaticInst * | HsailISA::decodeAtomicNoRet (const Brig::BrigInstBase *ib, const BrigObject *obj) |
| |