Searched refs:FMLA (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1597 if (auto FMLA = in instCombineSVEVectorFAdd() local 1601 return FMLA; in instCombineSVEVectorFAdd() 1607 if (auto FMLA = in instCombineSVEVectorFAdd() local 1611 return FMLA; in instCombineSVEVectorFAdd() 1617 if (auto FMLA = in instCombineSVEVectorFAddU() local 1621 return FMLA; in instCombineSVEVectorFAddU()
|
H A D | AArch64InstrInfo.td | 5533 // NOTE: The operands of the PatFrag are reordered on FMLA/FMLS because the 5535 defm FMLA : SIMDThreeSameVectorFPTied<0, 0, 0b001, "fmla", 7678 defm FMLA : SIMDFPIndexedTied<0, 0b0001, "fmla">; 7682 // NOTE: Operands are reordered in the FMLA/FMLS PatFrags because the 7687 defm : SIMDFPIndexedTiedPatterns<"FMLA", 7689 defm : SIMDFPIndexedTiedPatterns<"FMLA",
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sme.td | 457 // FMLA/FMLS
|
H A D | arm_neon.td | 782 def FMLA : SInst<"vfma", "....", "dQd">;
|