Lines Matching refs:f3c
549 format3c_t f3c;
1986 prt_field("op", f->f3c.op, 2);
1987 prt_field("op3", f->f3c.op3, 6);
1988 prt_field("cond", f->f3c.cond, 4);
1989 prt_field("cc2", f->f3c.cc2, 1);
1990 prt_field("cc", f->f3c.cc, 2);
1991 prt_field("i", f->f3c.i, 1);
1993 if (f->f3c.i == 0)
1996 prt_field("simm11", f->f3c.simm11, 11);
2001 if (f->f3c.cc2 == 0) {
2005 if (regs[f->f3c.cc] == NULL)
2011 bprintf(dhp, "%s, ", regs[f->f3c.cc]);
2013 if (f->f3c.i == 1)
2014 prt_imm(dhp, sign_extend(f->f3c.simm11, 11), IMM_SIGNED);