brintos

brintos / llvm-project-archived public Read only

0
0
Text · 283 B · beb6549 Raw
14 lines · plain
1@ RUN: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s2 3	.syntax unified4	.text5	.thumb6 7undefined:8	udf #09	udf.w #010 11@ CHECK: udf	#0                      @ encoding: [0x00,0xde]12@ CHECK: udf.w	#0                      @ encoding: [0xf0,0xf7,0x00,0xa0]13 14