File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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 - mattr= + tlb - rmi ,+ tlbiw < %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= + tlbid ,+ tlb - rmi ,+ tlbiw < %s \
66// RUN: | llvm - objdump - d -- mattr= + tlbid ,+ tlb - rmi ,+ tlbiw -- no - print - imm - hex - | FileCheck %s -- check - prefix=CHECK - INST
7- // RUN: llvm - mc - triple=aarch64 - filetype=obj - mattr= + all < %s \
8- // RUN: | llvm - objdump - d -- mattr= - tlbid ,- tlb - rmi ,- tlbiw -- no - print - imm - hex - | FileCheck %s -- check - prefix=CHECK - UNKNOWN
7+ // RUN: llvm - mc - triple=aarch64 - filetype=obj - mattr= + tlbid ,+ tlb - rmi ,+ tlbiw < %s \
8+ // RUN: | llvm - objdump - d -- mattr= - tlbid -- 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= + tlbid ,+ tlb - rmi ,+ tlbiw < %s \
1111// RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
You can’t perform that action at this time.
0 commit comments