Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/opcode/
Dppc.h132 #define PPC_OPCODE_CACHELCK 0x400000 macro
DChangeLog-9103335 PPC_OPCODE_CACHELCK, PPC_OPCODE_RFMCI): New opcode flags for the
/freebsd-9-stable/contrib/binutils/opcodes/
Dppc-dis.c56 | PPC_OPCODE_PMR | PPC_OPCODE_CACHELCK in powerpc_dialect()
Dppc-opc.c1645 #define PPCCHLK PPC_OPCODE_CACHELCK
1646 #define PPCCHLK64 PPC_OPCODE_CACHELCK | PPC_OPCODE_BOOKE64
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-ppc.c855 | PPC_OPCODE_PMR | PPC_OPCODE_CACHELCK in parse_cpu()
2674 | PPC_OPCODE_BRLOCK | PPC_OPCODE_PMR | PPC_OPCODE_CACHELCK in md_assemble()
2688 if (opcode->flags & PPC_OPCODE_CACHELCK) in md_assemble()