gem5
|
#include "gpu-compute/brig_object.hh"
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include "arch/hsail/Brig.h"
#include "base/misc.hh"
#include "base/trace.hh"
#include "debug/BRIG.hh"
#include "debug/HSAILObject.hh"
#include "debug/HSALoader.hh"
Go to the source code of this file.
Functions | |
int | getBrigDataTypeBytes (BrigType16_t t) |
Variables | |
const char * | segmentNames [] |
int getBrigDataTypeBytes | ( | BrigType16_t | t | ) |
Definition at line 253 of file hsail_code.cc.
References Brig::BRIG_TYPE_B1, Brig::BRIG_TYPE_B16, Brig::BRIG_TYPE_B32, Brig::BRIG_TYPE_B64, Brig::BRIG_TYPE_B8, Brig::BRIG_TYPE_F16, Brig::BRIG_TYPE_F32, Brig::BRIG_TYPE_F64, Brig::BRIG_TYPE_S16, Brig::BRIG_TYPE_S32, Brig::BRIG_TYPE_S64, Brig::BRIG_TYPE_S8, Brig::BRIG_TYPE_U16, Brig::BRIG_TYPE_U32, Brig::BRIG_TYPE_U64, Brig::BRIG_TYPE_U8, and fatal.
Referenced by StorageSpace::addSymbol().
const char* segmentNames[] |
Definition at line 69 of file brig_object.cc.
Referenced by StorageSpace::addSymbol(), HsailISA::LdInst< MemDataType, DestDataType, AddrOperandType >::generateDisassembly(), HsailISA::StInst< MemDataType, SrcDataType, AddrOperandType >::generateDisassembly(), and HsailISA::AtomicInst< MemDataType, AddrOperandType, NumSrcOperands, HasDst >::generateDisassembly().