Home | History | Annotate | Download | only in opcodes

Lines Matching refs:WC

867 /* The 2-bit/3-bit L or 2-bit WC field in a SYNC, DCBF or WAIT instruction.
874 For WAIT, some WC values are reserved:
928 /* For WAIT, some WC values are illegal. */
943 *errmsg = _("illegal WC operand value");
1004 /* For WAIT, some WC values are illegal. */
3209 /* The 2-bit L or WC field in an X (sync, dcbf or wait) form instruction. */
3212 #define WC L2OPT
4511 /* An X form wait instruction with everything filled in except the WC
4515 /* An X form wait instruction with everything filled in except the WC
4573 /* An X form wait instruction with everything filled in except the WC
4652 /* An X form instruction with the WC and PL bits specified. */
4653 #define XWCPL(op, xop, wc, pl) \
4654 (XOPL3 ((op), (xop), (wc)) \
7145 {"wait", X(31,30), XWCPL_MASK, POWER10, 0, {WC, PL}},
7146 {"wait", X(31,30), XWC_MASK, POWER9, POWER10, {WC}},
7200 {"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}},