Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/xmon/
Dppc.h117 #define PPC_OPCODE_POWER4 0x1000 macro
Dppc-dis.c126 | PPC_OPCODE_64 | PPC_OPCODE_POWER4 | PPC_OPCODE_ALTIVEC; in print_insn_powerpc()
Dppc-opc.c1135 #define ISA_V2 (PPC_OPCODE_POWER4 | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN)
1435 && ((dialect & PPC_OPCODE_POWER4) != 0 in insert_fxm()
1517 long max_lvalue = (dialect & PPC_OPCODE_POWER4) ? 2 : 1; in insert_ls()
2953 #define POWER4 PPC_OPCODE_POWER4
2961 #define NON32 (PPC_OPCODE_64 | PPC_OPCODE_POWER4 \