Home
last modified time | relevance | path

Searched refs:SMULBT (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h293 inline void SMULBT(int cc, int Rd, int Rm, int Rs) { in SMULBT() function
Dtexturing.cpp1142 if (shift==16) SMULBT(AL, dest.reg, t, inReg); in modulate()
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp423 case INSTR_SMULBT:a64asm->SMULBT(test.cond, Rd,Rm,Rs); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp461 case INSTR_SMULBT:a64asm->SMULBT(test.cond, Rd,Rm,Rs); break; in dataOpTest()