diff options
Diffstat (limited to 'llvm/test/MC/PowerPC/ppc64-encoding-ext.s')
| -rw-r--r-- | llvm/test/MC/PowerPC/ppc64-encoding-ext.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/PowerPC/ppc64-encoding-ext.s b/llvm/test/MC/PowerPC/ppc64-encoding-ext.s index 79c8fdb3921..0bc1a398355 100644 --- a/llvm/test/MC/PowerPC/ppc64-encoding-ext.s +++ b/llvm/test/MC/PowerPC/ppc64-encoding-ext.s @@ -1986,4 +1986,6 @@ not 2, 3 # CHECK: nor. 2, 3, 3 # encoding: [0x7c,0x62,0x18,0xf9] not. 2, 3 +# CHECK: mtcrf 255, 2 # encoding: [0x7c,0x4f,0xf1,0x20] + mtcr 2 |

