Searched refs:SMULBT (Results 1 – 4 of 4) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 293 inline void SMULBT(int cc, int Rd, int Rm, int Rs) { in SMULBT() function
|
D | texturing.cpp | 1133 if (shift==16) SMULBT(AL, dest.reg, t, inReg); in modulate()
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 423 case INSTR_SMULBT:a64asm->SMULBT(test.cond, Rd,Rm,Rs); break; in dataOpTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 461 case INSTR_SMULBT:a64asm->SMULBT(test.cond, Rd,Rm,Rs); break; in dataOpTest()
|