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.cpp1640 if (auto FMLS = in instCombineSVEVectorFSub() local
1644 return FMLS; in instCombineSVEVectorFSub()
1650 if (auto FMLS = in instCombineSVEVectorFSub() local
1654 return FMLS; in instCombineSVEVectorFSub()
1660 if (auto FMLS = in instCombineSVEVectorFSubU() local
1664 return FMLS; in instCombineSVEVectorFSubU()
H A DAArch64InstrInfo.td5533 // NOTE: The operands of the PatFrag are reordered on FMLA/FMLS because the
5537 defm FMLS : SIMDThreeSameVectorFPTied<0, 1, 0b001, "fmls",
7679 defm FMLS : SIMDFPIndexedTied<0, 0b0101, "fmls">;
7682 // NOTE: Operands are reordered in the FMLA/FMLS PatFrags because the
7692 defm : SIMDFPIndexedTiedPatterns<"FMLS",
7694 defm : SIMDFPIndexedTiedPatterns<"FMLS",
7696 defm : SIMDFPIndexedTiedPatterns<"FMLS",
7698 defm : SIMDFPIndexedTiedPatterns<"FMLS",
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sme.td457 // FMLA/FMLS
H A Darm_neon.td783 def FMLS : SOpInst<"vfms", "....", "dQd", OP_FMLS>;