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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4233 #define BBO_MASK BBO (0x3f, 0x1f, 1, 1)
4235 /* A BBO_MASK with the y bit of the BO field removed. This permits
4241 #define BBOY_MASK (BBO_MASK &~ Y_MASK)
4242 #define BBOAT_MASK (BBO_MASK &~ AT1_MASK)
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4232 #define BBO_MASK BBO (0x3f, 0x1f, 1, 1)
4234 /* A BBO_MASK with the y bit of the BO field removed. This permits
4240 #define BBOY_MASK (BBO_MASK &~ Y_MASK)
4241 #define BBOAT_MASK (BBO_MASK &~ AT1_MASK)
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4142 #define BBO_MASK BBO (0x3f, 0x1f, 1, 1)
4144 /* A BBO_MASK with the y bit of the BO field removed. This permits
4150 #define BBOY_MASK (BBO_MASK &~ Y_MASK)
4151 #define BBOAT_MASK (BBO_MASK &~ AT1_MASK)
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4142 #define BBO_MASK BBO (0x3f, 0x1f, 1, 1)
4144 /* A BBO_MASK with the y bit of the BO field removed. This permits
4150 #define BBOY_MASK (BBO_MASK &~ Y_MASK)
4151 #define BBOAT_MASK (BBO_MASK &~ AT1_MASK)

Completed in 65 milliseconds