File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11// RUN: not llvm - mc - triple=aarch64 - mattr= + gcie - show - encoding < %s 2 >& 1 \
22// RUN: | FileCheck %s -- check - prefix=CHECK - ERROR
3- // RUN: not llvm - mc - triple=aarch64 - show - encoding < %s 2 >& 1 \
4- // RUN: | FileCheck %s -- check - prefix=CHECK - REQUIRES - GCIE
53
64// ------------------------------------------------------------------------------
75// FEAT_GCIE instructions
108gsb
119// CHECK - ERROR: error: invalid operand for GSB instruction
1210
13- gsb ack
14- // CHECK - REQUIRES - GCIE: GSB ack requires: gcie
15-
1611gicr
1712// CHECK - ERROR: error: expected register operand
1813
1914gicr x3 , foo
2015// CHECK - ERROR: error: invalid operand for GICR instruction
2116
22- gicr x3 , cdnmia
23- // CHECK - REQUIRES - GCIE: GICR cdnmia requires: gcie
24-
2517gic cdaff
2618// CHECK - ERROR: error: specified gic op requires a register
27-
28- gic cdaff , x3
29- // CHECK - REQUIRES - GCIE: GIC cdaff requires: gcie
Original file line number Diff line number Diff line change 22// RUN: | FileCheck %s -- check - prefixes=CHECK - ENCODING , CHECK - INST
33// RUN: not llvm - mc - triple=aarch64 - show - encoding < %s 2 >& 1 \
44// RUN: | FileCheck %s -- check - prefix=CHECK - ERROR
5- // RUN: llvm - mc - triple=aarch64 - filetype=obj - mattr= + all < %s \
5+ // RUN: llvm - mc - triple=aarch64 - filetype=obj - mattr= + gcie < %s \
66// RUN: | llvm - objdump - d -- mattr= + gcie -- no - print - imm - hex - | FileCheck %s -- check - prefix=CHECK - INST
7- // RUN: llvm - mc - triple=aarch64 - filetype=obj - mattr= + all < %s \
7+ // RUN: llvm - mc - triple=aarch64 - filetype=obj - mattr= + gcie < %s \
88// RUN: | llvm - objdump - d -- mattr= - gcie -- no - print - imm - hex - | FileCheck %s -- check - prefix=CHECK - UNKNOWN
99// Disassemble encoding and check the re - encoding ( - show - encoding) matches.
1010// RUN: llvm - mc - triple=aarch64 - show - encoding - mattr= + gcie < %s \
You can’t perform that action at this time.
0 commit comments