File: armv8.6a-ecv.txt

package info (click to toggle)
llvm-toolchain-20 1%3A20.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,111,696 kB
  • sloc: cpp: 7,438,781; ansic: 1,393,871; asm: 1,012,926; python: 241,771; f90: 86,635; objc: 75,411; lisp: 42,144; pascal: 17,286; sh: 8,596; ml: 5,082; perl: 4,730; makefile: 3,591; awk: 3,523; javascript: 2,251; xml: 892; fortran: 672
file content (40 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download | duplicates (17)
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
# RUN: llvm-mc -triple=aarch64  -mattr=+ecv -disassemble < %s      | FileCheck %s
# RUN: llvm-mc -triple=aarch64              -disassemble < %s 2>&1 | FileCheck %s --check-prefix=NOFGT

[0x81,0xe0,0x1c,0xd5]
[0xab,0xe0,0x1c,0xd5]
[0xd6,0xe0,0x1c,0xd5]
[0xe3,0xe0,0x1c,0xd5]
[0xad,0xe0,0x1b,0xd5]
[0xd7,0xe0,0x1b,0xd5]
# CHECK: msr CNTSCALE_EL2, x1
# CHECK: msr CNTISCALE_EL2, x11
# CHECK: msr CNTPOFF_EL2, x22
# CHECK: msr CNTVFRQ_EL2, x3
# CHECK: msr S3_3_C14_C0_5, x13
# CHECK: msr S3_3_C14_C0_6, x23
# NOFGT: msr S3_4_C14_C0_4, x1
# NOFGT: msr S3_4_C14_C0_5, x11
# NOFGT: msr S3_4_C14_C0_6, x22
# NOFGT: msr S3_4_C14_C0_7, x3
# NOFGT: msr S3_3_C14_C0_5, x13
# NOFGT: msr S3_3_C14_C0_6, x23

[0x80,0xe0,0x3c,0xd5]
[0xa5,0xe0,0x3c,0xd5]
[0xca,0xe0,0x3c,0xd5]
[0xef,0xe0,0x3c,0xd5]
[0xb4,0xe0,0x3b,0xd5]
[0xde,0xe0,0x3b,0xd5]
# CHECK: mrs x0, CNTSCALE_EL2
# CHECK: mrs x5, CNTISCALE_EL2
# CHECK: mrs x10, CNTPOFF_EL2
# CHECK: mrs x15, CNTVFRQ_EL2
# CHECK: mrs x20, CNTPCTSS_EL0
# CHECK: mrs x30, CNTVCTSS_EL0
# NOFGT: mrs x0, S3_4_C14_C0_4
# NOFGT: mrs x5, S3_4_C14_C0_5
# NOFGT: mrs x10, S3_4_C14_C0_6
# NOFGT: mrs x15, S3_4_C14_C0_7
# NOFGT: mrs x20, S3_3_C14_C0_5
# NOFGT: mrs x30, S3_3_C14_C0_6