Lines Matching refs:valid
7 /* LBR Branch Select valid bits */
56 u64 valid:1;
175 * Check if a branch has been logged; if valid = 0, spec = 0
178 if (!entry.to.split.valid && !entry.to.split.spec)
190 * the valid and spec bits.
192 * When valid = 0, spec = 0, no branch was recorded and the
195 * When valid = 0, spec = 1, the recorded branch was
198 * When valid = 1, spec = 0, the recorded branch was
201 * When valid = 1, spec = 1, the recorded branch was
204 idx = (entry.to.split.valid << 1) | entry.to.split.spec;