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