Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp729 SMULBB(AL, u, U, V); in filter8()
730 SMULBB(AL, d, pixel, u); in filter8()
736 SMULBB(AL, u, U, V); in filter8()
743 SMULBB(AL, u, U, V); in filter8()
831 SMULBB(AL, u, U, V); in filter16()
846 SMULBB(AL, u, U, V); in filter16()
860 SMULBB(AL, u, U, V); in filter16()
921 SMULBB(AL, u, U, V); in filter32()
937 SMULBB(AL, u, U, V); in filter32()
952 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.cpp616 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()