mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-07 12:35:41 +00:00
Fix copy/pasto in vmin.f32 encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e06398405
commit
ce4fadf884
@ -4739,7 +4739,7 @@ def : N3VSPat<NEONfmax, VMAXfd_sfp>;
|
||||
|
||||
// Vector Minimum used for single-precision FP
|
||||
let neverHasSideEffects = 1 in
|
||||
def VMINfd_sfp : N3V<0, 0, 0b00, 0b1111, 0, 0, (outs DPR_VFP2:$Vd),
|
||||
def VMINfd_sfp : N3V<0, 0, 0b10, 0b1111, 0, 0, (outs DPR_VFP2:$Vd),
|
||||
(ins DPR_VFP2:$Vn, DPR_VFP2:$Vm), N3RegFrm, IIC_VBIND,
|
||||
"vmin", "f32", "$Vd, $Vn, $Vm", "", []>;
|
||||
def : N3VSPat<NEONfmin, VMINfd_sfp>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user