Home
last modified time | relevance | path

Searched defs:MLA (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/
H A Dactivation_float_helpers.h28 #define MLA(a, b, c) (fma(c, b, a)) macro
30 #define MLA(a, b, c) ((b) * (c) + (a)) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dtables.go215 MLA const
/aosp_15_r20/external/vixl/doc/aarch64/
H A Dsupported-instructions-aarch64.md4502 ### MLA ### subsection
4512 ### MLA ### subsection
9183 ### MLA ### subsection
9193 ### MLA ### subsection
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativeARM_32.c123 #define MLA 0xe0200090 macro
H A DsljitNativeARM_T2_32.c160 #define MLA 0xfb000000 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1195 if (auto MLA = instCombineSVEVectorFuseMulAddSub<Intrinsic::aarch64_sve_mul, in instCombineSVEVectorAdd() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Dtables.go834 MLA const