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

/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage.cc301 unsigned int truncated_pc = branch_pc; local
302 return ((truncated_pc << 1) + bi->predBeforeSC) & ((1 << logBias) - 1);
655 uint32_t truncated_pc = instPC; local
656 if (truncated_target < truncated_pc) {

Completed in 6 milliseconds