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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4969 #define XUC(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f))
4970 #define XUC_MASK XUC(0x3f, 0x1f)
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4953 #define XUC(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f))
4954 #define XUC_MASK XUC(0x3f, 0x1f)
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4834 #define XUC(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f))
4835 #define XUC_MASK XUC(0x3f, 0x1f)
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4834 #define XUC(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x1f))
4835 #define XUC_MASK XUC(0x3f, 0x1f)

Completed in 63 milliseconds