Lines Matching refs:pass

8246     int pass;  in handle_simd_qshl()  local
8289 for (pass = 0; pass < maxpass; pass++) { in handle_simd_qshl()
8292 read_vec_element(s, tcg_op, rn, pass, MO_64); in handle_simd_qshl()
8294 write_vec_element(s, tcg_op, rd, pass, MO_64); in handle_simd_qshl()
8318 for (pass = 0; pass < maxpass; pass++) { in handle_simd_qshl()
8321 read_vec_element_i32(s, tcg_op, rn, pass, memop); in handle_simd_qshl()
8338 write_vec_element_i32(s, tcg_op, rd, pass, MO_32); in handle_simd_qshl()
8357 int pass; in handle_simd_intfp_conv() local
8367 for (pass = 0; pass < elements; pass++) { in handle_simd_intfp_conv()
8368 read_vec_element(s, tcg_int64, rn, pass, mop); in handle_simd_intfp_conv()
8380 write_vec_element(s, tcg_double, rd, pass, MO_64); in handle_simd_intfp_conv()
8387 for (pass = 0; pass < elements; pass++) { in handle_simd_intfp_conv()
8388 read_vec_element_i32(s, tcg_int32, rn, pass, mop); in handle_simd_intfp_conv()
8432 write_vec_element_i32(s, tcg_float, rd, pass, size); in handle_simd_intfp_conv()
8490 int pass, size, fracbits; in handle_simd_shift_fpint_conv() local
8529 for (pass = 0; pass < maxpass; pass++) { in handle_simd_shift_fpint_conv()
8532 read_vec_element(s, tcg_op, rn, pass, MO_64); in handle_simd_shift_fpint_conv()
8538 write_vec_element(s, tcg_op, rd, pass, MO_64); in handle_simd_shift_fpint_conv()
8564 for (pass = 0; pass < maxpass; pass++) { in handle_simd_shift_fpint_conv()
8567 read_vec_element_i32(s, tcg_op, rn, pass, size); in handle_simd_shift_fpint_conv()
8572 write_vec_element_i32(s, tcg_op, rd, pass, size); in handle_simd_shift_fpint_conv()
8842 int pass; in handle_3same_float() local
8845 for (pass = 0; pass < elements; pass++) { in handle_3same_float()
8852 read_vec_element(s, tcg_op1, rn, pass, MO_64); in handle_3same_float()
8853 read_vec_element(s, tcg_op2, rm, pass, MO_64); in handle_3same_float()
8861 read_vec_element(s, tcg_res, rd, pass, MO_64); in handle_3same_float()
8921 write_vec_element(s, tcg_res, rd, pass, MO_64); in handle_3same_float()
8928 read_vec_element_i32(s, tcg_op1, rn, pass, MO_32); in handle_3same_float()
8929 read_vec_element_i32(s, tcg_op2, rm, pass, MO_32); in handle_3same_float()
8937 read_vec_element_i32(s, tcg_res, rd, pass, MO_32); in handle_3same_float()
9002 write_vec_element(s, tcg_tmp, rd, pass, MO_64); in handle_3same_float()
9004 write_vec_element_i32(s, tcg_res, rd, pass, MO_32); in handle_3same_float()
9456 int pass; in handle_2misc_fcmp_zero() local
9478 for (pass = 0; pass < (is_scalar ? 1 : 2); pass++) { in handle_2misc_fcmp_zero()
9479 read_vec_element(s, tcg_op, rn, pass, MO_64); in handle_2misc_fcmp_zero()
9485 write_vec_element(s, tcg_res, rd, pass, MO_64); in handle_2misc_fcmp_zero()
9495 int pass, maxpasses; in handle_2misc_fcmp_zero() local
9546 for (pass = 0; pass < maxpasses; pass++) { in handle_2misc_fcmp_zero()
9547 read_vec_element_i32(s, tcg_op, rn, pass, size); in handle_2misc_fcmp_zero()
9556 write_vec_element_i32(s, tcg_res, rd, pass, size); in handle_2misc_fcmp_zero()
9576 int pass; in handle_2misc_reciprocal() local
9578 for (pass = 0; pass < (is_scalar ? 1 : 2); pass++) { in handle_2misc_reciprocal()
9579 read_vec_element(s, tcg_op, rn, pass, MO_64); in handle_2misc_reciprocal()
9593 write_vec_element(s, tcg_res, rd, pass, MO_64); in handle_2misc_reciprocal()
9599 int pass, maxpasses; in handle_2misc_reciprocal() local
9607 for (pass = 0; pass < maxpasses; pass++) { in handle_2misc_reciprocal()
9608 read_vec_element_i32(s, tcg_op, rn, pass, MO_32); in handle_2misc_reciprocal()
9630 write_vec_element_i32(s, tcg_res, rd, pass, MO_32); in handle_2misc_reciprocal()
9646 int pass; in handle_2misc_narrow() local
9655 for (pass = 0; pass < passes; pass++) { in handle_2misc_narrow()
9661 read_vec_element(s, tcg_op, rn, pass, size + 1); in handle_2misc_narrow()
9663 read_vec_element(s, tcg_op, rn, pass, MO_64); in handle_2misc_narrow()
9665 tcg_res[pass] = tcg_temp_new_i32(); in handle_2misc_narrow()
9703 gen_helper_vfp_fcvtsd(tcg_res[pass], tcg_op, tcg_env); in handle_2misc_narrow()
9713 tcg_gen_deposit_i32(tcg_res[pass], tcg_lo, tcg_hi, 16, 16); in handle_2misc_narrow()
9719 gen_helper_bfcvt_pair(tcg_res[pass], tcg_op, fpst); in handle_2misc_narrow()
9727 gen_helper_fcvtx_f64_to_f32(tcg_res[pass], tcg_op, tcg_env); in handle_2misc_narrow()
9734 genfn(tcg_res[pass], tcg_op); in handle_2misc_narrow()
9736 genenvfn(tcg_res[pass], tcg_env, tcg_op); in handle_2misc_narrow()
9740 for (pass = 0; pass < 2; pass++) { in handle_2misc_narrow()
9741 write_vec_element_i32(s, tcg_res[pass], rd, destelt + pass, MO_32); in handle_2misc_narrow()
9755 int pass; in handle_2misc_satacc() local
9757 for (pass = 0; pass < (is_scalar ? 1 : 2); pass++) { in handle_2misc_satacc()
9758 read_vec_element(s, tcg_rn, rn, pass, MO_64); in handle_2misc_satacc()
9759 read_vec_element(s, tcg_rd, rd, pass, MO_64); in handle_2misc_satacc()
9766 write_vec_element(s, tcg_rd, rd, pass, MO_64); in handle_2misc_satacc()
9772 int pass, maxpasses; in handle_2misc_satacc() local
9780 for (pass = 0; pass < maxpasses; pass++) { in handle_2misc_satacc()
9782 read_vec_element_i32(s, tcg_rn, rn, pass, size); in handle_2misc_satacc()
9783 read_vec_element_i32(s, tcg_rd, rd, pass, size); in handle_2misc_satacc()
9785 read_vec_element_i32(s, tcg_rn, rn, pass, MO_32); in handle_2misc_satacc()
9786 read_vec_element_i32(s, tcg_rd, rd, pass, MO_32); in handle_2misc_satacc()
9822 write_vec_element_i32(s, tcg_rd, rd, pass, MO_32); in handle_2misc_satacc()
10297 int pass, accop; in handle_3rd_widening() local
10329 for (pass = 0; pass < 2; pass++) { in handle_3rd_widening()
10335 int elt = pass + is_q * 2; in handle_3rd_widening()
10341 tcg_passres = tcg_res[pass]; in handle_3rd_widening()
10387 gen_helper_neon_addl_saturate_s64(tcg_res[pass], tcg_env, in handle_3rd_widening()
10388 tcg_res[pass], tcg_passres); in handle_3rd_widening()
10390 tcg_gen_add_i64(tcg_res[pass], tcg_res[pass], tcg_passres); in handle_3rd_widening()
10392 tcg_gen_sub_i64(tcg_res[pass], tcg_res[pass], tcg_passres); in handle_3rd_widening()
10397 for (pass = 0; pass < 2; pass++) { in handle_3rd_widening()
10401 int elt = pass + is_q * 2; in handle_3rd_widening()
10407 tcg_passres = tcg_res[pass]; in handle_3rd_widening()
10480 gen_helper_neon_addl_saturate_s32(tcg_res[pass], tcg_env, in handle_3rd_widening()
10481 tcg_res[pass], in handle_3rd_widening()
10484 gen_neon_addl(size, (accop < 0), tcg_res[pass], in handle_3rd_widening()
10485 tcg_res[pass], tcg_passres); in handle_3rd_widening()
10500 int pass; in handle_3rd_wide() local
10502 for (pass = 0; pass < 2; pass++) { in handle_3rd_wide()
10513 read_vec_element(s, tcg_op1, rn, pass, MO_64); in handle_3rd_wide()
10514 read_vec_element_i32(s, tcg_op2, rm, part + pass, MO_32); in handle_3rd_wide()
10516 tcg_res[pass] = tcg_temp_new_i64(); in handle_3rd_wide()
10518 tcg_res[pass], tcg_op1, tcg_op2_wide); in handle_3rd_wide()
10521 for (pass = 0; pass < 2; pass++) { in handle_3rd_wide()
10522 write_vec_element(s, tcg_res[pass], rd, pass, MO_64); in handle_3rd_wide()
10537 int pass; in handle_3rd_narrowing() local
10539 for (pass = 0; pass < 2; pass++) { in handle_3rd_narrowing()
10552 read_vec_element(s, tcg_op1, rn, pass, MO_64); in handle_3rd_narrowing()
10553 read_vec_element(s, tcg_op2, rm, pass, MO_64); in handle_3rd_narrowing()
10557 tcg_res[pass] = tcg_temp_new_i32(); in handle_3rd_narrowing()
10558 gennarrow(tcg_res[pass], tcg_wideres); in handle_3rd_narrowing()
10561 for (pass = 0; pass < 2; pass++) { in handle_3rd_narrowing()
10562 write_vec_element_i32(s, tcg_res[pass], rd, pass + part, MO_32); in handle_3rd_narrowing()
10739 int pass; in handle_simd_3same_pair() local
10758 for (pass = 0; pass < 2; pass++) { in handle_simd_3same_pair()
10761 int passreg = (pass == 0) ? rn : rm; in handle_simd_3same_pair()
10765 tcg_res[pass] = tcg_temp_new_i64(); in handle_simd_3same_pair()
10769 tcg_gen_add_i64(tcg_res[pass], tcg_op1, tcg_op2); in handle_simd_3same_pair()
10772 gen_helper_vfp_maxnumd(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10775 gen_helper_vfp_addd(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10778 gen_helper_vfp_maxd(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10781 gen_helper_vfp_minnumd(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10784 gen_helper_vfp_mind(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10791 for (pass = 0; pass < 2; pass++) { in handle_simd_3same_pair()
10792 write_vec_element(s, tcg_res[pass], rd, pass, MO_64); in handle_simd_3same_pair()
10798 for (pass = 0; pass < maxpass; pass++) { in handle_simd_3same_pair()
10802 int passreg = pass < (maxpass / 2) ? rn : rm; in handle_simd_3same_pair()
10803 int passelt = (is_q && (pass & 1)) ? 2 : 0; in handle_simd_3same_pair()
10807 tcg_res[pass] = tcg_temp_new_i32(); in handle_simd_3same_pair()
10842 gen_helper_vfp_maxnums(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10845 gen_helper_vfp_adds(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10848 gen_helper_vfp_maxs(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10851 gen_helper_vfp_minnums(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10854 gen_helper_vfp_mins(tcg_res[pass], tcg_op1, tcg_op2, fpst); in handle_simd_3same_pair()
10862 genfn(tcg_res[pass], tcg_op1, tcg_op2); in handle_simd_3same_pair()
10866 for (pass = 0; pass < maxpass; pass++) { in handle_simd_3same_pair()
10867 write_vec_element_i32(s, tcg_res[pass], rd, pass, MO_32); in handle_simd_3same_pair()
10972 int pass; in disas_simd_3same_int() local
11116 for (pass = 0; pass < 2; pass++) { in disas_simd_3same_int()
11121 read_vec_element(s, tcg_op1, rn, pass, MO_64); in disas_simd_3same_int()
11122 read_vec_element(s, tcg_op2, rm, pass, MO_64); in disas_simd_3same_int()
11126 write_vec_element(s, tcg_res, rd, pass, MO_64); in disas_simd_3same_int()
11129 for (pass = 0; pass < (is_q ? 4 : 2); pass++) { in disas_simd_3same_int()
11136 read_vec_element_i32(s, tcg_op1, rn, pass, MO_32); in disas_simd_3same_int()
11137 read_vec_element_i32(s, tcg_op2, rm, pass, MO_32); in disas_simd_3same_int()
11210 write_vec_element_i32(s, tcg_res, rd, pass, MO_32); in disas_simd_3same_int()
11295 int pass; in disas_simd_three_reg_same_fp16() local
11348 for (pass = 0; pass < maxpass; pass++) { in disas_simd_three_reg_same_fp16()
11349 int passreg = pass < (maxpass / 2) ? rn : rm; in disas_simd_three_reg_same_fp16()
11350 int passelt = (pass << 1) & (maxpass - 1); in disas_simd_three_reg_same_fp16()
11354 tcg_res[pass] = tcg_temp_new_i32(); in disas_simd_three_reg_same_fp16()
11358 gen_helper_advsimd_maxnumh(tcg_res[pass], tcg_op1, tcg_op2, in disas_simd_three_reg_same_fp16()
11362 gen_helper_advsimd_addh(tcg_res[pass], tcg_op1, tcg_op2, fpst); in disas_simd_three_reg_same_fp16()
11365 gen_helper_advsimd_maxh(tcg_res[pass], tcg_op1, tcg_op2, fpst); in disas_simd_three_reg_same_fp16()
11368 gen_helper_advsimd_minnumh(tcg_res[pass], tcg_op1, tcg_op2, in disas_simd_three_reg_same_fp16()
11372 gen_helper_advsimd_minh(tcg_res[pass], tcg_op1, tcg_op2, fpst); in disas_simd_three_reg_same_fp16()
11379 for (pass = 0; pass < maxpass; pass++) { in disas_simd_three_reg_same_fp16()
11380 write_vec_element_i32(s, tcg_res[pass], rd, pass, MO_16); in disas_simd_three_reg_same_fp16()
11383 for (pass = 0; pass < elements; pass++) { in disas_simd_three_reg_same_fp16()
11388 read_vec_element_i32(s, tcg_op1, rn, pass, MO_16); in disas_simd_three_reg_same_fp16()
11389 read_vec_element_i32(s, tcg_op2, rm, pass, MO_16); in disas_simd_three_reg_same_fp16()
11396 read_vec_element_i32(s, tcg_res, rd, pass, MO_16); in disas_simd_three_reg_same_fp16()
11421 read_vec_element_i32(s, tcg_res, rd, pass, MO_16); in disas_simd_three_reg_same_fp16()
11460 write_vec_element_i32(s, tcg_res, rd, pass, MO_16); in disas_simd_three_reg_same_fp16()
11662 int pass; in handle_2misc_widening() local
11669 for (pass = 0; pass < 2; pass++) { in handle_2misc_widening()
11671 tcg_res[pass] = tcg_temp_new_i64(); in handle_2misc_widening()
11673 read_vec_element_i32(s, tcg_op, rn, srcelt + pass, MO_32); in handle_2misc_widening()
11674 gen_helper_vfp_fcvtds(tcg_res[pass], tcg_op, tcg_env); in handle_2misc_widening()
11676 for (pass = 0; pass < 2; pass++) { in handle_2misc_widening()
11677 write_vec_element(s, tcg_res[pass], rd, pass, MO_64); in handle_2misc_widening()
11686 for (pass = 0; pass < 4; pass++) { in handle_2misc_widening()
11687 tcg_res[pass] = tcg_temp_new_i32(); in handle_2misc_widening()
11689 read_vec_element_i32(s, tcg_res[pass], rn, srcelt + pass, MO_16); in handle_2misc_widening()
11690 gen_helper_vfp_fcvt_f16_to_f32(tcg_res[pass], tcg_res[pass], in handle_2misc_widening()
11693 for (pass = 0; pass < 4; pass++) { in handle_2misc_widening()
11694 write_vec_element_i32(s, tcg_res[pass], rd, pass, MO_32); in handle_2misc_widening()
11779 int pass; in handle_2misc_pairwise() local
11786 for (pass = 0; pass < maxpass; pass++) { in handle_2misc_pairwise()
11790 tcg_res[pass] = tcg_temp_new_i64(); in handle_2misc_pairwise()
11792 read_vec_element(s, tcg_op1, rn, pass * 2, memop); in handle_2misc_pairwise()
11793 read_vec_element(s, tcg_op2, rn, pass * 2 + 1, memop); in handle_2misc_pairwise()
11794 tcg_gen_add_i64(tcg_res[pass], tcg_op1, tcg_op2); in handle_2misc_pairwise()
11796 read_vec_element(s, tcg_op1, rd, pass, MO_64); in handle_2misc_pairwise()
11797 tcg_gen_add_i64(tcg_res[pass], tcg_res[pass], tcg_op1); in handle_2misc_pairwise()
11801 for (pass = 0; pass < maxpass; pass++) { in handle_2misc_pairwise()
11811 tcg_res[pass] = tcg_temp_new_i64(); in handle_2misc_pairwise()
11813 read_vec_element(s, tcg_op, rn, pass, MO_64); in handle_2misc_pairwise()
11814 genfn(tcg_res[pass], tcg_op); in handle_2misc_pairwise()
11817 read_vec_element(s, tcg_op, rd, pass, MO_64); in handle_2misc_pairwise()
11819 gen_helper_neon_addl_u16(tcg_res[pass], in handle_2misc_pairwise()
11820 tcg_res[pass], tcg_op); in handle_2misc_pairwise()
11822 gen_helper_neon_addl_u32(tcg_res[pass], in handle_2misc_pairwise()
11823 tcg_res[pass], tcg_op); in handle_2misc_pairwise()
11831 for (pass = 0; pass < 2; pass++) { in handle_2misc_pairwise()
11832 write_vec_element(s, tcg_res[pass], rd, pass, MO_64); in handle_2misc_pairwise()
11839 int pass; in handle_shll() local
11843 for (pass = 0; pass < 2; pass++) { in handle_shll()
11852 read_vec_element_i32(s, tcg_op, rn, part + pass, MO_32); in handle_shll()
11853 tcg_res[pass] = tcg_temp_new_i64(); in handle_shll()
11854 widenfn(tcg_res[pass], tcg_op); in handle_shll()
11855 tcg_gen_shli_i64(tcg_res[pass], tcg_res[pass], 8 << size); in handle_shll()
11858 for (pass = 0; pass < 2; pass++) { in handle_shll()
11859 write_vec_element(s, tcg_res[pass], rd, pass, MO_64); in handle_shll()
12191 int pass; in disas_simd_two_reg_misc() local
12197 for (pass = 0; pass < 2; pass++) { in disas_simd_two_reg_misc()
12201 read_vec_element(s, tcg_op, rn, pass, MO_64); in disas_simd_two_reg_misc()
12206 write_vec_element(s, tcg_res, rd, pass, MO_64); in disas_simd_two_reg_misc()
12209 int pass; in disas_simd_two_reg_misc() local
12211 for (pass = 0; pass < (is_q ? 4 : 2); pass++) { in disas_simd_two_reg_misc()
12215 read_vec_element_i32(s, tcg_op, rn, pass, MO_32); in disas_simd_two_reg_misc()
12328 write_vec_element_i32(s, tcg_res, rd, pass, MO_32); in disas_simd_two_reg_misc()
12360 int pass; in disas_simd_two_reg_misc_fp16() local
12544 for (pass = 0; pass < (is_q ? 8 : 4); pass++) { in disas_simd_two_reg_misc_fp16()
12548 read_vec_element_i32(s, tcg_op, rn, pass, MO_16); in disas_simd_two_reg_misc_fp16()
12595 write_vec_element_i32(s, tcg_res, rd, pass, MO_16); in disas_simd_two_reg_misc_fp16()
12944 int pass; in disas_simd_indexed() local
12950 for (pass = 0; pass < (is_scalar ? 1 : 2); pass++) { in disas_simd_indexed()
12954 read_vec_element(s, tcg_op, rn, pass, MO_64); in disas_simd_indexed()
12962 read_vec_element(s, tcg_res, rd, pass, MO_64); in disas_simd_indexed()
12975 write_vec_element(s, tcg_res, rd, pass, MO_64); in disas_simd_indexed()
12985 int pass, maxpasses; in disas_simd_indexed() local
13003 for (pass = 0; pass < maxpasses; pass++) { in disas_simd_indexed()
13007 read_vec_element_i32(s, tcg_op, rn, pass, is_scalar ? size : MO_32); in disas_simd_indexed()
13029 read_vec_element_i32(s, tcg_op, rd, pass, MO_32); in disas_simd_indexed()
13036 read_vec_element_i32(s, tcg_res, rd, pass, in disas_simd_indexed()
13121 read_vec_element_i32(s, tcg_res, rd, pass, in disas_simd_indexed()
13132 read_vec_element_i32(s, tcg_res, rd, pass, in disas_simd_indexed()
13149 write_vec_element_i32(s, tcg_res, rd, pass, MO_32); in disas_simd_indexed()
13157 int pass; in disas_simd_indexed() local
13170 for (pass = 0; pass < (is_scalar ? 1 : 2); pass++) { in disas_simd_indexed()
13178 passelt = pass + (is_q * 2); in disas_simd_indexed()
13183 tcg_res[pass] = tcg_temp_new_i64(); in disas_simd_indexed()
13187 tcg_passres = tcg_res[pass]; in disas_simd_indexed()
13205 read_vec_element(s, tcg_res[pass], rd, pass, MO_64); in disas_simd_indexed()
13209 tcg_gen_add_i64(tcg_res[pass], tcg_res[pass], tcg_passres); in disas_simd_indexed()
13212 tcg_gen_sub_i64(tcg_res[pass], tcg_res[pass], tcg_passres); in disas_simd_indexed()
13218 gen_helper_neon_addl_saturate_s64(tcg_res[pass], tcg_env, in disas_simd_indexed()
13219 tcg_res[pass], in disas_simd_indexed()
13242 for (pass = 0; pass < (is_scalar ? 1 : 2); pass++) { in disas_simd_indexed()
13247 read_vec_element_i32(s, tcg_op, rn, pass, size); in disas_simd_indexed()
13250 pass + (is_q * 2), MO_32); in disas_simd_indexed()
13253 tcg_res[pass] = tcg_temp_new_i64(); in disas_simd_indexed()
13257 tcg_passres = tcg_res[pass]; in disas_simd_indexed()
13277 read_vec_element(s, tcg_res[pass], rd, pass, MO_64); in disas_simd_indexed()
13281 gen_helper_neon_addl_u32(tcg_res[pass], tcg_res[pass], in disas_simd_indexed()
13285 gen_helper_neon_subl_u32(tcg_res[pass], tcg_res[pass], in disas_simd_indexed()
13292 gen_helper_neon_addl_saturate_s32(tcg_res[pass], tcg_env, in disas_simd_indexed()
13293 tcg_res[pass], in disas_simd_indexed()
13310 for (pass = 0; pass < 2; pass++) { in disas_simd_indexed()
13311 write_vec_element(s, tcg_res[pass], rd, pass, MO_64); in disas_simd_indexed()
13664 int pass; in disas_crypto_four_reg() local
13672 for (pass = 0; pass < 2; pass++) { in disas_crypto_four_reg()
13673 read_vec_element(s, tcg_op1, rn, pass, MO_64); in disas_crypto_four_reg()
13674 read_vec_element(s, tcg_op2, rm, pass, MO_64); in disas_crypto_four_reg()
13675 read_vec_element(s, tcg_op3, ra, pass, MO_64); in disas_crypto_four_reg()
13679 tcg_gen_xor_i64(tcg_res[pass], tcg_op2, tcg_op3); in disas_crypto_four_reg()
13682 tcg_gen_andc_i64(tcg_res[pass], tcg_op2, tcg_op3); in disas_crypto_four_reg()
13684 tcg_gen_xor_i64(tcg_res[pass], tcg_res[pass], tcg_op1); in disas_crypto_four_reg()