diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt')
| -rw-r--r-- | llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt b/llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt index 233693e67292..66d05043301b 100644 --- a/llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt +++ b/llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding-ISAFuture.txt @@ -189,3 +189,39 @@ #CHECK: dmxxsha224256pad 0, 1 0x94,0x0e,0x18,0xf0 + +#CHECK: vupkhsntob 2, 4 +0x83,0x21,0x40,0x10 + +#CHECK: vupklsntob 2, 4 +0x83,0x21,0x41,0x10 + +#CHECK: vupkint4tobf16 2, 4, 3 +0x83,0x21,0x4b,0x10 + +#CHECK: vupkint8tobf16 1, 3, 1 +0x83,0x19,0x23,0x10 + +#CHECK: vupkint4tofp32 3, 5, 2 +0x83,0x29,0x72,0x10 + +#CHECK: vupkint8tofp32 3, 5, 2 +0x83,0x29,0x6e,0x10 + +#CHECK: vucmprhn 0, 2, 3 +0x03,0x18,0x02,0x10 + +#CHECK: vucmprln 3, 5, 6 +0x43,0x30,0x65,0x10 + +#CHECK: vucmprhb 1, 3, 6 +0x83,0x30,0x23,0x10 + +#CHECK: vucmprlb 2, 4, 5 +0xC3,0x28,0x44,0x10 + +#CHECK: vucmprlh 2, 4, 5 +0x43,0x29,0x44,0x10 + +#CHECK: vucmprhh 1, 3, 6 +0x03,0x31,0x23,0x10 |
