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

/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c1826 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */
2500 /* An SCI8 form instruction. */
2501 #define SCI8(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11))
2502 #define SCI8_MASK SCI8(0x3f, 0x1f)
2504 /* An SCI8 form instruction. */
7022 {"e_addi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
7023 {"e_subi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8N}},
7024 {"e_addi.", SCI8(6,17), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
7025 {"e_addic", SCI8(6,18), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
7026 {"e_subic", SCI8(
2498 #define SCI8 macro
[all...]

Completed in 127 milliseconds