| 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 563 def binop_convert(name, out_type, in_type1, alg_props, const_expr, description="", in_type2=None): argument 569 def binop(name, ty, alg_props, const_expr, description = ""): argument 572 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument 575 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument [all …]
|