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