Searched refs:SMULBB (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 727 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 …]
|
D | ARMAssemblerInterface.h | 289 inline void SMULBB(int cc, int Rd, int Rm, int Rs) { in SMULBB() function
|
D | blending.cpp | 615 if (vs<16 && fs<16) SMULBB(AL, temp, v.reg, f.reg); in mul_factor_add()
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 423 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 461 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()
|