Home
last modified time | relevance | path

Searched refs:clz_high_bit (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc405 size_t clz_high_bit = (type == DataType::Type::kInt64) ? 6u : 5u; in GenHighestOneBit() local
409 __ Bic(dst, dst, Operand(temp, LSL, high_bit - clz_high_bit)); // Clear dst if src was 0. in GenHighestOneBit()