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.py343 def binop_convert(name, out_type, in_type, alg_props, const_expr): function
347 binop_convert(name, ty, ty, alg_props, const_expr)
350 binop_convert(name, tbool, ty, alg_props, const_expr)
401 binop_convert("uadd_carry", tuint, tuint, commutative, "src0 + src1 < src0")
406 binop_convert("usub_borrow", tuint, tuint, "", "src0 < src1")
565 binop_convert("pack_double_2x32_split", tuint64, tuint32, "",
571 binop_convert("bfm", tuint32, tint32, "", """