Lines Matching refs:encoding
1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -mcpu=cortex-m0 -show-encoding < %s | FileCheck %s
3 @ RUN: not llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s > %t 2> %t2
14 @ CHECK: nop @ encoding: [0x00,0xbf]
15 @ CHECK: yield @ encoding: [0x10,0xbf]
16 @ CHECK: wfe @ encoding: [0x20,0xbf]
17 @ CHECK: wfi @ encoding: [0x30,0xbf]
18 @ CHECK: sev @ encoding: [0x40,0xbf]
20 @ CHECK-EVIL-PRE-UAL: mov r8, r8 @ encoding: [0xc0,0x46]
28 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f]
29 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f]
30 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f]
31 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f]
32 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]
33 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f]