Lines Matching full:else
113 #else
301 #else in tcg_gen_mb()
355 } else { in tcg_gen_addi_i32()
369 } else { in tcg_gen_subfi_i32()
429 } else if (arg2 == 0) { in tcg_gen_ori_i32()
431 } else { in tcg_gen_ori_i32()
446 } else if (arg2 == -1 && in tcg_gen_xori_i32()
450 } else { in tcg_gen_xori_i32()
459 } else { in tcg_gen_not_i32()
474 } else { in tcg_gen_shli_i32()
489 } else { in tcg_gen_shri_i32()
504 } else { in tcg_gen_sari_i32()
513 } else if (cond != TCG_COND_NEVER) { in tcg_gen_brcond_i32()
524 } else if (cond != TCG_COND_NEVER) { in tcg_gen_brcondi_i32()
534 } else if (cond == TCG_COND_NEVER) { in tcg_gen_setcond_i32()
536 } else { in tcg_gen_setcond_i32()
552 } else if (cond == TCG_COND_NEVER) { in tcg_gen_negsetcond_i32()
554 } else { in tcg_gen_negsetcond_i32()
574 } else if (is_power_of_2(arg2)) { in tcg_gen_muli_i32()
576 } else { in tcg_gen_muli_i32()
585 } else if (tcg_op_supported(INDEX_op_divs2, TCG_TYPE_I32, 0)) { in tcg_gen_div_i32()
590 } else { in tcg_gen_div_i32()
599 } else if (tcg_op_supported(INDEX_op_divs, TCG_TYPE_I32, 0)) { in tcg_gen_rem_i32()
605 } else if (tcg_op_supported(INDEX_op_divs2, TCG_TYPE_I32, 0)) { in tcg_gen_rem_i32()
610 } else { in tcg_gen_rem_i32()
619 } else if (tcg_op_supported(INDEX_op_divu2, TCG_TYPE_I32, 0)) { in tcg_gen_divu_i32()
624 } else { in tcg_gen_divu_i32()
633 } else if (tcg_op_supported(INDEX_op_divu, TCG_TYPE_I32, 0)) { in tcg_gen_remu_i32()
639 } else if (tcg_op_supported(INDEX_op_divu2, TCG_TYPE_I32, 0)) { in tcg_gen_remu_i32()
644 } else { in tcg_gen_remu_i32()
653 } else { in tcg_gen_andc_i32()
665 } else { in tcg_gen_eqv_i32()
675 } else { in tcg_gen_nand_i32()
685 } else { in tcg_gen_nor_i32()
695 } else { in tcg_gen_orc_i32()
707 } else if (tcg_op_supported(INDEX_op_clz, TCG_TYPE_I64, 0)) { in tcg_gen_clz_i32()
718 } else { in tcg_gen_clz_i32()
752 } else if (tcg_op_supported(INDEX_op_clz, TCG_TYPE_REG, 0)) { in tcg_gen_ctz_i32()
758 } else { in tcg_gen_ctz_i32()
779 } else { in tcg_gen_ctzi_i32()
793 } else { in tcg_gen_clrsb_i32()
802 } else if (tcg_op_supported(INDEX_op_ctpop, TCG_TYPE_I64, 0)) { in tcg_gen_ctpop_i32()
808 } else { in tcg_gen_ctpop_i32()
817 } else if (tcg_op_supported(INDEX_op_rotr, TCG_TYPE_I32, 0)) { in tcg_gen_rotl_i32()
822 } else { in tcg_gen_rotl_i32()
840 } else if (tcg_op_supported(INDEX_op_rotl, TCG_TYPE_I32, 0)) { in tcg_gen_rotli_i32()
843 } else if (tcg_op_supported(INDEX_op_rotr, TCG_TYPE_I32, 0)) { in tcg_gen_rotli_i32()
846 } else { in tcg_gen_rotli_i32()
861 } else if (tcg_op_supported(INDEX_op_rotl, TCG_TYPE_I32, 0)) { in tcg_gen_rotr_i32()
866 } else { in tcg_gen_rotr_i32()
923 } else { in tcg_gen_deposit_i32()
942 } else if (ofs == 0) { in tcg_gen_deposit_z_i32()
944 } else if (TCG_TARGET_deposit_valid(TCG_TYPE_I32, ofs, len)) { in tcg_gen_deposit_z_i32()
947 } else { in tcg_gen_deposit_z_i32()
1058 } else if (ofs == 32) { in tcg_gen_extract2_i32()
1060 } else if (al == ah) { in tcg_gen_extract2_i32()
1062 } else if (tcg_op_supported(INDEX_op_extract2, TCG_TYPE_I32, 0)) { in tcg_gen_extract2_i32()
1064 } else { in tcg_gen_extract2_i32()
1077 } else if (cond == TCG_COND_NEVER) { in tcg_gen_movcond_i32()
1079 } else { in tcg_gen_movcond_i32()
1093 } else { in tcg_gen_add2_i32()
1118 } else { in tcg_gen_addcio_i32()
1142 } else { in tcg_gen_sub2_i32()
1159 } else if (tcg_op_supported(INDEX_op_muluh, TCG_TYPE_I32, 0)) { in tcg_gen_mulu2_i32()
1165 } else if (TCG_TARGET_REG_BITS == 64) { in tcg_gen_mulu2_i32()
1174 } else { in tcg_gen_mulu2_i32()
1183 } else if (tcg_op_supported(INDEX_op_mulsh, TCG_TYPE_I32, 0)) { in tcg_gen_muls2_i32()
1189 } else if (TCG_TARGET_REG_BITS == 32) { in tcg_gen_muls2_i32()
1207 } else { in tcg_gen_muls2_i32()
1234 } else { in tcg_gen_mulsu2_i32()
1271 * With TCG_BSWAP_IZ, x == zero, else undefined.
1272 * With TCG_BSWAP_OZ, y == zero, with TCG_BSWAP_OS y == sign, else undefined.
1281 } else { in tcg_gen_bswap16_i32()
1294 } else if (flags & TCG_BSWAP_OZ) { in tcg_gen_bswap16_i32()
1297 } else { in tcg_gen_bswap16_i32()
1318 } else { in tcg_gen_bswap32_i32()
1427 } else { in tcg_gen_discard_i64()
1440 } else { in tcg_gen_mov_i64()
1446 } else { in tcg_gen_mov_i64()
1457 } else { in tcg_gen_movi_i64()
1467 } else { in tcg_gen_ld8u_i64()
1477 } else { in tcg_gen_ld8s_i64()
1487 } else { in tcg_gen_ld16u_i64()
1497 } else { in tcg_gen_ld16s_i64()
1507 } else { in tcg_gen_ld32u_i64()
1517 } else { in tcg_gen_ld32s_i64()
1531 } else if (HOST_BIG_ENDIAN) { in tcg_gen_ld_i64()
1534 } else { in tcg_gen_ld_i64()
1544 } else { in tcg_gen_st8_i64()
1553 } else { in tcg_gen_st16_i64()
1562 } else { in tcg_gen_st32_i64()
1571 } else if (HOST_BIG_ENDIAN) { in tcg_gen_st_i64()
1574 } else { in tcg_gen_st_i64()
1584 } else { in tcg_gen_add_i64()
1594 } else { in tcg_gen_sub_i64()
1604 } else { in tcg_gen_and_i64()
1614 } else { in tcg_gen_or_i64()
1624 } else { in tcg_gen_xor_i64()
1634 } else { in tcg_gen_shl_i64()
1643 } else { in tcg_gen_shr_i64()
1652 } else { in tcg_gen_sar_i64()
1689 } else if (TCG_TARGET_REG_BITS == 64) { in tcg_gen_addi_i64()
1691 } else { in tcg_gen_addi_i64()
1702 } else if (TCG_TARGET_REG_BITS == 64) { in tcg_gen_subfi_i64()
1704 } else { in tcg_gen_subfi_i64()
1720 } else { in tcg_gen_neg_i64()
1773 } else if (arg2 == 0) { in tcg_gen_ori_i64()
1775 } else { in tcg_gen_ori_i64()
1790 } else if (arg2 == -1 && in tcg_gen_xori_i64()
1794 } else { in tcg_gen_xori_i64()
1806 } else if (c >= 32) { in tcg_gen_shifti_i64()
1812 } else { in tcg_gen_shifti_i64()
1816 } else { in tcg_gen_shifti_i64()
1820 } else if (right) { in tcg_gen_shifti_i64()
1824 } else { in tcg_gen_shifti_i64()
1831 } else { in tcg_gen_shifti_i64()
1834 } else { in tcg_gen_shifti_i64()
1838 } else { in tcg_gen_shifti_i64()
1854 } else if (arg2 == 0) { in tcg_gen_shli_i64()
1856 } else { in tcg_gen_shli_i64()
1866 } else if (arg2 == 0) { in tcg_gen_shri_i64()
1868 } else { in tcg_gen_shri_i64()
1878 } else if (arg2 == 0) { in tcg_gen_sari_i64()
1880 } else { in tcg_gen_sari_i64()
1889 } else if (cond != TCG_COND_NEVER) { in tcg_gen_brcond_i64()
1895 } else { in tcg_gen_brcond_i64()
1907 } else if (cond == TCG_COND_ALWAYS) { in tcg_gen_brcondi_i64()
1909 } else if (cond != TCG_COND_NEVER) { in tcg_gen_brcondi_i64()
1924 } else if (cond == TCG_COND_NEVER) { in tcg_gen_setcond_i64()
1926 } else { in tcg_gen_setcond_i64()
1932 } else { in tcg_gen_setcond_i64()
1943 } else if (cond == TCG_COND_ALWAYS) { in tcg_gen_setcondi_i64()
1945 } else if (cond == TCG_COND_NEVER) { in tcg_gen_setcondi_i64()
1947 } else { in tcg_gen_setcondi_i64()
1967 } else if (cond == TCG_COND_NEVER) { in tcg_gen_negsetcond_i64()
1969 } else if (TCG_TARGET_REG_BITS == 64) { in tcg_gen_negsetcond_i64()
1971 } else { in tcg_gen_negsetcond_i64()
1984 } else if (is_power_of_2(arg2)) { in tcg_gen_muli_i64()
1986 } else { in tcg_gen_muli_i64()
1995 } else if (tcg_op_supported(INDEX_op_divs2, TCG_TYPE_I64, 0)) { in tcg_gen_div_i64()
2000 } else { in tcg_gen_div_i64()
2009 } else if (tcg_op_supported(INDEX_op_divs, TCG_TYPE_I64, 0)) { in tcg_gen_rem_i64()
2015 } else if (tcg_op_supported(INDEX_op_divs2, TCG_TYPE_I64, 0)) { in tcg_gen_rem_i64()
2020 } else { in tcg_gen_rem_i64()
2029 } else if (tcg_op_supported(INDEX_op_divu2, TCG_TYPE_I64, 0)) { in tcg_gen_divu_i64()
2034 } else { in tcg_gen_divu_i64()
2043 } else if (tcg_op_supported(INDEX_op_divu, TCG_TYPE_I64, 0)) { in tcg_gen_remu_i64()
2049 } else if (tcg_op_supported(INDEX_op_divu2, TCG_TYPE_I64, 0)) { in tcg_gen_remu_i64()
2054 } else { in tcg_gen_remu_i64()
2094 * With TCG_BSWAP_IZ, x == zero, else undefined.
2095 * With TCG_BSWAP_OZ, y == zero, with TCG_BSWAP_OS y == sign, else undefined.
2106 } else { in tcg_gen_bswap16_i64()
2109 } else if (tcg_op_supported(INDEX_op_bswap16, TCG_TYPE_I64, 0)) { in tcg_gen_bswap16_i64()
2111 } else { in tcg_gen_bswap16_i64()
2124 } else if (flags & TCG_BSWAP_OZ) { in tcg_gen_bswap16_i64()
2127 } else { in tcg_gen_bswap16_i64()
2144 * With TCG_BSWAP_IZ, x == zero, else undefined.
2145 * With TCG_BSWAP_OZ, y == zero, with TCG_BSWAP_OS y == sign, else undefined.
2156 } else { in tcg_gen_bswap32_i64()
2159 } else if (tcg_op_supported(INDEX_op_bswap32, TCG_TYPE_I64, 0)) { in tcg_gen_bswap32_i64()
2161 } else { in tcg_gen_bswap32_i64()
2177 } else { in tcg_gen_bswap32_i64()
2181 /* ....dcba (else) */ in tcg_gen_bswap32_i64()
2206 } else if (tcg_op_supported(INDEX_op_bswap64, TCG_TYPE_I64, 0)) { in tcg_gen_bswap64_i64()
2208 } else { in tcg_gen_bswap64_i64()
2278 } else if (tcg_op_supported(INDEX_op_not, TCG_TYPE_I64, 0)) { in tcg_gen_not_i64()
2280 } else { in tcg_gen_not_i64()
2290 } else if (tcg_op_supported(INDEX_op_andc, TCG_TYPE_I64, 0)) { in tcg_gen_andc_i64()
2292 } else { in tcg_gen_andc_i64()
2305 } else if (tcg_op_supported(INDEX_op_eqv, TCG_TYPE_I64, 0)) { in tcg_gen_eqv_i64()
2307 } else { in tcg_gen_eqv_i64()
2318 } else if (tcg_op_supported(INDEX_op_nand, TCG_TYPE_I64, 0)) { in tcg_gen_nand_i64()
2320 } else { in tcg_gen_nand_i64()
2331 } else if (tcg_op_supported(INDEX_op_nor, TCG_TYPE_I64, 0)) { in tcg_gen_nor_i64()
2333 } else { in tcg_gen_nor_i64()
2344 } else if (tcg_op_supported(INDEX_op_orc, TCG_TYPE_I64, 0)) { in tcg_gen_orc_i64()
2346 } else { in tcg_gen_orc_i64()
2358 } else { in tcg_gen_clz_i64()
2374 } else { in tcg_gen_clzi_i64()
2392 } else if (tcg_op_supported(INDEX_op_clz, TCG_TYPE_I64, 0)) { in tcg_gen_ctz_i64()
2398 } else { in tcg_gen_ctz_i64()
2419 } else if (arg2 == 64 in tcg_gen_ctzi_i64()
2428 } else { in tcg_gen_ctzi_i64()
2442 } else { in tcg_gen_clrsb_i64()
2454 } else { in tcg_gen_ctpop_i64()
2470 } else if (tcg_op_supported(INDEX_op_rotl, TCG_TYPE_I64, 0)) { in tcg_gen_rotl_i64()
2475 } else { in tcg_gen_rotl_i64()
2493 } else if (tcg_op_supported(INDEX_op_rotl, TCG_TYPE_I64, 0)) { in tcg_gen_rotli_i64()
2496 } else if (tcg_op_supported(INDEX_op_rotr, TCG_TYPE_I64, 0)) { in tcg_gen_rotli_i64()
2499 } else { in tcg_gen_rotli_i64()
2514 } else if (tcg_op_supported(INDEX_op_rotl, TCG_TYPE_I64, 0)) { in tcg_gen_rotr_i64()
2519 } else { in tcg_gen_rotr_i64()
2558 } else { in tcg_gen_deposit_i64()
2592 } else { in tcg_gen_deposit_i64()
2611 } else if (ofs == 0) { in tcg_gen_deposit_z_i64()
2613 } else if (TCG_TARGET_REG_BITS == 64 && in tcg_gen_deposit_z_i64()
2617 } else { in tcg_gen_deposit_z_i64()
2684 } else { in tcg_gen_extract_i64()
2740 } else if (ofs + len <= 32) { in tcg_gen_sextract_i64()
2742 } else if (ofs == 0) { in tcg_gen_sextract_i64()
2746 } else if (len > 32) { in tcg_gen_sextract_i64()
2756 } else { in tcg_gen_sextract_i64()
2799 } else if (ofs == 64) { in tcg_gen_extract2_i64()
2801 } else if (al == ah) { in tcg_gen_extract2_i64()
2803 } else if (tcg_op_supported(INDEX_op_extract2, TCG_TYPE_I64, 0)) { in tcg_gen_extract2_i64()
2805 } else { in tcg_gen_extract2_i64()
2818 } else if (cond == TCG_COND_NEVER) { in tcg_gen_movcond_i64()
2820 } else if (TCG_TARGET_REG_BITS == 64) { in tcg_gen_movcond_i64()
2822 } else { in tcg_gen_movcond_i64()
2854 } else { in tcg_gen_add2_i64()
2861 } else { in tcg_gen_add2_i64()
2887 } else { in tcg_gen_addcio_i64()
2900 } else { in tcg_gen_addcio_i64()
2914 } else { in tcg_gen_addcio_i64()
2957 } else { in tcg_gen_sub2_i64()
2964 } else { in tcg_gen_sub2_i64()
2981 } else if (tcg_op_supported(INDEX_op_muluh, TCG_TYPE_I64, 0)) { in tcg_gen_mulu2_i64()
2987 } else { in tcg_gen_mulu2_i64()
3000 } else if (tcg_op_supported(INDEX_op_mulsh, TCG_TYPE_I64, 0)) { in tcg_gen_muls2_i64()
3006 } else if (tcg_op_supported(INDEX_op_mulu2, TCG_TYPE_I64, 0) || in tcg_gen_muls2_i64()
3025 } else { in tcg_gen_muls2_i64()
3086 } else { in tcg_gen_extrl_i64_i32()
3096 } else { in tcg_gen_extrh_i64_i32()
3107 } else { in tcg_gen_extu_i32_i64()
3118 } else { in tcg_gen_ext_i32_i64()
3143 } else { in tcg_gen_concat_i32_i64()
3155 } else { in tcg_gen_extr_i64_i32()
3197 } else { in tcg_gen_ld_i128()
3208 } else { in tcg_gen_st_i128()
3233 } else if (idx <= TB_EXIT_IDXMAX) { in tcg_gen_exit_tb()
3239 } else { in tcg_gen_exit_tb()