File: cde-vec-pred.txt

package info (click to toggle)
llvm-toolchain-14 1%3A14.0.6-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496,180 kB
  • sloc: cpp: 5,593,972; ansic: 986,872; asm: 585,869; python: 184,223; objc: 72,530; lisp: 31,119; f90: 27,793; javascript: 9,780; pascal: 9,762; sh: 9,482; perl: 7,468; ml: 5,432; awk: 3,523; makefile: 2,538; xml: 953; 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]