Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py355 def binop_convert(name, out_type, in_type, alg_props, const_expr): function
359 binop_convert(name, ty, ty, alg_props, const_expr)
362 binop_convert(name, tbool, ty, alg_props, const_expr)
413 binop_convert("uadd_carry", tuint, tuint, commutative, "src0 + src1 < src0")
418 binop_convert("usub_borrow", tuint, tuint, "", "src0 < src1")
577 binop_convert("pack_64_2x32_split", tuint64, tuint32, "",
583 binop_convert("bfm", tuint32, tint32, "", """