Searched refs:tcg_shift (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 8460 TCGv_i64 tcg_shift = tcg_temp_new_i64(); in handle_shift_reg() local 8464 tcg_gen_andi_i64(tcg_shift, cpu_reg(s, rm), sf ? 63 : 31); in handle_shift_reg() 8465 shift_reg(tcg_rd, tcg_rn, sf, shift_type, tcg_shift); in handle_shift_reg() 9235 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local 9240 tcg_shift = tcg_constant_i32(64 - scale); in handle_fpfpcvt() 9261 tcg_shift, tcg_fpstatus); in handle_fpfpcvt() 9264 tcg_shift, tcg_fpstatus); in handle_fpfpcvt() 9273 tcg_shift, tcg_fpstatus); in handle_fpfpcvt() 9276 tcg_shift, tcg_fpstatus); in handle_fpfpcvt() 9285 tcg_shift, tcg_fpstatus); in handle_fpfpcvt() [all …]
|
H A D | translate-vfp.c | 501 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()
|