Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/opcode/
Dppc.h123 #define PPC_OPCODE_EFS 0x80000 macro
DChangeLog-9103338 (PPC_OPCODE_EFS): New opcode type for efs* instructions.
/freebsd-10-stable/contrib/binutils/opcodes/
Dppc-dis.c55 | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK in powerpc_dialect()
60 dialect |= PPC_OPCODE_EFS; in powerpc_dialect()
Dppc-opc.c1642 #define PPCEFS PPC_OPCODE_EFS
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-ppc.c854 | PPC_OPCODE_ISEL | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK in parse_cpu()
861 ppc_cpu = PPC_OPCODE_PPC | PPC_OPCODE_SPE | PPC_OPCODE_EFS; in parse_cpu()
2673 | PPC_OPCODE_ISEL | PPC_OPCODE_EFS in md_assemble()
2682 if (opcode->flags & PPC_OPCODE_EFS) in md_assemble()