package float64 file_number 0 "/inputs/subtree/xls/dslx/stdlib/apfloat.x" file_number 1 "/inputs/subtree/xls/dslx/stdlib/float64.x" top fn __float64__subnormals_to_zero(f: (bits[1], bits[11], bits[52]) id=20) -> (bits[1], bits[11], bits[52]) { f_bexp__1: bits[11] = tuple_index(f, index=1, id=43, pos=[(0,804,5), (0,809,27), (1,77,31)]) literal.44: bits[11] = literal(value=0, id=44, pos=[(0,804,14), (0,809,27), (1,77,31)]) ne.55: bits[1] = ne(f_bexp__1, literal.44, id=55, pos=[(0,809,4), (1,77,31)]) tuple_index.46: bits[52] = tuple_index(f, index=2, id=46, pos=[(0,809,4), (1,77,31)]) sign_ext.53: bits[52] = sign_ext(ne.55, new_bit_count=52, id=53, pos=[(0,809,4), (1,77,31)]) f_sign: bits[1] = tuple_index(f, index=0, id=48, pos=[(0,809,60), (1,77,31)]) and.54: bits[52] = and(tuple_index.46, sign_ext.53, id=54, pos=[(0,809,4), (1,77,31)]) ret tuple.51: (bits[1], bits[11], bits[52]) = tuple(f_sign, f_bexp__1, and.54, id=51, pos=[(0,809,4), (1,77,31)]) }