Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg-op-ldst.c1024 TCGv_i128 tmpv = tcg_temp_ebb_new_i128(); in tcg_gen_nonatomic_cmpxchg_i128_int() local
1037 tcg_gen_movcond_i64(TCG_COND_EQ, TCGV128_LOW(tmpv), t0, z, in tcg_gen_nonatomic_cmpxchg_i128_int()
1039 tcg_gen_movcond_i64(TCG_COND_EQ, TCGV128_HIGH(tmpv), t0, z, in tcg_gen_nonatomic_cmpxchg_i128_int()
1043 tcg_gen_qemu_st_i128_int(tmpv, addr, idx, memop); in tcg_gen_nonatomic_cmpxchg_i128_int()
1048 tcg_temp_free_i128(tmpv); in tcg_gen_nonatomic_cmpxchg_i128_int()