package std file_number 0 "/inputs/subtree/xls/dslx/stdlib/std.x" top fn __std__clzt_pow2_2(value: bits[2] id=37) -> bits[2] { bit_slice.44: bits[1] = bit_slice(value, start=0, width=1, id=44, pos=[(0,1585,70)]) bit_slice.42: bits[1] = bit_slice(value, start=1, width=1, id=42, pos=[(0,1585,40)]) not.124: bits[1] = not(bit_slice.44, id=124, pos=[(0,1585,22)]) nor.89: bits[1] = nor(bit_slice.42, bit_slice.44, id=89, pos=[(0,1585,22)]) nor.125: bits[1] = nor(bit_slice.42, not.124, id=125, pos=[(0,1585,22)]) ret concat.100: bits[2] = concat(nor.89, nor.125, id=100, pos=[(0,1585,22)]) }