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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4310 /* An IM7 form instruction. */
4311 #define IM7(op) ((((uint64_t)(op)) & 0x1f) << 11)
4312 #define IM7_MASK IM7(0x1f)
10225 {"se_li", IM7(9), IM7_MASK, PPCVLE, 0, {RX, UI7}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4309 /* An IM7 form instruction. */
4310 #define IM7(op) ((((uint64_t)(op)) & 0x1f) << 11)
4311 #define IM7_MASK IM7(0x1f)
10160 {"se_li", IM7(9), IM7_MASK, PPCVLE, 0, {RX, UI7}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4219 /* An IM7 form instruction. */
4220 #define IM7(op) ((((uint64_t)(op)) & 0x1f) << 11)
4221 #define IM7_MASK IM7(0x1f)
10017 {"se_li", IM7(9), IM7_MASK, PPCVLE, 0, {RX, UI7}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4219 /* An IM7 form instruction. */
4220 #define IM7(op) ((((uint64_t)(op)) & 0x1f) << 11)
4221 #define IM7_MASK IM7(0x1f)
10006 {"se_li", IM7(9), IM7_MASK, PPCVLE, 0, {RX, UI7}},

Completed in 68 milliseconds