Home | History | Annotate | Download | only in ARM

Lines Matching refs:V8

3 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8
9 @ CHECK-V8: hlt #0 @ encoding: [0x80,0xba]
10 @ CHECK-V8: hlt #63 @ encoding: [0xbf,0xba]
18 @ CHECK-V8: it pl @ encoding: [0x58,0xbf]
19 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba]
24 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba]
31 @ CHECK-V8: dcps1 @ encoding: [0x8f,0xf7,0x01,0x80]
32 @ CHECK-V8: dcps2 @ encoding: [0x8f,0xf7,0x02,0x80]
33 @ CHECK-V8: dcps3 @ encoding: [0x8f,0xf7,0x03,0x80]
39 @ DMB (v8 barriers)
46 @ CHECK-V8: dmb ishld @ encoding: [0xbf,0xf3,0x59,0x8f]
47 @ CHECK-V8: dmb oshld @ encoding: [0xbf,0xf3,0x51,0x8f]
48 @ CHECK-V8: dmb nshld @ encoding: [0xbf,0xf3,0x55,0x8f]
49 @ CHECK-V8: dmb ld @ encoding: [0xbf,0xf3,0x5d,0x8f]
56 @ DSB (v8 barriers)
63 @ CHECK-V8: dsb ishld @ encoding: [0xbf,0xf3,0x49,0x8f]
64 @ CHECK-V8: dsb oshld @ encoding: [0xbf,0xf3,0x41,0x8f]
65 @ CHECK-V8: dsb nshld @ encoding: [0xbf,0xf3,0x45,0x8f]
66 @ CHECK-V8: dsb ld @ encoding: [0xbf,0xf3,0x4d,0x8f]
80 @ CHECK-V8: sevl @ encoding: [0x50,0xbf]
81 @ CHECK-V8: sevl.w @ encoding: [0xaf,0xf3,0x05,0x80]
82 @ CHECK-V8: it ge @ encoding: [0xa8,0xbf]
83 @ CHECK-V8: sevlge @ encoding: [0x50,0xbf]