mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
dfa50c3062
Follow up patch of rL350385, for adding predres command line option. This patch renames the feature as to keep it aligned with the option passed by/to clang Differential Revision: https://reviews.llvm.org/D56484 llvm-svn: 350702
16 lines
504 B
Plaintext
16 lines
504 B
Plaintext
# 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
|