Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dppc-opc.c1826 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */ in insert_sci8()
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 global() macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dppc-opc.c1826 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */ in insert_sci8()
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 global() macro
[all...]

Completed in 21 milliseconds