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

/netbsd-current/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);
186 conversion_result = flush_to_zero (true) (*this, conversion_result);
H A Dbrig-code-entry-handler.h128 class flush_to_zero : public tree_element_unary_visitor class in inherits:tree_element_unary_visitor
131 flush_to_zero (bool fp16) : m_fp16 (fp16) function in class:flush_to_zero
H A Dbrig-code-entry-handler.cc965 operand = flush_to_zero (is_fp16_arith) (*this, operand);
1024 inst_expr = flush_to_zero (is_fp16) (*this, inst_expr);
1195 flush_to_zero::visit_element (brig_code_entry_handler &, tree operand)

Completed in 106 milliseconds