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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 432 void ARMAssembler::UXTB16(int cc, int Rd, int Rm, int rotate)
ARMAssemblerProxy.cpp 198 void ARMAssemblerProxy::UXTB16(int cc, int Rd, int Rm, int rotate) {
199 mTarget->UXTB16(cc, Rd, Rm, rotate);

Completed in 724 milliseconds