Home
last modified time | relevance | path

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

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c1683 TCGv_i64 hitmp = tcg_temp_new_i64(tcg_ctx); in gen_load_exclusive() local
1687 tcg_gen_qemu_ld_i64(s->uc, hitmp, addr2, get_mem_index(s), memop); in gen_load_exclusive()
1689 tcg_gen_mov_i64(tcg_ctx, tcg_ctx->cpu_exclusive_high, hitmp); in gen_load_exclusive()
1690 tcg_gen_mov_i64(tcg_ctx, cpu_reg(s, rt2), hitmp); in gen_load_exclusive()
1691 tcg_temp_free_i64(tcg_ctx, hitmp); in gen_load_exclusive()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c1683 TCGv_i64 hitmp = tcg_temp_new_i64(tcg_ctx); in gen_load_exclusive() local
1687 tcg_gen_qemu_ld_i64(s->uc, hitmp, addr2, get_mem_index(s), memop); in gen_load_exclusive()
1689 tcg_gen_mov_i64(tcg_ctx, tcg_ctx->cpu_exclusive_high, hitmp); in gen_load_exclusive()
1690 tcg_gen_mov_i64(tcg_ctx, cpu_reg(s, rt2), hitmp); in gen_load_exclusive()
1691 tcg_temp_free_i64(tcg_ctx, hitmp); in gen_load_exclusive()