Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Ddcu_sii9022a.c65 u32 temp3; in dcu_set_dvi_encoder() local
117 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
118 temp3 = (PICOS2KHZ(videomode->pixclock) * 1000) / temp3; in dcu_set_dvi_encoder()
119 temp1 = (u16)temp3 * 100; in dcu_set_dvi_encoder()
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c@80/
H A Dtmp75@4e.conf1 LABEL_temp1=temp3
/openbmc/qemu/target/tricore/
H A Dtranslate.c331 TCGv_i32 temp3 = tcg_temp_new_i32(); in gen_swapmsk()
335 tcg_gen_andc_i32(temp3, temp, cpu_gpr_d[reg + 1]);
336 tcg_gen_or_i32(temp2, temp2, temp3);
454 TCGv_i32 temp3 = tcg_temp_new_i32(); in gen_addsub64_h()
460 tcg_gen_xor_i32(temp3, r1_low, r2); in gen_addsub64_h()
462 tcg_gen_andc_i32(temp2, temp2, temp3); in gen_addsub64_h()
464 tcg_gen_and_i32(temp2, temp2, temp3); in gen_addsub64_h()
467 (*op2)(temp3, r1_high, r3); in gen_addsub64_h()
469 tcg_gen_xor_i32(cpu_PSW_V, temp3, r1_high); in gen_addsub64_h()
482 tcg_gen_mov_i32(ret_high, temp3); in gen_addsub64_h()
326 TCGv temp3 = tcg_temp_new(); gen_swapmsk() local
450 TCGv temp3 = tcg_temp_new(); gen_addsub64_h() local
697 TCGv temp3 = tcg_temp_new(); gen_madds_h() local
734 TCGv temp3 = tcg_temp_new(); gen_maddsus_h() local
990 TCGv temp3 = tcg_temp_new(); gen_madd32_q() local
1558 TCGv temp3 = tcg_temp_new(); gen_msubs_h() local
1726 TCGv temp3 = tcg_temp_new(); gen_msub32_q() local
2026 TCGv temp3 = tcg_temp_new(); gen_msubads_h() local
5329 TCGv temp, temp2, temp3; decode_rcrw_insert() local
6092 TCGv temp, temp2, temp3; decode_rr_divide() local
8014 TCGv temp, temp2, temp3; decode_32Bit_opc() local
[all...]
/openbmc/qemu/target/i386/
H A Dops_sse.h1822 float32 prod1, prod2, temp2, temp3, temp4; in glue() local
1851 temp3 = float32_add(prod1, prod2, &env->sse_status); in glue()
1852 temp4 = float32_add(temp2, temp3, &env->sse_status); in glue()