H A D | nir_opcodes.py | 37 description): argument 94 self.description = description 159 is_conversion, algebraic_properties, const_expr, description = ""): argument 163 const_expr, description) 165 def unop_convert(name, out_type, in_type, const_expr, description = ""): argument 166 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr, description) 168 def unop(name, ty, const_expr, description = "", algebraic_properties = ""): argument 170 description) 173 const_expr, description = ""): argument 175 False, "", const_expr, description) [all …]
|