Searched refs:CR_Z (Results 1 – 2 of 2) sorted by relevance
61 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()63 return cr & CR_Z; in config_branch_prediction()
306 #define CR_Z (1 << 11) /* Implementation defined */ macro
Completed in 7 milliseconds