HomeSort by relevance Sort by last modified time
    Searched refs:SMLA (Results 1 - 7 of 7) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 207 virtual void SMLA(int cc, int xy,
304 SMLA(cc, xyBB, Rd, Rm, Rs, Rn); }
307 SMLA(cc, xyTB, Rd, Rm, Rs, Rn); }
310 SMLA(cc, xyBT, Rd, Rm, Rs, Rn); }
313 SMLA(cc, xyTT, Rd, Rm, Rs, Rn); }
ARMAssemblerProxy.h 139 virtual void SMLA(int cc, int xy,
ARMAssemblerProxy.cpp 278 void ARMAssemblerProxy::SMLA(int cc, int xy, int Rd, int Rm, int Rs, int Rn) {
279 mTarget->SMLA(cc, xy, Rd, Rm, Rs, Rn);
ARMAssembler.h 152 virtual void SMLA(int cc, int xy,
ARMAssembler.cpp 414 void ARMAssembler::SMLA(int cc, int xy,
MIPSAssembler.h 151 virtual void SMLA(int cc, int xy,
MIPSAssembler.cpp     [all...]

Completed in 103 milliseconds