Lines Matching refs:n
156 unsigned char i, m, n, r, s, t, z; in xthal_inst_type() local
168 n = (inst>>26)&0x3; in xthal_inst_type()
182 n = (inst&0x30)>>4; in xthal_inst_type()
194 if (!(n&0x2)) // RET, RETW in xthal_inst_type()
196 else if (n==0x2) // JX in xthal_inst_type()
234 if (n==0) // J in xthal_inst_type()
236 else if ((n==0x1)||(n==0x2)) in xthal_inst_type()
394 unsigned char op0, t, s, r, m, n; in xthal_get_npc() local
402 n = t>>2; in xthal_get_npc()
409 n = t&3; in xthal_get_npc()
425 if (n==1) { in xthal_get_npc()
435 } else if (n==2) { in xthal_get_npc()
448 } else if (n==3) { in xthal_get_npc()