Searched refs:dclz (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSk64.cpp326 int dclz = D.fHi ? SkCLZ(D.fHi) : (33 - (D.fLo >> 31)); local
330 int shiftD = 33 - dclz;
/external/skia/src/core/
H A DSk64.cpp326 int dclz = D.fHi ? SkCLZ(D.fHi) : (33 - (D.fLo >> 31)); local
330 int shiftD = 33 - dclz;
/external/qemu/target-mips/
H A Dhelper.h31 DEF_HELPER_FLAGS_1(dclz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)

Completed in 401 milliseconds