Searched refs:tofs (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 4015 TCGv mask, tofs = NULL, tlen = NULL; in DISAS_INSN() local 4030 tofs = tcg_constant_i32(ofs); in DISAS_INSN() 4061 tofs = tmp; in DISAS_INSN() 4069 tofs = tcg_constant_i32(ofs); in DISAS_INSN() 4083 gen_helper_bfffo_reg(DREG(ext, 12), QREG_CC_N, tofs, tlen); in DISAS_INSN()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1638 int tofs, bofs; 1642 tofs = vsr_full_offset(a->xt); 1649 tcg_gen_gvec_dup_mem(MO_32, tofs, bofs, 16, 16);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 1288 int tofs = gofs; in do_pppp_flags() local 1290 tofs = offsetof(CPUARMState, vfp.preg_tmp); in do_pppp_flags() 1291 tcg_gen_gvec_mov(0, tofs, gofs, psz, psz); in do_pppp_flags() 1295 do_predtest(s, dofs, tofs, psz / 8); in do_pppp_flags()
|