File: load-store-acquire-release-v8.txt

package info (click to toggle)
swiftlang 6.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,791,604 kB
  • sloc: cpp: 9,901,740; ansic: 2,201,431; asm: 1,091,827; python: 308,252; objc: 82,166; f90: 80,126; lisp: 38,358; pascal: 25,559; sh: 20,429; ml: 5,058; perl: 4,745; makefile: 4,484; awk: 3,535; javascript: 3,018; xml: 918; fortran: 664; cs: 573; ruby: 396
file content (32 lines) | stat: -rw-r--r-- 1,332 bytes parent folder | download | duplicates (39)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# RUN: llvm-mc -triple=armv8 -disassemble -show-encoding < %s | FileCheck %s
0x9f 0x0e 0xd8 0xe1
0x9f 0x1e 0xfc 0xe1
0x9f 0x1e 0x90 0xe1
0x9f 0x8e 0xbd 0xe1
# CHECK: ldaexb r0, [r8]       @ encoding: [0x9f,0x0e,0xd8,0xe1]
# CHECK: ldaexh r1, [r12]      @ encoding: [0x9f,0x1e,0xfc,0xe1]
# CHECK: ldaex  r1, [r0]       @ encoding: [0x9f,0x1e,0x90,0xe1]
# CHECK: ldaexd r8, r9, [sp]   @ encoding: [0x9f,0x8e,0xbd,0xe1]

0x93 0x1e 0xc4 0xe1
0x92 0x4e 0xe5 0xe1
0x91 0x2e 0x87 0xe1
0x92 0x6e 0xa8 0xe1
# CHECK: stlexb r1, r3, [r4]            @ encoding: [0x93,0x1e,0xc4,0xe1]
# CHECK: stlexh r4, r2, [r5]            @ encoding: [0x92,0x4e,0xe5,0xe1]
# CHECK: stlex r2, r1, [r7]            @ encoding: [0x91,0x2e,0x87,0xe1]
# CHECK: stlexd r6, r2, r3, [r8]        @ encoding: [0x92,0x6e,0xa8,0xe1]

0x9f 0x5c 0x96 0xe1
0x9f 0x5c 0xd6 0xe1
0x9f 0xcc 0xf9 0xe1
# CHECK: lda r5, [r6]          @ encoding: [0x9f,0x5c,0x96,0xe1]
# CHECK: ldab r5, [r6]         @ encoding: [0x9f,0x5c,0xd6,0xe1]
# CHECK: ldah r12, [r9]        @ encoding: [0x9f,0xcc,0xf9,0xe1]

0x93 0xfc 0x80 0xe1
0x92 0xfc 0xc1 0xe1
0x92 0xfc 0xe3 0xe1
# CHECK: stl r3, [r0]                   @ encoding: [0x93,0xfc,0x80,0xe1]
# CHECK: stlb r2, [r1]                  @ encoding: [0x92,0xfc,0xc1,0xe1]
# CHECK: stlh r2, [r3]                  @ encoding: [0x92,0xfc,0xe3,0xe1]