diff options
Diffstat (limited to 'llvm/test/MC/Disassembler/ARC/misc.txt')
-rw-r--r-- | llvm/test/MC/Disassembler/ARC/misc.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/ARC/misc.txt b/llvm/test/MC/Disassembler/ARC/misc.txt index e5ab6957421..c64e90f32b4 100644 --- a/llvm/test/MC/Disassembler/ARC/misc.txt +++ b/llvm/test/MC/Disassembler/ARC/misc.txt @@ -40,3 +40,11 @@ # CHECK: j [%r3] 0x20 0x20 0xc0 0x00 +# CHECK: seteq %r3, %fp, %r1 +0x38 0x23 0x43 0x30 + +# CHECK: seteq %r3, %fp, 17 +0x78 0x23 0x43 0x34 + +# CHECK: seteq %fp, %fp, -1 +0xb8 0x23 0xff 0x3f |