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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4318 /* An LI20 form instruction. */
4319 #define LI20(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1) << 15)
4320 #define LI20_MASK LI20(0x3f, 0x1)
10254 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4317 /* An LI20 form instruction. */
4318 #define LI20(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1) << 15)
4319 #define LI20_MASK LI20(0x3f, 0x1)
10189 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}},
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4227 /* An LI20 form instruction. */
4228 #define LI20(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1) << 15)
4229 #define LI20_MASK LI20(0x3f, 0x1)
10046 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}},
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4227 /* An LI20 form instruction. */
4228 #define LI20(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1) << 15)
4229 #define LI20_MASK LI20(0x3f, 0x1)
10035 {"e_li", LI20(28,0), LI20_MASK, PPCVLE, 0, {RT, IMM20}},

Completed in 67 milliseconds