Searched refs:ISA_V2 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/xmon/ |
D | ppc-opc.c | 1135 #define ISA_V2 (PPC_OPCODE_POWER4 | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN) macro 1143 if ((dialect & ISA_V2) == 0) in insert_bdm() 1163 if ((dialect & ISA_V2) == 0) in extract_bdm() 1188 if ((dialect & ISA_V2) == 0) in insert_bdp() 1208 if ((dialect & ISA_V2) == 0) in extract_bdp() 1283 if ((dialect & ISA_V2) == 0) in valid_bo() 4039 {"bdnzf-", BBO(16,BODNZF,0,0), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDM}}, 4040 {"bdnzf+", BBO(16,BODNZF,0,0), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDP}}, 4042 {"bdnzfl-", BBO(16,BODNZF,0,1), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDM}}, 4043 {"bdnzfl+", BBO(16,BODNZF,0,1), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDP}}, [all …]
|