Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-cvt-inst-handler.cc126 input = flush_to_zero (src_is_fp16) (*this, casted_input); in generate()
186 conversion_result = flush_to_zero (true) (*this, conversion_result); in generate()
H A Dbrig-code-entry-handler.h128 class flush_to_zero : public tree_element_unary_visitor
131 flush_to_zero (bool fp16) : m_fp16 (fp16) in flush_to_zero() function
H A Dbrig-code-entry-handler.cc965 operand = flush_to_zero (is_fp16_arith) (*this, operand); in build_or_analyze_operands()
1024 inst_expr = flush_to_zero (is_fp16) (*this, inst_expr); in build_output_assignment()
1195 flush_to_zero::visit_element (brig_code_entry_handler &, tree operand) in visit_element()