diff options
Diffstat (limited to 'llvm/test/MC/PowerPC/ppc64-encoding-bookII.s')
| -rw-r--r-- | llvm/test/MC/PowerPC/ppc64-encoding-bookII.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/PowerPC/ppc64-encoding-bookII.s b/llvm/test/MC/PowerPC/ppc64-encoding-bookII.s index aee65c6fc20..fea2a3e46f2 100644 --- a/llvm/test/MC/PowerPC/ppc64-encoding-bookII.s +++ b/llvm/test/MC/PowerPC/ppc64-encoding-bookII.s @@ -113,3 +113,9 @@ # CHECK-LE: mftb 2, 269 # encoding: [0xe6,0x42,0x4d,0x7c] mftbu 2 +# CHECK-BE: mtspr 284, 3 # encoding: [0x7c,0x7c,0x43,0xa6] +# CHECK-LE: mtspr 284, 3 # encoding: [0xa6,0x43,0x7c,0x7c] + mttbl 3 +# CHECK-BE: mtspr 285, 3 # encoding: [0x7c,0x7d,0x43,0xa6] +# CHECK-LE: mtspr 285, 3 # encoding: [0xa6,0x43,0x7d,0x7c] + mttbu 3 |

