mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 14:05:03 +00:00
[AArch64] Adjust the model for the vector by element FP multiplies on Exynos M1. (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273708 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f7c4b22bb
commit
28ea97622f
@ -309,10 +309,10 @@ def : InstRW<[M1WriteFVAR15], (instregex "FSQRTv.f32")>;
|
||||
def : InstRW<[M1WriteFVAR23], (instregex "FSQRTv2f64")>;
|
||||
def : InstRW<[M1WriteNMISC1], (instregex "^F(MAX|MIN)(NM)?V?v")>;
|
||||
def : InstRW<[M1WriteNMISC2], (instregex "^F(MAX|MIN)(NM)?Pv")>;
|
||||
def : InstRW<[M1WriteNEONJ], (instregex "^FMULX?v.+_indexed")>;
|
||||
def : InstRW<[M1WriteFMAC4], (instregex "^FMULX?v")>;
|
||||
def : InstRW<[M1WriteNEONK], (instregex "^FML[AS]v.+_indexed")>;
|
||||
def : InstRW<[M1WriteFMAC5], (instregex "^FML[AS]v")>;
|
||||
def : InstRW<[M1WriteNEONJ], (instregex "^FMULX?v.i")>;
|
||||
def : InstRW<[M1WriteFMAC4], (instregex "^FMULX?v.f")>;
|
||||
def : InstRW<[M1WriteNEONK], (instregex "^FML[AS]v.i")>;
|
||||
def : InstRW<[M1WriteFMAC5], (instregex "^FML[AS]v.f")>;
|
||||
def : InstRW<[M1WriteFCVT3], (instregex "^FRINT[AIMNPXZ]v")>;
|
||||
|
||||
// ASIMD miscellaneous instructions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user