diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-05 18:24:06 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-05 18:24:06 +0000 |
| commit | 383c36e3a805e5c2f0cc6dbca5d1a6e61fff229b (patch) | |
| tree | e1cc78966c1f0ae8bd89f20e1085579b537949e7 /llvm/test/MC/Disassembler/Hexagon | |
| parent | b9a88e294223b48816f2c64d769b31640d5afcc6 (diff) | |
| download | bcm5719-llvm-383c36e3a805e5c2f0cc6dbca5d1a6e61fff229b.tar.gz bcm5719-llvm-383c36e3a805e5c2f0cc6dbca5d1a6e61fff229b.zip | |
[Hexagon] Adding DoubleRegs decoder. Moving C2_mux and A2_nop. Adding combine imm-imm form.
llvm-svn: 223494
Diffstat (limited to 'llvm/test/MC/Disassembler/Hexagon')
| -rw-r--r-- | llvm/test/MC/Disassembler/Hexagon/alu32_perm.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/Hexagon/alu32_perm.txt b/llvm/test/MC/Disassembler/Hexagon/alu32_perm.txt index 00ea8923b4e..b6009a429f8 100644 --- a/llvm/test/MC/Disassembler/Hexagon/alu32_perm.txt +++ b/llvm/test/MC/Disassembler/Hexagon/alu32_perm.txt @@ -8,6 +8,8 @@ # CHECK: r17 = combine(r31.l, r21.h) 0x11 0xdf 0xf5 0xf3 # CHECK: r17 = combine(r31.l, r21.l) +0xb0 0xe2 0x0f 0x7c +# CHECK: r17:16 = combine(#21, #31) 0x11 0xc0 0x15 0x70 # CHECK: r17 = aslh(r21) 0x11 0xc0 0x35 0x70 |

