Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c2019 #define ALLOW8_SPRG (PPC_OPCODE_BOOKE | PPC_OPCODE_405) macro
2028 || (value > 3 && (dialect & ALLOW8_SPRG) == 0)) in insert_sprg()
2048 if ((val - 0x10 > 3 && (dialect & ALLOW8_SPRG) == 0) in extract_sprg()