Searched refs:binop_convert (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 443 def binop_convert(name, out_type, in_type, alg_props, const_expr): function 448 binop_convert(name, ty, ty, alg_props, const_expr) 451 binop_convert(name, tbool1, ty, alg_props, const_expr) 454 binop_convert(name, tbool32, ty, alg_props, const_expr) 507 binop_convert("imul_2x32_64", tint64, tint32, commutative, 509 binop_convert("umul_2x32_64", tuint64, tuint32, commutative, 560 binop_convert("uadd_carry", tuint, tuint, commutative, "src0 + src1 < src0") 565 binop_convert("usub_borrow", tuint, tuint, "", "src0 < src1") 774 binop_convert("pack_64_2x32_split", tuint64, tuint32, "", 777 binop_convert("pack_32_2x16_spli [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opcodes.py | 555 def binop_convert(name, out_type, in_type, alg_props, const_expr): function 560 binop_convert(name, ty, ty, alg_props, const_expr) 563 binop_convert(name, tbool1, ty, alg_props, const_expr) 566 binop_convert(name, tbool8, ty, alg_props, const_expr) 569 binop_convert(name, tbool16, ty, alg_props, const_expr) 572 binop_convert(name, tbool32, ty, alg_props, const_expr) 656 binop_convert("uabs_isub", tuint, tint, "", """ 679 binop_convert("imul_2x32_64", tint64, tint32, _2src_commutative, 681 binop_convert("umul_2x32_64", tuint64, tuint32, _2src_commutative, 744 binop_convert("uadd_carr [all...] |
Completed in 6 milliseconds