File: arm64-system.txt

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,998,520 kB
  • sloc: cpp: 6,951,680; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,009; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,167; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (62 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download | duplicates (30)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# RUN: llvm-mc -triple arm64-apple-darwin --disassemble < %s | FileCheck %s


#-----------------------------------------------------------------------------
# Hint encodings
#-----------------------------------------------------------------------------

  0x1f 0x20 0x03 0xd5
# CHECK: nop
  0x9f 0x20 0x03 0xd5
# CHECK: sev
  0xbf 0x20 0x03 0xd5
# CHECK: sevl
  0x5f 0x20 0x03 0xd5
# CHECK: wfe
  0x7f 0x20 0x03 0xd5
# CHECK: wfi
  0x3f 0x20 0x03 0xd5
# CHECK: yield

#-----------------------------------------------------------------------------
# Single-immediate operand instructions
#-----------------------------------------------------------------------------

  0x5f 0x3a 0x03 0xd5
# CHECK: clrex #10
  0xdf 0x3f 0x03 0xd5
# CHECK: isb{{$}}
  0xdf 0x31 0x03 0xd5
# CHECK: isb #1
  0xbf 0x33 0x03 0xd5
# CHECK: dmb osh
  0x9f 0x37 0x03 0xd5
# CHECK: dsb nsh
  0x3f 0x76 0x08 0xd5
# CHECK: dc ivac

#-----------------------------------------------------------------------------
# Generic system instructions
#-----------------------------------------------------------------------------
  0xff 0x05 0x0a 0xd5
  0xe7 0x6a 0x0f 0xd5
  0xf4 0x3f 0x2e 0xd5
  0xbf 0x40 0x00 0xd5
  0x00 0xb0 0x18 0xd5
  0x00 0xb0 0x38 0xd5

# CHECK: sys #2, c0, c5, #7
# CHECK: sys #7, c6, c10, #7, x7
# CHECK: sysl  x20, #6, c3, c15, #7
# CHECK: msr  SPSel, #0
# CHECK: msr S3_0_C11_C0_0, x0
# CHECK: mrs x0, S3_0_C11_C0_0

  0x40 0xc0 0x1e 0xd5
  0x40 0xc0 0x1c 0xd5
  0x40 0xc0 0x18 0xd5

# CHECK: msr RMR_EL3, x0
# CHECK: msr RMR_EL2, x0
# CHECK: msr RMR_EL1, x0