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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4094 #define P_D_SI32_MASK (((-1ULL << 48) & ~PCREL_MASK) | OP_MASK)
4099 /* The same as P_D_SI32_MASK, but with the RA and PCREL fields specified. */
4100 #define P_DRAPCREL_SI32_MASK (P_D_SI32_MASK | PCREL_MASK | RA_MASK)
9999 {"paddis", PMLS|OP(15), P_D_SI32_MASK, FUTURE, 0, {RT, RA0, SI32, PCREL}},
10000 {"psubis", PMLS|OP(15), P_D_SI32_MASK, FUTURE, EXT, {RT, RA0, NSI32, PCREL}},
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4093 #define P_D_SI32_MASK (((-1ULL << 48) & ~PCREL_MASK) | OP_MASK)
4098 /* The same as P_D_SI32_MASK, but with the RA and PCREL fields specified. */
4099 #define P_DRAPCREL_SI32_MASK (P_D_SI32_MASK | PCREL_MASK | RA_MASK)
9934 {"paddis", PMLS|OP(15), P_D_SI32_MASK, FUTURE, 0, {RT, RA0, SI32, PCREL}},
9935 {"psubis", PMLS|OP(15), P_D_SI32_MASK, FUTURE, EXT, {RT, RA0, NSI32, PCREL}},

Completed in 27 milliseconds