Searched refs:ISA_V2 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ppc-opc.c | 1141 #define ISA_V2 (PPC_OPCODE_POWER4 | PPC_OPCODE_E500MC | PPC_OPCODE_TITAN) macro 1149 if ((dialect & ISA_V2) == 0) in insert_bdm() 1169 if ((dialect & ISA_V2) == 0) in extract_bdm() 1194 if ((dialect & ISA_V2) == 0) in insert_bdp() 1214 if ((dialect & ISA_V2) == 0) in extract_bdp() 1289 if ((dialect & ISA_V2) == 0) in valid_bo() 4092 {"bdnzf-", BBO(16,BODNZF,0,0), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDM}}, 4093 {"bdnzf+", BBO(16,BODNZF,0,0), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDP}}, 4095 {"bdnzfl-", BBO(16,BODNZF,0,1), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDM}}, 4096 {"bdnzfl+", BBO(16,BODNZF,0,1), BBOY_MASK, PPCCOM, ISA_V2|PPCVLE, {BI, BDP}}, [all …]
|
D | ChangeLog-2011 | 9 * ppc-opc.c (ISA_V2): Define and use for relevant BO field tests. 13 (powerpc_opcodes): Use ISA_V2 to enable branch insns rather than
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-nds32.h | 35 #define ISA_V2 bfd_mach_n1h_v2 macro
|