diff options
author | Sandipan Das <sandipan@linux.ibm.com> | 2019-02-20 12:27:00 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-02-23 21:04:31 +1100 |
commit | 78a8da0600940d679bb727cea7e153685e211723 (patch) | |
tree | c598294a9461a0e5b2b6b184c0ae1b193e76400b /arch/powerpc/include | |
parent | 44dea1784b2fdea3aec20c14306aebbeb4294f64 (diff) | |
download | lwn-78a8da0600940d679bb727cea7e153685e211723.tar.gz lwn-78a8da0600940d679bb727cea7e153685e211723.zip |
powerpc: sstep: Add tests for addc[.] instruction
This adds test cases for the addc[.] instruction.
Signed-off-by: Sandipan Das <sandipan@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/ppc-opcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/ppc-opcode.h b/arch/powerpc/include/asm/ppc-opcode.h index 19a8834e0398..87b73aa56b53 100644 --- a/arch/powerpc/include/asm/ppc-opcode.h +++ b/arch/powerpc/include/asm/ppc-opcode.h @@ -326,6 +326,7 @@ #define PPC_INST_ADDI 0x38000000 #define PPC_INST_ADDIS 0x3c000000 #define PPC_INST_ADD 0x7c000214 +#define PPC_INST_ADDC 0x7c000014 #define PPC_INST_SUB 0x7c000050 #define PPC_INST_BLR 0x4e800020 #define PPC_INST_BLRL 0x4e800021 |