Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py562 def binop_convert(name, out_type, in_type, alg_props, const_expr): function
567 binop_convert(name, ty, ty, alg_props, const_expr)
570 binop_convert(name, tbool1, ty, alg_props, const_expr)
573 binop_convert(name, tbool8, ty, alg_props, const_expr)
576 binop_convert(name, tbool16, ty, alg_props, const_expr)
579 binop_convert(name, tbool32, ty, alg_props, const_expr)
663 binop_convert("uabs_isub", tuint, tint, "", """
700 binop_convert("imul_2x32_64", tint64, tint32, _2src_commutative,
702 binop_convert("umul_2x32_64", tuint64, tuint32, _2src_commutative,
765 binop_convert("uadd_carr
[all...]

Completed in 2 milliseconds