aboutsummaryrefslogtreecommitdiff
path: root/test/MC/ARM/thumb.s
blob: 20ff022ab753ed03eee11ab01a978bc82930984e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ RUN: llvm-mc -triple thumb-apple-darwin -show-encoding < %s | FileCheck %s
        .code 16

@ CHECK: cmp	r1, r2               @ encoding: [0x91,0x42]
        cmp     r1, r2

@ CHECK: pop    {r1, r2, r4}         @ encoding: [0x16,0xbc]
        pop     {r1, r2, r4}

@ CHECK: trap                        @ encoding: [0xfe,0xde]
        trap

@ CHECK: blx	r9                   @ encoding: [0xc8,0x47]
	blx	r9