Lines Matching defs:swap

2069       return "swap";
3887 LLVMValueRef result, swap;
3891 swap = ac_build_quad_swizzle(ctx, result, 1, 0, 3, 2);
3892 result = ac_build_alu_op(ctx, result, swap, op);
3896 swap = ac_build_quad_swizzle(ctx, result, 2, 3, 0, 1);
3897 result = ac_build_alu_op(ctx, result, swap, op);
3902 swap = ac_build_dpp(ctx, identity, result, dpp_row_half_mirror, 0xf, 0xf, false);
3904 swap = ac_build_ds_swizzle(ctx, result, ds_pattern_bitmode(0x1f, 0, 0x04));
3905 result = ac_build_alu_op(ctx, result, swap, op);
3910 swap = ac_build_dpp(ctx, identity, result, dpp_row_mirror, 0xf, 0xf, false);
3912 swap = ac_build_ds_swizzle(ctx, result, ds_pattern_bitmode(0x1f, 0, 0x08));
3913 result = ac_build_alu_op(ctx, result, swap, op);
3918 swap = ac_build_permlane16(ctx, result, 0, true, false);
3920 swap = ac_build_dpp(ctx, identity, result, dpp_row_bcast15, 0xa, 0xf, false);
3922 swap = ac_build_ds_swizzle(ctx, result, ds_pattern_bitmode(0x1f, 0, 0x10));
3923 result = ac_build_alu_op(ctx, result, swap, op);
3930 swap = ac_build_readlane(ctx, result, LLVMConstInt(ctx->i32, 31, false));
3932 swap = ac_build_dpp(ctx, identity, result, dpp_row_bcast31, 0xc, 0xf, false);
3933 result = ac_build_alu_op(ctx, result, swap, op);
3939 swap = ac_build_readlane(ctx, result, ctx->i32_0);
3941 result = ac_build_alu_op(ctx, result, swap, op);
4124 /* swap odd,even lanes of arg_0*/
4130 /* swap even lanes between arg_0 and arg_1 */
4139 /* swap odd,even lanes again for arg_0*/
4595 * If the first vertex is provoking, swap index 1 and 2.
4596 * If the last vertex is provoking, swap index 0 and 1.