Searched refs:PPC_OPCODE_VLE (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ppc-dis.c | 137 | 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()
|
| D | ChangeLog-2012 | 821 (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
|
| D | ChangeLog-2017 | 1530 (ppc_opts <e200z4>): Move PPC_OPCODE_VLE from .sticky to .cpu.
|
| D | ChangeLog-2016 | 1482 * ppc-opc.c (ALLOW8_SPRG): Remove PPC_OPCODE_VLE.
|
| D | ppc-opc.c | 5009 #define PPCVLE PPC_OPCODE_VLE
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ppc-dis.c | 137 | 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()
|
| D | ChangeLog-2012 | 821 (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
|
| D | ChangeLog-2017 | 1530 (ppc_opts <e200z4>): Move PPC_OPCODE_VLE from .sticky to .cpu.
|
| D | ChangeLog-2016 | 1482 * ppc-opc.c (ALLOW8_SPRG): Remove PPC_OPCODE_VLE.
|
| D | ppc-opc.c | 5009 #define PPCVLE PPC_OPCODE_VLE
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | ppc.h | 204 #define PPC_OPCODE_VLE 0x800000000ull macro
|
| D | ChangeLog-0415 | 1042 * ppc.h (PPC_OPCODE_VLE): New definition.
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | ppc.h | 204 #define PPC_OPCODE_VLE 0x800000000ull macro
|
| D | ChangeLog-0415 | 1042 * ppc.h (PPC_OPCODE_VLE): New definition.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-ppc.c | 1134 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/ |
| D | ChangeLog.git | 97289 vle_opcodes when PPC_OPCODE_VLE or PPC_OPCODE_ANY. Simplify
|