linux-packaging-mono/external/llvm/test/MC/ARM/inst-directive-emit.s
Xamarin Public Jenkins (auto-signing) 279aa8f685 Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
2019-01-23 08:21:40 +00:00

21 lines
399 B
ArmAsm

@ RUN: llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - | FileCheck %s
.syntax unified
.thumb
.p2align 2
.global emit_asm
.type emit_asm,%function
emit_asm:
.inst.w 0xf2400000, 0xf2c00000
@ CHECK: .text
@ CHECK: .code 16
@ CHECK: .p2align 2
@ CHECK: .globl emit_asm
@ CHECK: .type emit_asm,%function
@ CHECK: emit_asm:
@ CHECK: inst.w 0xf2400000
@ CHECK: inst.w 0xf2c00000