Home
last modified time | relevance | path

Searched refs:PPC_OPCODE_POWER4 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/xmon/
H A Dppc.h117 #define PPC_OPCODE_POWER4 0x1000 macro
H A Dppc-dis.c128 dialect |= PPC_OPCODE_64 | PPC_OPCODE_POWER4 | PPC_OPCODE_CELL | in print_insn_powerpc()
H A Dppc-opc.c1134 #define ISA_V2 (PPC_OPCODE_POWER4 | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN)
1434 && ((dialect & PPC_OPCODE_POWER4) != 0 in insert_fxm()
1516 long max_lvalue = (dialect & PPC_OPCODE_POWER4) ? 2 : 1; in insert_ls()
2952 #define POWER4 PPC_OPCODE_POWER4
2960 #define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 \