Home | History | Annotate | Download | only in opcodes

Lines Matching defs:fn

4503      | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |.fn....|.grp.......|.reg.......|
4505 int fn = ((iw0 >> PseudoDbg_fn_bits) & PseudoDbg_fn_mask);
4512 if (reg == 0 && fn == 3)
4515 else if (reg == 1 && fn == 3)
4518 else if (reg == 3 && fn == 3)
4521 else if (reg == 4 && fn == 3)
4524 else if (reg == 5 && fn == 3)
4527 else if (reg == 6 && fn == 3)
4533 else if (reg == 7 && fn == 3)
4536 else if (grp == 0 && fn == 2)
4541 else if (fn == 0)
4546 else if (fn == 1)