Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dppc.h117 #define PPC_OPCODE_POWER4 0x1000 macro
Dppc-dis.c137 | PPC_OPCODE_64 | PPC_OPCODE_POWER4 | PPC_OPCODE_ALTIVEC; in print_insn_powerpc()
Dppc-opc.c1147 #define ISA_V2 (PPC_OPCODE_POWER4 | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN)
1447 && ((dialect & PPC_OPCODE_POWER4) != 0 in insert_fxm()
1529 long max_lvalue = (dialect & PPC_OPCODE_POWER4) ? 2 : 1; in insert_ls()
2965 #define POWER4 PPC_OPCODE_POWER4
2973 #define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 \