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

/external/valgrind/VEX/priv/
H A Dhost_arm64_isel.c1111 UInt trail_zero = CountTrailingZeros(value, width); local
1136 *imm_r = (lead_zero > 0) ? (width - trail_zero) : lead_one;
1141 if (lead_zero + trail_zero + set_bits == width) {

Completed in 100 milliseconds