Searched refs:SMULWB (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp931 SMULWB(AL, u, U, V);
949 SMULWB(AL, u, U, V);
967 SMULWB(AL, u, U, V);
1148 // 2 cycles using SMULWB, but we're loosing 16 bits of precision
1154 SMULWB(AL, d, d, size);
H A DARMAssemblerInterface.h297 inline void SMULWB(int cc, int Rd, int Rm, int Rs) { function in class:android::ARMAssemblerInterface
H A DGGLAssembler.cpp686 SMULWB(AL, fragment.reg, incoming.reg, cf);
689 SMULWB(AL, fragment.reg, fragment.reg, cf);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp465 case INSTR_SMULWB:a64asm->SMULWB(test.cond, Rd,Rm,Rs); break;

Completed in 117 milliseconds