Searched refs:CR_Z (Results 1 – 2 of 2) sorted by relevance
57 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()59 return cr & CR_Z; in config_branch_prediction()
300 #define CR_Z (1 << 11) /* Implementation defined */ macro