H A D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr, argument 159 is_conversion, algebraic_properties, const_expr, description = ""): argument 165 def unop_convert(name, out_type, in_type, const_expr, description = ""): argument 168 def unop(name, ty, const_expr, description = "", algebraic_properties = ""): argument 173 const_expr, description = ""): argument 197 def unop_numeric_convert(name, out_type, in_type, const_expr, description = ""): argument 558 def binop_convert(name, out_type, in_type1, alg_props, const_expr, description="", in_type2=None): argument 564 def binop(name, ty, alg_props, const_expr, description = ""): argument 567 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument 570 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument [all …]
|