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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 387 void ARMAssembler::QSUB(int cc, int Rd, int Rm, int Rn)
ARMAssemblerProxy.cpp 175 void ARMAssemblerProxy::QSUB(int cc, int Rd, int Rm, int Rn) {
176 mTarget->QSUB(cc, Rd, Rm, Rn);

Completed in 47 milliseconds