Searched refs:SMLABB (Results 1 – 6 of 6) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 353 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride in init_textures() 623 SMLABB(AL, u, v, stride, u); // u+v*stride in build_textures() 728 SMLABB(AL, d, pixel, u, d); in filter8() 735 SMLABB(AL, d, pixel, u, d); in filter8() 740 SMLABB(AL, texel.reg, pixel, u, d); in filter8()
|
D | ARMAssemblerInterface.h | 304 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) { in SMLABB() function
|
D | GGLAssembler.cpp | 394 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs in build_scanline_prolog() 430 SMLABB(AL, Rs, Ry, Rs, Rx); in build_scanline_prolog()
|
D | blending.cpp | 606 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/ |
D | mips64_assembler_test.cpp | 428 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break; in dataOpTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 466 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break; in dataOpTest()
|