Searched refs:FMLA (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2261 if (auto FMLA = in instCombineSVEVectorFAdd() local 2265 return FMLA; in instCombineSVEVectorFAdd() 2271 if (auto FMLA = in instCombineSVEVectorFAdd() local 2275 return FMLA; in instCombineSVEVectorFAdd() 2281 if (auto FMLA = in instCombineSVEVectorFAddU() local 2285 return FMLA; in instCombineSVEVectorFAddU()
|
| H A D | AArch64InstrInfo.td | 5998 // NOTE: The operands of the PatFrag are reordered on FMLA/FMLS because the 6000 defm FMLA : SIMDThreeSameVectorFPTied<0, 0, 0b001, "fmla", 8201 defm FMLA : SIMDFPIndexedTied<0, 0b0001, "fmla">; 8205 // NOTE: Operands are reordered in the FMLA/FMLS PatFrags because the 8210 defm : SIMDFPIndexedTiedPatterns<"FMLA", 8212 defm : SIMDFPIndexedTiedPatterns<"FMLA",
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 583 // FMLA/FMLS
|
| H A D | arm_neon.td | 839 def FMLA : SInst<"vfma", "....", "dQd">;
|