Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c80 static TCGv_i64 cpu_bndl[4]; variable
3351 gen_bndck(s, decode, TCG_COND_LTU, cpu_bndl[reg]); in gen_multi0F()
3372 tcg_gen_mov_i64(cpu_bndl[reg], cpu_bndl[reg2]); in gen_multi0F()
3378 tcg_gen_qemu_ld_i64(cpu_bndl[reg], s->A0, in gen_multi0F()
3384 tcg_gen_qemu_ld_i64(cpu_bndl[reg], s->A0, in gen_multi0F()
3413 gen_helper_bndldx64(cpu_bndl[reg], tcg_env, s->A0, s->T0); in gen_multi0F()
3418 tcg_gen_ext32u_i64(cpu_bndl[reg], cpu_bndu[reg]); in gen_multi0F()
3437 tcg_gen_extu_tl_i64(cpu_bndl[reg], cpu_regs[a.base]); in gen_multi0F()
3439 tcg_gen_ext32u_i64(cpu_bndl[reg], cpu_bndl[reg]); in gen_multi0F()
3443 tcg_gen_movi_i64(cpu_bndl[reg], 0); in gen_multi0F()
[all …]