mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
1e82259f07
These are pre-UAL syntax, and we don't support any other pre-UAL instructions, with the exception of FLDMX/FSTMX, which don't have a UAL equivalent. Therefore there's no reason to keep them or their AsmParser hacks around. With the AsmParser hacks removed, the FLDMX and FSTMX instructions get the same operand diagnostics as the UAL instructions. Differential revision: https://reviews.llvm.org/D39196 llvm-svn: 318777
15 lines
267 B
ArmAsm
15 lines
267 B
ArmAsm
// RUN: llvm-mc -triple armv7-unknown-linux-gnueabi -mattr=+vfp3,-neon %s
|
|
|
|
.fpu neon
|
|
VAND d3, d5, d5
|
|
vldr d21, [r7, #296]
|
|
|
|
@ .thumb should not disable the prior .fpu neon
|
|
.thumb
|
|
|
|
vmov q4, q11 @ v4si
|
|
str r6, [r7, #264]
|
|
mov r6, r5
|
|
vldr d21, [r7, #296]
|
|
add r9, r7, #216
|