mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fix tests for hasFPARMv8 name change (r190692)
Patch by Bradley Smith git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a9af9f18e
commit
489b9b348d
@ -1,4 +1,4 @@
|
||||
@ RUN: llvm-mc -triple armv8 -mattr=+v8fp -show-encoding < %s | FileCheck %s
|
||||
@ RUN: llvm-mc -triple armv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
|
||||
|
||||
@ VCVT{B,T}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=+v8fp < %s 2>&1 | FileCheck %s --check-prefix=V8
|
||||
@ RUN: not llvm-mc -triple armv8 -show-encoding -mattr=+fp-armv8 < %s 2>&1 | FileCheck %s --check-prefix=V8
|
||||
|
||||
@ VCVT{B,T}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@ RUN: llvm-mc -triple thumbv8 -mattr=+v8fp -show-encoding < %s | FileCheck %s
|
||||
@ RUN: llvm-mc -triple thumbv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
|
||||
|
||||
@ VCVT{B,T}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc -disassemble -triple armv8 -mattr=+v8fp -show-encoding < %s | FileCheck %s
|
||||
# RUN: llvm-mc -disassemble -triple armv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
|
||||
|
||||
0xe0 0x3b 0xb2 0xee
|
||||
# CHECK: vcvtt.f64.f16 d3, s1
|
@ -1,4 +1,4 @@
|
||||
# RUN: llvm-mc -disassemble -triple thumbv8 -mattr=+v8fp -show-encoding < %s | FileCheck %s
|
||||
# RUN: llvm-mc -disassemble -triple thumbv8 -mattr=+fp-armv8 -show-encoding < %s | FileCheck %s
|
||||
|
||||
0xb2 0xee 0xe0 0x3b
|
||||
# CHECK: vcvtt.f64.f16 d3, s1
|
Loading…
Reference in New Issue
Block a user