Lines Matching defs:tint32
102 tint32 = "int32"
251 unop_convert("frexp_exp", tint32, tfloat, "frexp(src0, &dst);")
367 unop_convert("ufind_msb", tint32, tuint, """
377 unop("ifind_msb", tint32, """
391 unop_convert("find_lsb", tint32, tint, """
507 binop_convert("imul_2x32_64", tint64, tint32, commutative,
725 binop("usadd_4x8", tint32, commutative + associative, """
733 binop("ussub_4x8", tint32, "", """
744 binop("umin_4x8", tint32, commutative + associative, """
752 binop("umax_4x8", tint32, commutative + associative, """
760 binop("umul_unorm_4x8", tint32, commutative + associative, """
783 binop_convert("bfm", tuint32, tint32, "", """
791 opcode("ldexp", 0, tfloat, [0, 0], [tfloat, tint32], False, "", """
869 [0, 0, 0], [tuint32, tint32, tint32], False, "", """
882 opcode("ibfe", 0, tint32,
883 [0, 0, 0], [tint32, tint32, tint32], False, "", """
899 [0, 0, 0], [tuint32, tint32, tint32], False, "", """
910 opcode("ibitfield_extract", 0, tint32,
911 [0, 0, 0], [tint32, tint32, tint32], False, "", """
939 [tuint32, tuint32, tint32, tint32], False, "", """