Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h291 inline void SMULTB(int cc, int Rd, int Rm, int Rs) { in SMULTB() function
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp424 case INSTR_SMULTB:a64asm->SMULTB(test.cond, Rd,Rm,Rs); break; in dataOpTest()
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp462 case INSTR_SMULTB:a64asm->SMULTB(test.cond, Rd,Rm,Rs); break; in dataOpTest()