Lines Matching refs:f3c
495 format3c_t f3c; member
1937 prt_field("op", f->f3c.op, 2); in fmt_movcc()
1938 prt_field("op3", f->f3c.op3, 6); in fmt_movcc()
1939 prt_field("cond", f->f3c.cond, 4); in fmt_movcc()
1940 prt_field("cc2", f->f3c.cc2, 1); in fmt_movcc()
1941 prt_field("cc", f->f3c.cc, 2); in fmt_movcc()
1942 prt_field("i", f->f3c.i, 1); in fmt_movcc()
1944 if (f->f3c.i == 0) in fmt_movcc()
1947 prt_field("simm11", f->f3c.simm11, 11); in fmt_movcc()
1952 if (f->f3c.cc2 == 0) { in fmt_movcc()
1956 if (regs[f->f3c.cc] == NULL) in fmt_movcc()
1962 bprintf(dhp, "%s, ", regs[f->f3c.cc]); in fmt_movcc()
1964 if (f->f3c.i == 1) in fmt_movcc()
1965 prt_imm(dhp, sign_extend(f->f3c.simm11, 11), IMM_SIGNED); in fmt_movcc()