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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc52 x_data = new uint8_t[computeUnit()->wfSize() * 8];
55 x_data[i] = 0;
66 delete[] x_data;
H A Dgpu_dyn_inst.hh230 uint8_t *x_data; member in class:GPUDynInst
/gem5/src/arch/hsail/insts/
H A Dmem_impl.hh563 ((CType*)m->x_data)[lane] =
H A Dmem.hh1574 c0 *f = &((c0*) gpuDynInst->x_data)[0];

Completed in 15 milliseconds