Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp727 SMULBB(AL, u, U, V); in filter8()
728 SMULBB(AL, d, pixel, u); in filter8()
734 SMULBB(AL, u, U, V); in filter8()
741 SMULBB(AL, u, U, V); in filter8()
829 SMULBB(AL, u, U, V); in filter16()
844 SMULBB(AL, u, U, V); in filter16()
858 SMULBB(AL, u, U, V); in filter16()
919 SMULBB(AL, u, U, V); in filter32()
935 SMULBB(AL, u, U, V); in filter32()
950 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.cpp615 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.cpp423 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp461 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()