Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_debug.c1025 * "{ttmp1, ttmp0} = {3'h0, pc_rewind[3:0], HT[0], trapID[7:0], PC[47:0]}" in radv_check_trap_handler()
1032 uint8_t pc_rewind = (ttmp1 >> 25) & 0xf; in radv_check_trap_handler() local
1033 uint64_t pc = (ttmp0 | ((ttmp1 & 0x0000ffffull) << 32)) - (pc_rewind * 4); in radv_check_trap_handler()
1036 pc_rewind); in radv_check_trap_handler()

Completed in 2 milliseconds