Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/thermal/
H A Dimx_thermal.c59 s64 temp64; in read_cpu_temperature() local
90 temp64 = FACTOR0; in read_cpu_temperature()
91 temp64 *= 1000000; in read_cpu_temperature()
92 temp64 = div_s64_rem(temp64, FACTOR1 * n1 - FACTOR2, &rem); in read_cpu_temperature()
93 c1 = temp64; in read_cpu_temperature()
/openbmc/qemu/target/tricore/
H A Dtranslate.c609 TCGv_i64 temp64 = tcg_temp_new_i64(); in gen_madd_h()
612 GEN_HELPER_LL(mul_h, temp64, r2, r3, t_n); in gen_madd_h()
615 GEN_HELPER_LU(mul_h, temp64, r2, r3, t_n); in gen_madd_h()
618 GEN_HELPER_UL(mul_h, temp64, r2, r3, t_n); in gen_madd_h()
621 GEN_HELPER_UU(mul_h, temp64, r2, r3, t_n); in gen_madd_h()
624 tcg_gen_extr_i64_i32(temp, temp2, temp64); in gen_madd_h()
637 TCGv_i64 temp64 = tcg_temp_new_i64(); in gen_maddsu_h()
640 GEN_HELPER_LL(mul_h, temp64, r2, r3, t_n); in gen_maddsu_h()
643 GEN_HELPER_LU(mul_h, temp64, r2, r3, t_n); in gen_maddsu_h()
646 GEN_HELPER_UL(mul_h, temp64, r in gen_maddsu_h()
608 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_madd_h() local
635 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsu_h() local
660 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsum_h() local
698 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_madds_h() local
735 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsus_h() local
767 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsums_h() local
800 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddm_h() local
828 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddms_h() local
854 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddr64_h() local
889 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsur32_h() local
915 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddr64s_h() local
950 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsur32s_h() local
1531 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msub_h() local
1559 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubs_h() local
1591 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubm_h() local
1619 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubms_h() local
1645 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubr64_h() local
1679 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubr64s_h() local
1940 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubad_h() local
1965 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubadm_h() local
1999 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubadr32_h() local
2027 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubads_h() local
2059 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubadms_h() local
2092 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubadr32s_h() local
2367 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_madds_64() local
2385 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_maddsu_64() local
2415 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubs_64() local
2433 TCGv_i64 temp64 = tcg_temp_new_i64(); gen_msubsu_64() local
6317 TCGv_i64 temp64; decode_rr1_mul() local
[all...]
/openbmc/u-boot/post/drivers/
H A Dmemory.c203 unsigned long long temp64 = 0; in memory_post_dataline() local
216 move64(pmem, &temp64); in memory_post_dataline()
219 temp64 ^= 0x00008000; in memory_post_dataline()
222 if (temp64 != pattern[i]){ in memory_post_dataline()
226 hi = (temp64>>32) & 0xffffffff; in memory_post_dataline()
227 lo = temp64 & 0xffffffff; in memory_post_dataline()
/openbmc/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 …]