Home
last modified time | relevance | path

Searched refs:PPC_OPCODE_VLE (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dppc-dis.c137 | PPC_OPCODE_E500 | PPC_OPCODE_VLE | PPC_OPCODE_E200Z4
143 | PPC_OPCODE_E500 | PPC_OPCODE_VLE | PPC_OPCODE_E200Z4
295 PPC_OPCODE_VLE },
310 if (dialect & PPC_OPCODE_VLE in get_powerpc_dialect()
317 return dialect & ~ PPC_OPCODE_VLE; in get_powerpc_dialect()
964 if (status != 0 && (dialect & PPC_OPCODE_VLE) != 0) in print_insn_powerpc()
1009 if (opcode == NULL && (dialect & PPC_OPCODE_VLE) != 0) in print_insn_powerpc()
1132 || ((dialect & PPC_OPCODE_VLE) != 0))) in print_insn_powerpc()
1138 || ((dialect & PPC_OPCODE_VLE) != 0))) in print_insn_powerpc()
DChangeLog-2012821 (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
DChangeLog-20171530 (ppc_opts <e200z4>): Move PPC_OPCODE_VLE from .sticky to .cpu.
DChangeLog-20161482 * ppc-opc.c (ALLOW8_SPRG): Remove PPC_OPCODE_VLE.
Dppc-opc.c5009 #define PPCVLE PPC_OPCODE_VLE
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dppc-dis.c137 | PPC_OPCODE_E500 | PPC_OPCODE_VLE | PPC_OPCODE_E200Z4
143 | PPC_OPCODE_E500 | PPC_OPCODE_VLE | PPC_OPCODE_E200Z4
285 PPC_OPCODE_VLE },
300 if (dialect & PPC_OPCODE_VLE in get_powerpc_dialect()
307 return dialect & ~ PPC_OPCODE_VLE; in get_powerpc_dialect()
954 if (status != 0 && (dialect & PPC_OPCODE_VLE) != 0) in print_insn_powerpc()
999 if (opcode == NULL && (dialect & PPC_OPCODE_VLE) != 0) in print_insn_powerpc()
1122 || ((dialect & PPC_OPCODE_VLE) != 0))) in print_insn_powerpc()
1128 || ((dialect & PPC_OPCODE_VLE) != 0))) in print_insn_powerpc()
DChangeLog-2012821 (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
DChangeLog-20171530 (ppc_opts <e200z4>): Move PPC_OPCODE_VLE from .sticky to .cpu.
DChangeLog-20161482 * ppc-opc.c (ALLOW8_SPRG): Remove PPC_OPCODE_VLE.
Dppc-opc.c5009 #define PPCVLE PPC_OPCODE_VLE
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dppc.h204 #define PPC_OPCODE_VLE 0x800000000ull macro
DChangeLog-04151042 * ppc.h (PPC_OPCODE_VLE): New definition.
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dppc.h204 #define PPC_OPCODE_VLE 0x800000000ull macro
DChangeLog-04151042 * ppc.h (PPC_OPCODE_VLE): New definition.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-ppc.c1134 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1172 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1201 sticky &= ~PPC_OPCODE_VLE; in md_parse_option()
1204 new_cpu &= ~PPC_OPCODE_VLE; in md_parse_option()
1240 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1506 if ((ppc_cpu & PPC_OPCODE_VLE) != 0) in ppc_arch()
1529 else if (ppc_cpu & PPC_OPCODE_VLE) in ppc_mach()
1724 if ((op->flags & PPC_OPCODE_VLE) != 0) in ppc_setup_opcodes()
1731 && (op->deprecated & PPC_OPCODE_VLE) == 0) in ppc_setup_opcodes()
1792 if ((ppc_cpu & (PPC_OPCODE_VLE | PPC_OPCODE_ANY)) != 0) in ppc_setup_opcodes()
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git97289 vle_opcodes when PPC_OPCODE_VLE or PPC_OPCODE_ANY. Simplify