Searched refs:SMLABB (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 358 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()
|
D | ARMAssemblerInterface.h | 303 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB() function
|
D | GGLAssembler.cpp | 396 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()
|
D | blending.cpp | 604 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg); in mul_factor_add()
|