Home
last modified time | relevance | path

Searched refs:SMULTT (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h295 inline void SMULTT(int cc, int Rd, int Rm, int Rs) { in SMULTT() function
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp425 case INSTR_SMULTT:a64asm->SMULTT(test.cond, Rd,Rm,Rs); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp463 case INSTR_SMULTT:a64asm->SMULTT(test.cond, Rd,Rm,Rs); break; in dataOpTest()