File: cde-vec-pred.txt

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (19 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (23)
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]