diff options
Diffstat (limited to 'arch/powerpc/include/asm/ppc-opcode.h')
-rw-r--r-- | arch/powerpc/include/asm/ppc-opcode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/ppc-opcode.h b/arch/powerpc/include/asm/ppc-opcode.h index e980faae4225..d81f99430fe7 100644 --- a/arch/powerpc/include/asm/ppc-opcode.h +++ b/arch/powerpc/include/asm/ppc-opcode.h | |||
@@ -45,6 +45,7 @@ | |||
45 | #define PPC_INST_MFSPR_DSCR_MASK 0xfc1fffff | 45 | #define PPC_INST_MFSPR_DSCR_MASK 0xfc1fffff |
46 | #define PPC_INST_MTSPR_DSCR 0x7c1103a6 | 46 | #define PPC_INST_MTSPR_DSCR 0x7c1103a6 |
47 | #define PPC_INST_MTSPR_DSCR_MASK 0xfc1fffff | 47 | #define PPC_INST_MTSPR_DSCR_MASK 0xfc1fffff |
48 | #define PPC_INST_SLBFEE 0x7c0007a7 | ||
48 | 49 | ||
49 | #define PPC_INST_STRING 0x7c00042a | 50 | #define PPC_INST_STRING 0x7c00042a |
50 | #define PPC_INST_STRING_MASK 0xfc0007fe | 51 | #define PPC_INST_STRING_MASK 0xfc0007fe |
@@ -183,7 +184,8 @@ | |||
183 | __PPC_RS(t) | __PPC_RA(a) | __PPC_RB(b)) | 184 | __PPC_RS(t) | __PPC_RA(a) | __PPC_RB(b)) |
184 | #define PPC_ERATSX_DOT(t, a, w) stringify_in_c(.long PPC_INST_ERATSX_DOT | \ | 185 | #define PPC_ERATSX_DOT(t, a, w) stringify_in_c(.long PPC_INST_ERATSX_DOT | \ |
185 | __PPC_RS(t) | __PPC_RA(a) | __PPC_RB(b)) | 186 | __PPC_RS(t) | __PPC_RA(a) | __PPC_RB(b)) |
186 | 187 | #define PPC_SLBFEE_DOT(t, b) stringify_in_c(.long PPC_INST_SLBFEE | \ | |
188 | __PPC_RT(t) | __PPC_RB(b)) | ||
187 | 189 | ||
188 | /* | 190 | /* |
189 | * Define what the VSX XX1 form instructions will look like, then add | 191 | * Define what the VSX XX1 form instructions will look like, then add |