Home | History | Annotate | Download | only in opcodes

Lines Matching defs:LS

417   /* The LS or WC field in an X (sync or wait) form instruction.  */
418 #define LS LIA + 1
419 #define WC LS
423 #define ME LS + 1
1362 /* The LS field in a sync instruction that accepts 2 operands
1374 unsigned long ls;
1376 ls = (insn >> 21) & 0x03;
1379 if (ls > 1)
2515 /* An X form sync instruction with everything filled in except the LS field. */
5460 {"sync", X(31,598), XSYNCLE_MASK,E6500, PPCNONE, {LS, ESYNC}},
5461 {"sync", X(31,598), XSYNC_MASK, PPCCOM|PPCVLE, BOOKE|PPC476, {LS}},