Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp356 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride in init_textures()
631 SMLABB(AL, u, v, stride, u); // u+v*stride in build_textures()
737 SMLABB(AL, d, pixel, u, d); in filter8()
744 SMLABB(AL, d, pixel, u, d); in filter8()
749 SMLABB(AL, texel.reg, pixel, u, d); in filter8()
DARMAssemblerInterface.h304 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB() function
DGGLAssembler.cpp397 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs in build_scanline_prolog()
433 SMLABB(AL, Rs, Ry, Rs, Rx); in build_scanline_prolog()
Dblending.cpp605 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg); in mul_factor_add()
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp428 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp466 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break; in dataOpTest()