Lines Matching refs:WC
913 /* The 2-bit/3-bit L or 2-bit WC field in a SYNC, DCBF or WAIT instruction.
920 For WAIT, some WC values are reserved:
974 /* For WAIT, some WC values are illegal. */
989 *errmsg = _("illegal WC operand value");
1050 /* For WAIT, some WC values are illegal. */
3287 /* The 2-bit L or WC field in an X (sync, dcbf or wait) form instruction. */
3290 #define WC L2OPT
4629 /* An X form wait instruction with everything filled in except the WC
4639 /* An X form wait instruction with everything filled in except the WC
4708 /* An X form wait instruction with everything filled in except the WC
4787 /* An X form instruction with the WC and PL bits specified. */
4788 #define XWCPL(op, xop, wc, pl) \
4789 (XOPL3 ((op), (xop), (wc)) \
7293 {"wait", X(31,30), XWCPL_MASK, POWER10, 0, {WC, PL}},
7294 {"wait", X(31,30), XWC_MASK, POWER9, POWER10, {WC}},
7350 {"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}},