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

/gem5/src/arch/hsail/insts/
H A Dbranch.hh281 const uint32_t true_pc = getTargetPc(); local
289 assert(true_pc != false_pc);
295 if (true_pc != rpc && true_mask.count()) {
296 w->pushToReconvergenceStack(true_pc, rpc, true_mask);

Completed in 5 milliseconds