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

/gem5/src/gpu-compute/
H A Dfetch_unit.cc280 GPUStaticInst *inst_ptr = decoder.decode(inst_index_ptr[i]); local
282 assert(inst_ptr);
284 if (inst_ptr->instSize() == 8) {
297 wavefront->wfSlotId, inst_ptr->disassemble());
300 std::make_shared<GPUDynInst>(computeUnit, wavefront, inst_ptr,

Completed in 5 milliseconds