Searched refs:SMLABB (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp358 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
633 SMLABB(AL, u, v, stride, u); // u+v*stride
739 SMLABB(AL, d, pixel, u, d);
746 SMLABB(AL, d, pixel, u, d);
751 SMLABB(AL, texel.reg, pixel, u, d);
H A DARMAssemblerInterface.h303 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { function in class:android::ARMAssemblerInterface
H A Dblending.cpp604 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg);
H A DGGLAssembler.cpp396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
432 SMLABB(AL, Rs, Ry, Rs, Rx);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp467 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break;

Completed in 989 milliseconds