Searched refs:CONDFC (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | sparc.c | 1576 #define CONDFC(fop, cop, mask, flags) \ macro 1590 CONDFC ("fb", "cb", 0x8, F_UNBR), 1592 CONDFC ("fbe", "cb0", 0x9, F_CONDBR), 1594 CONDFC ("fbg", "cb2", 0x6, F_CONDBR), 1595 CONDFC ("fbge", "cb02", 0xb, F_CONDBR), 1596 CONDFC ("fbl", "cb1", 0x4, F_CONDBR), 1597 CONDFC ("fble", "cb01", 0xd, F_CONDBR), 1598 CONDFC ("fblg", "cb12", 0x2, F_CONDBR), 1600 CONDFC ("fbne", "cb123", 0x1, F_CONDBR), 1602 CONDFC ("fbo", "cb012", 0xf, F_CONDBR), [all …]
|