Searched refs:XFL (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c256 /* The FLM field in an XFL form instruction. */
552 /* The L field in an mtfsf or XFL form instruction. */
1470 /* An XFL form instruction. */
1471 #define XFL(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x3ff) << 1) | (((unsigned long)(rc)) & 1))
1472 #define XFL_MASK XFL (0x3f, 0x3ff, 1)
4661 { "mtfsf", XFL(63,711,0), XFL_MASK, COM, { FLM, FRB, XFL_L, W } },
4662 { "mtfsf.", XFL(63,711,1), XFL_MASK, COM, { FLM, FRB, XFL_L, W } },
1468 #define XFL macro

Completed in 111 milliseconds