Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c195 { "vle", (PPC_OPCODE_PPC | PPC_OPCODE_ISEL | PPC_OPCODE_VLE),
196 PPC_OPCODE_VLE },
212 if (dialect & PPC_OPCODE_VLE in get_powerpc_dialect()
219 return dialect & ~ PPC_OPCODE_VLE; in get_powerpc_dialect()
576 if ((dialect & PPC_OPCODE_VLE) != 0) in print_insn_powerpc()
602 if ((dialect & PPC_OPCODE_VLE) != 0) in print_insn_powerpc()
687 || ((dialect & PPC_OPCODE_VLE) != 0))) in print_insn_powerpc()
691 || ((dialect & PPC_OPCODE_VLE) != 0))) in print_insn_powerpc()
Dppc-opc.c1830 #define ALLOW8_SPRG (PPC_OPCODE_BOOKE | PPC_OPCODE_405 | PPC_OPCODE_VLE)
2739 #define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS | PPC_OPCODE_VLE
2741 #define PPCSPE PPC_OPCODE_SPE | PPC_OPCODE_VLE
2742 #define PPCISEL PPC_OPCODE_ISEL | PPC_OPCODE_VLE
2743 #define PPCEFS PPC_OPCODE_EFS | PPC_OPCODE_VLE
2752 #define MULHW PPC_OPCODE_405 | PPC_OPCODE_440 | TITAN | PPC_OPCODE_VLE
2755 #define PPCVLE PPC_OPCODE_VLE
DChangeLog-2012821 (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
/toolchain/binutils/binutils-2.25/include/opcode/
Dppc.h188 #define PPC_OPCODE_VLE 0x1000000000ull macro
DChangeLog617 * ppc.h (PPC_OPCODE_VLE): New definition.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1100 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1138 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1195 if (ppc_cpu & PPC_OPCODE_VLE) in md_parse_option()
1372 if ((ppc_cpu & PPC_OPCODE_VLE) != 0) in ppc_arch()
1397 else if (ppc_cpu & PPC_OPCODE_VLE) in ppc_mach()
1633 if ((ppc_cpu & PPC_OPCODE_VLE) != 0) in ppc_setup_opcodes()
1670 ppc_dwarf2_line_min_insn_length = (ppc_cpu & PPC_OPCODE_VLE) ? 2 : 4; in md_begin()
3084 if (opcode->flags & PPC_OPCODE_VLE) in md_assemble()
3354 if ((ppc_cpu & (PPC_OPCODE_E500 | PPC_OPCODE_E500MC | PPC_OPCODE_VLE)) != 0 in md_assemble()
3377 if ((ppc_cpu & opcode->flags) == PPC_OPCODE_VLE) in md_assemble()