HomeSort by relevance Sort by last modified time
    Searched defs:QDADD (Results 1 - 2 of 2) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 382 void ARMAssembler::QDADD(int cc, int Rd, int Rm, int Rn)
ARMAssemblerProxy.cpp 172 void ARMAssemblerProxy::QDADD(int cc, int Rd, int Rm, int Rn) {
173 mTarget->QDADD(cc, Rd, Rm, Rn);

Completed in 590 milliseconds