File: addha-u32.s

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: 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 (85 lines) | stat: -rw-r--r-- 3,339 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s \
// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme < %s \
// RUN:        | llvm-objdump -d --mattr=+sme - | FileCheck %s --check-prefix=CHECK-INST
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme < %s \
// RUN:   | llvm-objdump -d --mattr=-sme - | FileCheck %s --check-prefix=CHECK-UNKNOWN
// Disassemble encoding and check the re-encoding (-show-encoding) matches.
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s \
// RUN:        | sed '/.text/d' | sed 's/.*encoding: //g' \
// RUN:        | llvm-mc -triple=aarch64 -mattr=+sme -disassemble -show-encoding \
// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST

addha   za0.s, p0/m, p0/m, z0.s
// CHECK-INST: addha   za0.s, p0/m, p0/m, z0.s
// CHECK-ENCODING: [0x00,0x00,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0900000 <unknown>

addha   za1.s, p5/m, p2/m, z10.s
// CHECK-INST: addha   za1.s, p5/m, p2/m, z10.s
// CHECK-ENCODING: [0x41,0x55,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0905541 <unknown>

addha   za3.s, p3/m, p7/m, z13.s
// CHECK-INST: addha   za3.s, p3/m, p7/m, z13.s
// CHECK-ENCODING: [0xa3,0xed,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c090eda3 <unknown>

addha   za3.s, p7/m, p7/m, z31.s
// CHECK-INST: addha   za3.s, p7/m, p7/m, z31.s
// CHECK-ENCODING: [0xe3,0xff,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c090ffe3 <unknown>

addha   za1.s, p3/m, p0/m, z17.s
// CHECK-INST: addha   za1.s, p3/m, p0/m, z17.s
// CHECK-ENCODING: [0x21,0x0e,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0900e21 <unknown>

addha   za1.s, p1/m, p4/m, z1.s
// CHECK-INST: addha   za1.s, p1/m, p4/m, z1.s
// CHECK-ENCODING: [0x21,0x84,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0908421 <unknown>

addha   za0.s, p5/m, p2/m, z19.s
// CHECK-INST: addha   za0.s, p5/m, p2/m, z19.s
// CHECK-ENCODING: [0x60,0x56,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0905660 <unknown>

addha   za0.s, p6/m, p0/m, z12.s
// CHECK-INST: addha   za0.s, p6/m, p0/m, z12.s
// CHECK-ENCODING: [0x80,0x19,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0901980 <unknown>

addha   za1.s, p2/m, p6/m, z1.s
// CHECK-INST: addha   za1.s, p2/m, p6/m, z1.s
// CHECK-ENCODING: [0x21,0xc8,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c090c821 <unknown>

addha   za1.s, p2/m, p0/m, z22.s
// CHECK-INST: addha   za1.s, p2/m, p0/m, z22.s
// CHECK-ENCODING: [0xc1,0x0a,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c0900ac1 <unknown>

addha   za2.s, p5/m, p7/m, z9.s
// CHECK-INST: addha   za2.s, p5/m, p7/m, z9.s
// CHECK-ENCODING: [0x22,0xf5,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c090f522 <unknown>

addha   za3.s, p2/m, p5/m, z12.s
// CHECK-INST: addha   za3.s, p2/m, p5/m, z12.s
// CHECK-ENCODING: [0x83,0xa9,0x90,0xc0]
// CHECK-ERROR: instruction requires: sme
// CHECK-UNKNOWN: c090a983 <unknown>