D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr, argument 158 is_conversion, algebraic_properties, const_expr, description = ""): argument 164 def unop_convert(name, out_type, in_type, const_expr, description = ""): argument 167 def unop(name, ty, const_expr, description = "", algebraic_properties = ""): argument 172 const_expr, description = ""): argument 196 def unop_numeric_convert(name, out_type, in_type, const_expr, description = ""): argument 544 def binop_convert(name, out_type, in_type1, alg_props, const_expr, description="", in_type2=None): argument 550 def binop(name, ty, alg_props, const_expr, description = ""): argument 553 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument 556 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument [all …]
|