Searched defs:CLZ (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp166 void ARMAssemblerProxy::CLZ(int cc, int Rd, int Rm) { function in class:android::ARMAssemblerProxy
167 mTarget->CLZ(cc, Rd, Rm);
H A DARMAssembler.cpp372 void ARMAssembler::CLZ(int cc, int Rd, int Rm) function in class:android::ARMAssembler

Completed in 28 milliseconds