mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Fix instruction encoding bits for NEON VPADAL.
Patch by Johnny Chen. llvm-svn: 84146
This commit is contained in:
parent
1554029c7c
commit
db95c227fa
@ -1951,9 +1951,9 @@ defm VPADDLu : N2VPLInt_QHS<0b11, 0b11, 0b00, 0b00101, 0, "vpaddl.u",
|
||||
int_arm_neon_vpaddlu>;
|
||||
|
||||
// VPADAL : Vector Pairwise Add and Accumulate Long
|
||||
defm VPADALs : N2VPLInt2_QHS<0b11, 0b11, 0b00, 0b00100, 0, "vpadal.s",
|
||||
defm VPADALs : N2VPLInt2_QHS<0b11, 0b11, 0b00, 0b01100, 0, "vpadal.s",
|
||||
int_arm_neon_vpadals>;
|
||||
defm VPADALu : N2VPLInt2_QHS<0b11, 0b11, 0b00, 0b00101, 0, "vpadal.u",
|
||||
defm VPADALu : N2VPLInt2_QHS<0b11, 0b11, 0b00, 0b01101, 0, "vpadal.u",
|
||||
int_arm_neon_vpadalu>;
|
||||
|
||||
// VPMAX : Vector Pairwise Maximum
|
||||
|
Loading…
x
Reference in New Issue
Block a user