Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h96 #define PPC_OPCODE_403 0x400 macro
H A DChangeLog-9103510 * ppc.h (PPC_OPCODE_BOOKE, PPC_OPCODE_BOOKE64, PPC_OPCODE_403): New
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c69 dialect |= (PPC_OPCODE_403 | PPC_OPCODE_601 | PPC_OPCODE_CLASSIC in powerpc_dialect()
H A Dppc-opc.c1187 && (dialect & (PPC_OPCODE_BOOKE | PPC_OPCODE_403)) == 0)) in insert_sprg()
1210 && (dialect & (PPC_OPCODE_BOOKE | PPC_OPCODE_403)) == 0)) in extract_sprg()
1620 #define PPC403 PPC_OPCODE_403
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c831 | PPC_OPCODE_403 | PPC_OPCODE_32); in parse_cpu()