Home
last modified time | relevance | path

Searched refs:PPC_OPCODE_BRLOCK (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dppc.h131 #define PPC_OPCODE_BRLOCK 0x20000 macro
DChangeLog-9103334 (PPC_OPCODE_ISEL, PPC_OPCODE_BRLOCK, PPC_OPCODE_PMR,
/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c105 | PPC_OPCODE_ISEL | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK
131 | PPC_OPCODE_ISEL | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK
Dppc-opc.c2744 #define PPCBRLK PPC_OPCODE_BRLOCK
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c3364 if (opcode->flags & PPC_OPCODE_BRLOCK) in md_assemble()