Home
last modified time | relevance | path

Searched refs:temp64 (Results 1 – 2 of 2) sorted by relevance

/qemu/target/tricore/
H A Dtranslate.c678 tcg_gen_ext32s_i64(temp64, temp64); /* low */ in gen_maddsum_h()
679 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_maddsum_h()
680 tcg_gen_shli_i64(temp64, temp64, 16); in gen_maddsum_h()
784 tcg_gen_ext32s_i64(temp64, temp64); /* low */ in gen_maddsums_h()
785 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_maddsums_h()
786 tcg_gen_shli_i64(temp64, temp64, 16); in gen_maddsums_h()
1987 tcg_gen_ext32s_i64(temp64, temp64); /* low */ in gen_msubadm_h()
1988 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_msubadm_h()
1989 tcg_gen_shli_i64(temp64, temp64, 16); in gen_msubadm_h()
2081 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_msubadms_h()
[all …]
/qemu/target/mips/tcg/
H A Ddsp_helper.c287 bool temp64; in mipsdsp_sat64_acc_add_q63() local
296 temp64 = ret[1] & 1; in mipsdsp_sat64_acc_add_q63()
297 if (temp64 != ((ret[0] >> 63) & 0x01)) { in mipsdsp_sat64_acc_add_q63()
298 if (temp64) { in mipsdsp_sat64_acc_add_q63()
314 bool temp64; in mipsdsp_sat64_acc_sub_q63() local
322 temp64 = ret[1] & 1; in mipsdsp_sat64_acc_sub_q63()
323 if (temp64 != ((ret[0] >> 63) & 0x01)) { in mipsdsp_sat64_acc_sub_q63()
324 if (temp64) { in mipsdsp_sat64_acc_sub_q63()
3178 int32_t tempI, temp64; in helper_extr_rs_w() local
3196 temp64 = tempDL[1] & 0x01; in helper_extr_rs_w()
[all …]