Searched refs:XSPR_MASK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2854 #define XSPR_MASK (X_MASK | SPR_MASK) macro 2858 #define XSPRBAT_MASK (XSPR_MASK &~ SPRBAT_MASK) 2862 #define XSPRG_MASK (XSPR_MASK & ~(0x1f << 16)) 5197 {"mfmq", XSPR(31,339, 0), XSPR_MASK, M601, 0, {RT}}, 5198 {"mfxer", XSPR(31,339, 1), XSPR_MASK, COM, 0, {RT}}, 5202 {"mflr", XSPR(31,339, 8), XSPR_MASK, COM, 0, {RT}}, 5203 {"mfctr", XSPR(31,339, 9), XSPR_MASK, COM, 0, {RT}}, 5254 {"mfpvr", XSPR(31,339,287), XSPR_MASK, PPC, 0, {RT}}, 5553 {"mtmq", XSPR(31,467, 0), XSPR_MASK, M601, 0, {RS}}, 5554 {"mtxer", XSPR(31,467, 1), XSPR_MASK, COM, 0, {RS}}, [all …]
|