Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h300 inline void SMULWT(int cc, int Rd, int Rm, int Rs) { in SMULWT() function
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp427 case INSTR_SMULWT:a64asm->SMULWT(test.cond, Rd,Rm,Rs); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp465 case INSTR_SMULWT:a64asm->SMULWT(test.cond, Rd,Rm,Rs); break; in dataOpTest()