Home
last modified time | relevance | path

Searched refs:FMLS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2301 if (auto FMLS = in instCombineSVEVectorFSub() local
2305 return FMLS; in instCombineSVEVectorFSub()
2311 if (auto FMLS = in instCombineSVEVectorFSub() local
2315 return FMLS; in instCombineSVEVectorFSub()
2321 if (auto FMLS = in instCombineSVEVectorFSubU() local
2325 return FMLS; in instCombineSVEVectorFSubU()
H A DAArch64InstrInfo.td5998 // NOTE: The operands of the PatFrag are reordered on FMLA/FMLS because the
6002 defm FMLS : SIMDThreeSameVectorFPTied<0, 1, 0b001, "fmls",
8202 defm FMLS : SIMDFPIndexedTied<0, 0b0101, "fmls">;
8205 // NOTE: Operands are reordered in the FMLA/FMLS PatFrags because the
8215 defm : SIMDFPIndexedTiedPatterns<"FMLS",
8217 defm : SIMDFPIndexedTiedPatterns<"FMLS",
8219 defm : SIMDFPIndexedTiedPatterns<"FMLS",
8221 defm : SIMDFPIndexedTiedPatterns<"FMLS",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sme.td583 // FMLA/FMLS
H A Darm_neon.td840 def FMLS : SOpInst<"vfms", "....", "dQd", OP_FMLS>;