Home
last modified time | relevance | path

Searched defs:vmla (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtengine/
H A Dhelperavx.h141 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
H A Dhelpersse2.h207 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A Dhelpersse2.h193 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/astro/siril/siril/src/rt/
H A Dhelpersse2.h202 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A Dhelpersse2.h198 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dhelperavx.h136 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
H A Dhelpersse2.h209 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dhelpersse2.h197 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
H A Dhelperavx.h136 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A Dhelpersse2.h193 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/
H A Dhelpersse2.h209 static INLINE vdouble vmla(vdouble x, vdouble y, vdouble z) in vmla() function
/dports/emulators/citra/citra-ac98458e0/src/core/arm/skyeye_common/vfp/
H A Dvfpinstr.cpp22 static ARM_INST_PTR INTERPRETER_TRANSLATE(vmla)(unsigned int inst, int index) { in INTERPRETER_TRANSLATE() argument
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/arm/skyeye_common/vfp/
H A Dvfpinstr.cpp22 static ARM_INST_PTR INTERPRETER_TRANSLATE(vmla)(unsigned int inst, int index) { in INTERPRETER_TRANSLATE() argument
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/arm/
H A Dcode-generator-arm.cc1292 __ vmla(i.OutputFloatRegister(), i.InputFloatRegister(1), in AssembleArchInstruction() local
1343 __ vmla(i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1371 __ vmla(i.OutputFloatRegister(), i.InputFloatRegister(1), in AssembleArchInstruction() local
1422 __ vmla(i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1307 __ vmla(i.OutputFloatRegister(), i.InputFloatRegister(1), in AssembleArchInstruction() local
1358 __ vmla(i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1368 __ vmla(i.OutputFloatRegister(), i.InputFloatRegister(1), in AssembleArchInstruction() local
1419 __ vmla(i.OutputDoubleRegister(), i.InputDoubleRegister(1), in AssembleArchInstruction() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/arm/
H A Dassembler-arm.cc3191 void Assembler::vmla(const DwVfpRegister dst, const DwVfpRegister src1, in vmla() function in v8::internal::Assembler
3209 void Assembler::vmla(const SwVfpRegister dst, const SwVfpRegister src1, in vmla() function in v8::internal::Assembler
/dports/www/node10/node-v10.24.1/deps/v8/src/arm/
H A Dassembler-arm.cc3418 void Assembler::vmla(const DwVfpRegister dst, in vmla() function in v8::internal::Assembler
3439 void Assembler::vmla(const SwVfpRegister dst, const SwVfpRegister src1, in vmla() function in v8::internal::Assembler
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/arm/
H A Dassembler-arm.cc3232 void Assembler::vmla(const DwVfpRegister dst, const DwVfpRegister src1, in vmla() function in v8::internal::Assembler
3250 void Assembler::vmla(const SwVfpRegister dst, const SwVfpRegister src1, in vmla() function in v8::internal::Assembler
/dports/lang/v8/v8-9.6.180.12/src/codegen/arm/
H A Dassembler-arm.cc3286 void Assembler::vmla(const DwVfpRegister dst, const DwVfpRegister src1, in vmla() function in v8::internal::Assembler
3304 void Assembler::vmla(const SwVfpRegister dst, const SwVfpRegister src1, in vmla() function in v8::internal::Assembler
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dmve_helper.c1608 DO_2OP_ACC_SCALAR_U(vmla, DO_VMLA) in DO_2OP_ACC_SCALAR_U() argument
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dmve_helper.c1608 DO_2OP_ACC_SCALAR_U(vmla, DO_VMLA) in DO_2OP_ACC_SCALAR_U() argument