Searched refs:local_cr (Results 1 – 2 of 2) sorted by relevance
148 unsigned long local_cr; variable1157 GET_CR(local_cr); \1185 GET_CR(local_cr); \1193 GET_CR(local_cr); \1201 GET_CR(local_cr); \1209 GET_CR(local_cr); \1217 GET_CR(local_cr); \1328 GET_CR(local_cr); in test_setb()1331 dissect_cr(local_cr); in test_setb()1351 GET_CR(local_cr); break; in test_cmprb_l0()[all …]
193 static int extract_cr_rn(unsigned long local_cr,unsigned long rn) { in extract_cr_rn() argument197 shifted_value = local_cr >> ( ( (7 - rn) * 4 ) ); in extract_cr_rn()203 static void dissect_cr_rn(unsigned long local_cr, unsigned long rn) { in dissect_cr_rn() argument206 masked_cr = extract_cr_rn(local_cr, rn); in dissect_cr_rn()211 static void dissect_cr(unsigned long local_cr) { in dissect_cr() argument215 dissect_cr_rn(local_cr, crn); in dissect_cr()