Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h123 #define PPC_OPCODE_EFS 0x80000 macro
H A DChangeLog-9103338 (PPC_OPCODE_EFS): New opcode type for efs* instructions.
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c55 | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK in powerpc_dialect()
60 dialect |= PPC_OPCODE_EFS; in powerpc_dialect()
H A Dppc-opc.c1642 #define PPCEFS PPC_OPCODE_EFS
/freebsd-12.1/contrib/binutils/gas/config/
H A 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()
2721 | PPC_OPCODE_ISEL | PPC_OPCODE_EFS in md_assemble()
2730 if (opcode->flags & PPC_OPCODE_EFS) in md_assemble()