Home
last modified time | relevance | path

Searched refs:MLA (Results 1 – 10 of 10) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp94 MLA(AL, 0, c, x.reg, dvdx, c); in init_iterated_color()
103 MLA(AL, 1, end, dvdx, end, c); in init_iterated_color()
382 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy); in init_textures()
383 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy); in init_textures()
856 MLA(AL, 0, d, pixel, u, d); in filter16()
870 MLA(AL, 0, d, pixel, u, d); in filter16()
878 MLA(AL, 0, texel.reg, pixel, u, d); in filter16()
956 MLA(AL, 0, dh, temp, u, dh); in filter32()
958 MLA(AL, 0, dl, temp, u, dl); in filter32()
974 MLA(AL, 0, dh, temp, u, dh); in filter32()
[all …]
DARMAssemblerProxy.cpp166 void ARMAssemblerProxy::MLA(int cc, int s, int Rd, int Rm, int Rs, int Rn) { in MLA() function in android::ARMAssemblerProxy
167 mTarget->MLA(cc, s, Rd, Rm, Rs, Rn); in MLA()
DARMAssemblerProxy.h82 virtual void MLA(int cc, int s,
DARMAssembler.h93 virtual void MLA(int cc, int s,
DARMAssemblerInterface.h127 virtual void MLA(int cc, int s,
DGGLAssembler.cpp411 MLA(AL, 0, f, Rx, dfdx, ydfdy); in build_scanline_prolog()
424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); in build_scanline_prolog()
DARMAssembler.cpp228 void ARMAssembler::MLA(int cc, int s, in MLA() function in android::ARMAssembler
DMIPSAssembler.h93 virtual void MLA(int cc, int s,
Dblending.cpp605 else MLA(AL, 0, d.reg, v.reg, f.reg, add.reg); in mul_factor_add()
DMIPSAssembler.cpp613 void ArmToMipsAssembler::MLA(int cc, int s, in MLA() function in android::ArmToMipsAssembler