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

/gem5/src/arch/mips/
H A Dutility.cc120 getCondCode(uint32_t fcsr, int cc_idx) argument
122 int shift = (cc_idx == 0) ? 23 : cc_idx + 24;
130 int cc_idx = (cc_num == 0) ? 23 : cc_num + 24; local
132 fcsr = bits(fcsr, 31, cc_idx + 1) << (cc_idx + 1) |
133 cc_val << cc_idx |
134 bits(fcsr, cc_idx - 1, 0);

Completed in 4 milliseconds