1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-17 05:31:32 +00:00

[mips][microMIPS] Add disassembler tests for 16-bit instructions BREAK16 and SDBBP16

Differential Revision: http://reviews.llvm.org/D7443


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jozef Kolek 2015-02-10 13:20:51 +00:00
parent dacc4cf146
commit c30c43de0f
2 changed files with 12 additions and 0 deletions
test/MC/Disassembler/Mips

@ -495,3 +495,9 @@
# CHECK: swm16 $16, $17, $ra, 8($sp)
0x45 0x52
# CHECK: break16 8
0x46 0x88
# CHECK: sdbbp16 14
0x46 0xce

@ -495,3 +495,9 @@
# CHECK: swm16 $16, $17, $ra, 8($sp)
0x52 0x45
# CHECK: break16 8
0x88 0x46
# CHECK: sdbbp16 14
0xce 0x46