diff options
author | Sean Fertile <sfertile@ca.ibm.com> | 2019-04-15 17:08:43 +0000 |
---|---|---|
committer | Sean Fertile <sfertile@ca.ibm.com> | 2019-04-15 17:08:43 +0000 |
commit | 8d856488a897043877d9ed26861846cc80f4897e (patch) | |
tree | 332078f79a2746229f1b51842abec8e6eec6d8d7 /llvm/test/MC | |
parent | 3c3ccc0049506c917632f901560e10280d70e729 (diff) | |
download | bcm5719-llvm-8d856488a897043877d9ed26861846cc80f4897e.tar.gz bcm5719-llvm-8d856488a897043877d9ed26861846cc80f4897e.zip |
Add slbfee instruction.
llvm-svn: 358425
Diffstat (limited to 'llvm/test/MC')
-rw-r--r-- | llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s b/llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s index a9d21b299f5..9592f425dce 100644 --- a/llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s +++ b/llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s @@ -150,6 +150,10 @@ # CHECK-LE: slbia # encoding: [0xe4,0x03,0x00,0x7c] slbia +# CHECK-BE: slbfee. 4, 5 # encoding: [0x7c,0x80,0x2f,0xa7] +# CHECK-LE: slbfee. 4, 5 # encoding: [0xa7,0x2f,0x80,0x7c] + slbfee. %r4, %r5 + # CHECK-BE: tlbsync # encoding: [0x7c,0x00,0x04,0x6c] # CHECK-LE: tlbsync # encoding: [0x6c,0x04,0x00,0x7c] tlbsync |