Searched refs:SMULBB (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 720 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 …]
|
D | ARMAssemblerInterface.h | 289 inline void SMULBB(int cc, int Rd, int Rm, int Rs) { in SMULBB() function
|
D | blending.cpp | 617 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 | 422 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 | 460 case INSTR_SMULBB:a64asm->SMULBB(test.cond, Rd,Rm,Rs); break; in dataOpTest()
|