Home
last modified time | relevance | path

Searched refs:pc_hi (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_debug.c776 uint32_t pc_hi, pc_lo, exec_hi, exec_lo; in ac_get_wave_info() local
783 &w->status, &pc_hi, &pc_lo, &w->inst_dw0, in ac_get_wave_info()
785 w->pc = ((uint64_t)pc_hi << 32) | pc_lo; in ac_get_wave_info()