Searched refs:ALLOW8_SPRG (Results 1 – 2 of 2) sorted by relevance
691 * ppc-opc.c (extract_sprg): Use ALLOW8_SPRG to include VLE.807 (ALLOW8_SPRG): New.808 (insert_sprg, extract_sprg): Check ALLOW8_SPRG.
1830 #define ALLOW8_SPRG (PPC_OPCODE_BOOKE | PPC_OPCODE_405 | PPC_OPCODE_VLE) macro1839 || (value > 3 && (dialect & ALLOW8_SPRG) == 0)) in insert_sprg()1859 if ((val - 0x10 > 3 && (dialect & ALLOW8_SPRG) == 0) in extract_sprg()