Home
last modified time | relevance | path

Searched refs:SMLABB (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp358 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride in init_textures()
633 SMLABB(AL, u, v, stride, u); // u+v*stride in build_textures()
739 SMLABB(AL, d, pixel, u, d); in filter8()
746 SMLABB(AL, d, pixel, u, d); in filter8()
751 SMLABB(AL, texel.reg, pixel, u, d); in filter8()
DARMAssemblerInterface.h303 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB() function
DGGLAssembler.cpp396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs in build_scanline_prolog()
432 SMLABB(AL, Rs, Ry, Rs, Rx); in build_scanline_prolog()
Dblending.cpp604 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg); in mul_factor_add()