diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt')
| -rw-r--r-- | llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt b/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt index 32fb7befebc..844a0ac46cc 100644 --- a/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt +++ b/llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt @@ -109,3 +109,10 @@ 0x4c 0x00 0x00 0x64 # CHECK: rfci 0x4c 0x00 0x00 0x66 + +# CHECK: wrtee 12 +0x7d 0x80 0x01 0x06 +# CHECK: wrteei 0 +0x7c 0x00 0x01 0x46 +# CHECK: wrteei 1 +0x7c 0x00 0x81 0x46 |

