Home
last modified time | relevance | path

Searched refs:SMULBB (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp720 SMULBB(AL, u, U, V); in filter8()
721 SMULBB(AL, d, pixel, u); in filter8()
727 SMULBB(AL, u, U, V); in filter8()
734 SMULBB(AL, u, U, V); in filter8()
822 SMULBB(AL, u, U, V); in filter16()
837 SMULBB(AL, u, U, V); in filter16()
851 SMULBB(AL, u, U, V); in filter16()
912 SMULBB(AL, u, U, V); in filter32()
928 SMULBB(AL, u, U, V); in filter32()
943 SMULBB(AL, u, U, V); in filter32()
[all …]
DARMAssemblerInterface.h289 inline void SMULBB(int cc, int Rd, int Rm, int Rs) { in SMULBB() function
Dblending.cpp617 if (vs<16 && fs<16) SMULBB(AL, temp, v.reg, f.reg); in mul_factor_add()
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp422 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp460 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()