• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/

Lines Matching defs:XL

121   /* The BA field in an XL form instruction.  */
126 /* The BA field in an XL form instruction when it must be the same
131 /* The BB field in an XL form instruction. */
136 /* The BB field in an XL form instruction when it must be the same
175 /* The BF field in an X or XL form instruction. */
184 /* The BFA field in an X or XL form instruction. */
188 /* The BI field in a B form or XL form instruction. */
207 /* The BT field in an X or XL form instruction. */
212 or XL form instruction. This is used for the extended
610 /* The BA field in an XL form instruction when it must be the same as
635 /* The BB field in an XL form instruction when it must be the same as
1744 /* An XL form instruction with the LK field set to 0. */
1745 #define XL(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x3ff) << 1))
1747 /* An XL form instruction which uses the LK field. */
1748 #define XLLK(op, xop, lk) (XL ((op), (xop)) | ((lk) & 1))
1750 /* The mask for an XL form instruction. */
1753 /* An XL form instruction which explicitly sets the BO field. */
1758 /* An XL form instruction which explicitly sets the y bit of the BO
1763 /* An XL form instruction which sets the BO field and the condition
2832 { "mcrf", XL(19,0), XLBB_MASK|(3 << 21)|(3 << 16), COM, { BF, BFA } },
3057 { "rfid", XL(19,18), 0xffffffff, PPC64, { 0 } },
3059 { "crnot", XL(19,33), XL_MASK, PPCCOM, { BT, BA, BBA } },
3060 { "crnor", XL(19,33), XL_MASK, COM, { BT, BA, BB } },
3063 { "rfi", XL(19,50), 0xffffffff, COM, { 0 } },
3064 { "rfci", XL(19,51), 0xffffffff, PPC403 | BOOKE, { 0 } },
3066 { "rfsvc", XL(19,82), 0xffffffff, POWER, { 0 } },
3068 { "crandc", XL(19,129), XL_MASK, COM, { BT, BA, BB } },
3070 { "isync", XL(19,150), 0xffffffff, PPCCOM, { 0 } },
3071 { "ics", XL(19,150), 0xffffffff, PWRCOM, { 0 } },
3073 { "crclr", XL(19,193), XL_MASK, PPCCOM, { BT, BAT, BBA } },
3074 { "crxor", XL(19,193), XL_MASK, COM, { BT, BA, BB } },
3076 { "crnand", XL(19,225), XL_MASK, COM, { BT, BA, BB } },
3078 { "crand", XL(19,257), XL_MASK, COM, { BT, BA, BB } },
3080 { "hrfid", XL(19,274), 0xffffffff, POWER5 | CELL, { 0 } },
3082 { "crset", XL(19,289), XL_MASK, PPCCOM, { BT, BAT, BBA } },
3083 { "creqv", XL(19,289), XL_MASK, COM, { BT, BA, BB } },
3085 { "doze", XL(19,402), 0xffffffff, POWER6, { 0 } },
3087 { "crorc", XL(19,417), XL_MASK, COM, { BT, BA, BB } },
3089 { "nap", XL(19,434), 0xffffffff, POWER6, { 0 } },
3091 { "crmove", XL(19,449), XL_MASK, PPCCOM, { BT, BA, BBA } },
3092 { "cror", XL(19,449), XL_MASK, COM, { BT, BA, BB } },
3094 { "sleep", XL(19,466), 0xffffffff, POWER6, { 0 } },
3095 { "rvwinkle", XL(19,498), 0xffffffff, POWER6, { 0 } },