Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8461 TCGv_i64 tcg_shift = tcg_temp_new_i64(); in handle_shift_reg()
8465 tcg_gen_andi_i64(tcg_shift, cpu_reg(s, rm), sf ? 63 : 31); in handle_shift_reg()
8466 shift_reg(tcg_rd, tcg_rn, sf, shift_type, tcg_shift); in handle_shift_reg()
9236 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt()
9241 tcg_shift = tcg_constant_i32(64 - scale); in handle_fpfpcvt()
9262 tcg_shift, tcg_fpstatus); in handle_fpfpcvt()
9265 tcg_shift, tcg_fpstatus); in handle_fpfpcvt()
9274 tcg_shift, tcg_fpstatus); in handle_fpfpcvt()
9277 tcg_shift, tcg_fpstatus); in handle_fpfpcvt()
9286 tcg_shift, tcg_fpstatu in handle_fpfpcvt()
8460 TCGv_i64 tcg_shift = tcg_temp_new_i64(); handle_shift_reg() local
9235 TCGv_i32 tcg_shift, tcg_single; handle_fpfpcvt() local
9673 TCGv_i32 tcg_shift = NULL; handle_simd_intfp_conv() local
9811 TCGv_i32 tcg_rmode, tcg_shift; handle_simd_shift_fpint_conv() local
[all...]
H A Dtranslate-vfp.c501 TCGv_i32 tcg_rmode, tcg_shift; in trans_VCVT() local
535 tcg_shift = tcg_constant_i32(0); in trans_VCVT()
546 gen_helper_vfp_tosld(tcg_res, tcg_double, tcg_shift, fpst); in trans_VCVT()
548 gen_helper_vfp_tould(tcg_res, tcg_double, tcg_shift, fpst); in trans_VCVT()
559 gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
561 gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
565 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
567 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()