Searched refs:ISA_V2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-opc.c | 1147 #define ISA_V2 (PPC_OPCODE_POWER4 | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN) macro 1155 if ((dialect & ISA_V2) == 0) in insert_bdm() 1175 if ((dialect & ISA_V2) == 0) in extract_bdm() 1200 if ((dialect & ISA_V2) == 0) in insert_bdp() 1220 if ((dialect & ISA_V2) == 0) in extract_bdp() 1295 if ((dialect & ISA_V2) == 0) in valid_bo() 4051 {"bdnzf-", BBO(16,BODNZF,0,0), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDM}}, 4052 {"bdnzf+", BBO(16,BODNZF,0,0), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDP}}, 4054 {"bdnzfl-", BBO(16,BODNZF,0,1), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDM}}, 4055 {"bdnzfl+", BBO(16,BODNZF,0,1), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDP}}, [all …]
|