Lines Matching defs:tint32

109 tint32 = "int32"
291 unop_numeric_convert("i2imp", tint16, tint32, opcodes["i2i16"].const_expr)
295 unop_numeric_convert("i2fmp", tfloat16, tint32, opcodes["i2f16"].const_expr)
316 unop_convert("frexp_exp", tint32, tfloat, "frexp(src0, &dst);")
447 unop_convert("ufind_msb", tint32, tuint, """
457 unop_convert("ufind_msb_rev", tint32, tuint, """
476 unop("ifind_msb", tint32, """
490 unop_convert("ifind_msb_rev", tint32, tint, """
506 unop_convert("find_lsb", tint32, tint, """
679 binop_convert("imul_2x32_64", tint64, tint32, _2src_commutative,
734 binop("imul_32x16", tint32, "", "src0 * (int16_t) src1")
907 binop_convert("bfm", tuint32, tint32, "", """
913 opcode("ldexp", 0, tfloat, [0, 0], [tfloat, tint32], False, "", """
985 triop("i32csel_gt", tint32, "", "(src0 > 0.0f) ? src1 : src2")
986 triop("i32csel_ge", tint32, "", "(src0 >= 0.0f) ? src1 : src2")
1023 opcode("ibfe", 0, tint32,
1024 [0, 0, 0], [tint32, tuint32, tuint32], False, "", """
1039 [0, 0, 0], [tuint32, tint32, tint32], False, "", """
1050 opcode("ibitfield_extract", 0, tint32,
1051 [0, 0, 0], [tint32, tint32, tint32], False, "", """
1102 [tuint32, tuint32, tint32, tint32], False, "", """
1181 opcode("imadsh_mix16", 0, tint32,
1182 [0, 0, 0], [tint32, tint32, tint32], False, "", """
1189 triop("imad24_ir3", tint32, _2src_commutative,
1240 binop("imul24", tint32, _2src_commutative + associative,
1248 binop("umul24", tint32, _2src_commutative + associative,
1252 binop("imul24_relaxed", tint32, _2src_commutative + associative, "src0 * src1")
1258 unop_convert("fisfinite32", tint32, tfloat, "isfinite(src0)")
1263 binop("usadd_4x8_vc4", tint32, _2src_commutative + associative, """
1271 binop("ussub_4x8_vc4", tint32, "", """
1282 binop("umin_4x8_vc4", tint32, _2src_commutative + associative, """
1290 binop("umax_4x8_vc4", tint32, _2src_commutative + associative, """
1298 binop("umul_unorm_4x8_vc4", tint32, _2src_commutative + associative, """
1330 opcode("sdot_4x8_iadd", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1366 opcode("sudot_4x8_iadd", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1381 opcode("sdot_4x8_iadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1398 opcode("udot_4x8_uadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1418 opcode("sudot_4x8_iadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1437 opcode("sdot_2x16_iadd", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1459 opcode("sdot_2x16_iadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1472 opcode("udot_2x16_uadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],