gem5
|
#include <cassert>
#include <cstdint>
#include <string>
#include <vector>
#include "arch/hsail/Brig.h"
#include "gpu-compute/hsa_object.hh"
#include "gpu-compute/hsail_code.hh"
Go to the source code of this file.
Classes | |
class | BrigObject |
struct | BrigObject::SectionInfo |
Functions | |
template<typename T > | |
T * | brigNext (T *ptr) |
T* brigNext | ( | T * | ptr | ) |
Definition at line 125 of file brig_object.hh.
References Brig::BrigBase::byteCount, and X86ISA::size().
Referenced by HsailCode::init(), and BrigObject::processDirectives().