20 lines · plain
1@ RUN: llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - | FileCheck %s2 3 .syntax unified4 .thumb5 6 .p2align 27 .global emit_asm8 .type emit_asm,%function9emit_asm:10 .inst.w 0xf2400000, 0xf2c0000011 12@ CHECK: .code 1613@ CHECK: .p2align 214@ CHECK: .globl emit_asm15@ CHECK: .type emit_asm,%function16@ CHECK: emit_asm:17@ CHECK: inst.w 0xf240000018@ CHECK: inst.w 0xf2c0000019 20