Searched refs:FMLS (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2301 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 D | AArch64InstrInfo.td | 5998 // 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 D | arm_sme.td | 583 // FMLA/FMLS
|
| H A D | arm_neon.td | 840 def FMLS : SOpInst<"vfms", "....", "dQd", OP_FMLS>;
|