brintos

brintos / llvm-project-archived public Read only

0
0
Text · 540 B · 2ab6f93 Raw
19 lines · plain
1# RUN: llvm-mc --disassemble %s -triple=thumbv7-unknown-unknown 2>&1 | FileCheck %s2# rdar://108416713 40xe3 0xbf50xdf 0xed 0x61 0x3b60x71 0xee 0xe0 0x1b70x72 0xee 0xa3 0x2b80xdf 0xed 0x60 0x0b9 10# This is test is dealing with a undefined condition code value of 15 in the11# above sequence of junk bytes and not allowing the disassembler to abort on12# printing the final instruction in this list.13# 14# CHECK: ittte	al15# CHECK: vldr	d19, [pc, #388]16# CHECK: vsub.f64	d17, d17, d1617# CHECK: vadd.f64	d18, d18, d1918# CHECK: vldr	d16, [pc, #384]19