HomeSort by: relevance | last modified time | path
    Searched defs:SCI8 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1717 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */
4376 /* An SCI8 form instruction. */
4377 #define SCI8(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 11))
4378 #define SCI8_MASK SCI8(0x3f, 0x1f)
4380 /* An SCI8 form instruction. */
10158 {"e_addi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
10159 {"e_subi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8N}},
10160 {"e_addi.", SCI8(6,17), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
10161 {"e_addic", SCI8(6,18), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
10162 {"e_subic", SCI8(6,18), SCI8_MASK, PPCVLE, EXT, {RT, RA, SCLSCI8N}}
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1717 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */
4375 /* An SCI8 form instruction. */
4376 #define SCI8(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 11))
4377 #define SCI8_MASK SCI8(0x3f, 0x1f)
4379 /* An SCI8 form instruction. */
10093 {"e_addi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
10094 {"e_subi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8N}},
10095 {"e_addi.", SCI8(6,17), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
10096 {"e_addic", SCI8(6,18), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
10097 {"e_subic", SCI8(6,18), SCI8_MASK, PPCVLE, EXT, {RT, RA, SCLSCI8N}}
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1671 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */
4285 /* An SCI8 form instruction. */
4286 #define SCI8(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 11))
4287 #define SCI8_MASK SCI8(0x3f, 0x1f)
4289 /* An SCI8 form instruction. */
9950 {"e_addi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
9951 {"e_subi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8N}},
9952 {"e_addi.", SCI8(6,17), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
9953 {"e_addic", SCI8(6,18), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
9954 {"e_subic", SCI8(6,18), SCI8_MASK, PPCVLE, EXT, {RT, RA, SCLSCI8N}}
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1671 /* The SCI8 field is made up of SCL and {U,N}I8 fields. */
4285 /* An SCI8 form instruction. */
4286 #define SCI8(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1f) << 11))
4287 #define SCI8_MASK SCI8(0x3f, 0x1f)
4289 /* An SCI8 form instruction. */
9939 {"e_addi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
9940 {"e_subi", SCI8(6,16), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8N}},
9941 {"e_addi.", SCI8(6,17), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
9942 {"e_addic", SCI8(6,18), SCI8_MASK, PPCVLE, 0, {RT, RA, SCLSCI8}},
9943 {"e_subic", SCI8(6,18), SCI8_MASK, PPCVLE, EXT, {RT, RA, SCLSCI8N}}
    [all...]

Completed in 96 milliseconds