Searched refs:tcg_zero (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 10067 TCGv_i64 tcg_zero = tcg_constant_i64(0); in handle_2misc_fcmp_zero() local 10096 genfn(tcg_res, tcg_zero, tcg_op, fpst); in handle_2misc_fcmp_zero() 10098 genfn(tcg_res, tcg_op, tcg_zero, fpst); in handle_2misc_fcmp_zero() 10106 TCGv_i32 tcg_zero = tcg_constant_i32(0); in handle_2misc_fcmp_zero() local 10164 genfn(tcg_res, tcg_zero, tcg_op, fpst); in handle_2misc_fcmp_zero() 10166 genfn(tcg_res, tcg_op, tcg_zero, fpst); in handle_2misc_fcmp_zero()
|