Lines Matching refs:tint32
107 tint32 = "int32"
290 unop_numeric_convert("i2imp", tint16, tint32, opcodes["i2i16"].const_expr)
294 unop_numeric_convert("i2fmp", tfloat16, tint32, opcodes["i2f16"].const_expr)
315 unop_convert("frexp_exp", tint32, tfloat, "frexp(src0, &dst);")
378 unop_horiz("pack_sint_2x16", 1, tint32, 2, tint32, """
458 unop_convert("ufind_msb", tint32, tuint, """
468 unop_convert("ufind_msb_rev", tint32, tuint, """
487 unop("ifind_msb", tint32, """
501 unop_convert("ifind_msb_rev", tint32, tint, """
513 unop_convert("find_lsb", tint32, tint, """
700 binop_convert("imul_2x32_64", tint64, tint32, _2src_commutative,
755 binop("imul_32x16", tint32, "", "src0 * (int16_t) src1")
928 binop_convert("bfm", tuint32, tint32, "", """
934 opcode("ldexp", 0, tfloat, [0, 0], [tfloat, tint32], False, "", """
1019 triop("i32csel_gt", tint32, selection, "(src0 > 0) ? src1 : src2")
1020 triop("i32csel_ge", tint32, selection, "(src0 >= 0) ? src1 : src2")
1057 opcode("ibfe", 0, tint32,
1058 [0, 0, 0], [tint32, tuint32, tuint32], False, "", """
1073 [0, 0, 0], [tuint32, tint32, tint32], False, "", """
1084 opcode("ibitfield_extract", 0, tint32,
1085 [0, 0, 0], [tint32, tint32, tint32], False, "", """
1136 [tuint32, tuint32, tint32, tint32], False, "", """
1215 opcode("imadsh_mix16", 0, tint32,
1216 [0, 0, 0], [tint32, tint32, tint32], False, "", """
1223 triop("imad24_ir3", tint32, _2src_commutative,
1274 binop("imul24", tint32, _2src_commutative + associative,
1282 binop("umul24", tint32, _2src_commutative + associative,
1286 binop("imul24_relaxed", tint32, _2src_commutative + associative, "src0 * src1")
1297 binop("usadd_4x8_vc4", tint32, _2src_commutative + associative, """
1305 binop("ussub_4x8_vc4", tint32, "", """
1316 binop("umin_4x8_vc4", tint32, _2src_commutative + associative, """
1324 binop("umax_4x8_vc4", tint32, _2src_commutative + associative, """
1332 binop("umul_unorm_4x8_vc4", tint32, _2src_commutative + associative, """
1364 opcode("sdot_4x8_iadd", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1400 opcode("sudot_4x8_iadd", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1415 opcode("sdot_4x8_iadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1432 opcode("udot_4x8_uadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1452 opcode("sudot_4x8_iadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1471 opcode("sdot_2x16_iadd", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1493 opcode("sdot_2x16_iadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],
1506 opcode("udot_2x16_uadd_sat", 0, tint32, [0, 0, 0], [tuint32, tuint32, tint32],