You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
504 B
16 lines
504 B
# RUN: llvm-mc -triple=aarch64 -mattr=+predres -disassemble < %s | FileCheck %s
|
|
# RUN: llvm-mc -triple=aarch64 -mattr=+v8.5a -disassemble < %s | FileCheck %s
|
|
# RUN: llvm-mc -triple=aarch64 -mattr=-predres -disassemble < %s 2>&1 | FileCheck %s --check-prefix=NOSB
|
|
|
|
[0x80 0x73 0x0b 0xd5]
|
|
[0xa1 0x73 0x0b 0xd5]
|
|
[0xe2 0x73 0x0b 0xd5]
|
|
|
|
# CHECK: cfp rctx, x0
|
|
# CHECK: dvp rctx, x1
|
|
# CHECK: cpp rctx, x2
|
|
|
|
# NOSB: sys #3, c7, c3, #4, x0
|
|
# NOSB: sys #3, c7, c3, #5, x1
|
|
# NOSB: sys #3, c7, c3, #7, x2
|