Home
last modified time | relevance | path

Searched refs:ALLOW8_SPRG (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2012691 * ppc-opc.c (extract_sprg): Use ALLOW8_SPRG to include VLE.
807 (ALLOW8_SPRG): New.
808 (insert_sprg, extract_sprg): Check ALLOW8_SPRG.
Dppc-opc.c1830 #define ALLOW8_SPRG (PPC_OPCODE_BOOKE | PPC_OPCODE_405 | PPC_OPCODE_VLE) macro
1839 || (value > 3 && (dialect & ALLOW8_SPRG) == 0)) in insert_sprg()
1859 if ((val - 0x10 > 3 && (dialect & ALLOW8_SPRG) == 0) in extract_sprg()