File: cde-vec-pred.txt

package info (click to toggle)
llvm-toolchain-15 1%3A15.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,554,644 kB
  • sloc: cpp: 5,922,452; ansic: 1,012,136; asm: 674,362; python: 191,568; objc: 73,855; f90: 42,327; lisp: 31,913; pascal: 11,973; javascript: 10,144; sh: 9,421; perl: 7,447; ml: 5,527; awk: 3,523; makefile: 2,520; xml: 885; cs: 573; fortran: 567
file content (19 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# RUN: llvm-mc -disassemble -triple=thumbv8m.main -mattr=+mve -mattr=+cdecp0 -mattr=+cdecp1 < %s | FileCheck %s

# CHECK: vptete.i8 eq, q0, q0
[0x41,0xfe,0x00,0xef]
# CHECK-NEXT: vcx1t p0, q1, #1234
[0x29,0xec,0xd2,0x20]
# CHECK-NEXT: vcx1ae p1, q5, #4095
[0x2f,0xfd,0xff,0xa1]
# CHECK-NEXT: vcx2t p1, q0, q6, #123
[0x3e,0xed,0xdc,0x01]
# CHECK-NEXT: vcx2ae p1, q3, q7, #127
[0x3f,0xfd,0xde,0x61]

# CHECK-NEXT: vpte.i8 eq, q0, q0
[0x41,0xfe,0x00,0x8f]
# CHECK-NEXT: vcx3at p1, q3, q7, q6, #15
[0xbe,0xfd,0x5c,0x61]
# CHECK-NEXT: vcx3e p0, q0, q2, q0, #12
[0xa4,0xed,0x40,0x00]