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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.c993 uint32_t ttmp1 = device->tma_ptr[5]; local in function:radv_check_trap_handler
997 * "{ttmp1, ttmp0} = {3'h0, pc_rewind[3:0], HT[0], trapID[7:0], PC[47:0]}"
1002 uint8_t trap_id = (ttmp1 >> 16) & 0xff;
1003 uint8_t ht = (ttmp1 >> 24) & 0x1;
1004 uint8_t pc_rewind = (ttmp1 >> 25) & 0xf;
1005 uint64_t pc = (ttmp0 | ((ttmp1 & 0x0000ffffull) << 32)) - (pc_rewind * 4);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h458 static constexpr PhysReg ttmp1{113}; variable in namespace:aco

Completed in 8 milliseconds