Searched refs:SMULBT (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.h292 inline void SMULBT(int cc, int Rd, int Rm, int Rs) { function in class:android::ARMAssemblerInterface
H A Dtexturing.cpp1216 // we could use SMULBT below.
1245 if (shift==16) SMULBT(AL, dest.reg, t, inReg);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp462 case INSTR_SMULBT:a64asm->SMULBT(test.cond, Rd,Rm,Rs); break;

Completed in 68 milliseconds