Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h501 TCGTemp *tcgv_i32_temp(TCGv_i32 v);
513 static inline TCGTemp *tcgv_i32_temp(TCGv_i32 v) in tcgv_i32_temp() function
521 return tcgv_i32_temp((TCGv_i32)v); in tcgv_i64_temp()
526 return tcgv_i32_temp((TCGv_i32)v); in tcgv_i128_temp()
531 return tcgv_i32_temp((TCGv_i32)v); in tcgv_ptr_temp()
536 return tcgv_i32_temp((TCGv_i32)v); in tcgv_vec_temp()
541 return temp_arg(tcgv_i32_temp(v)); in tcgv_i32_arg()
H A Dtcg-op.h67 #define tcgv_tl_temp tcgv_i32_temp
/qemu/accel/tcg/
H A Dplugin-gen.c121 tcgv_i32_temp(cpu_index), in gen_udata_cb()
177 tcgv_i32_temp(cpu_index), in gen_udata_cond_cb()
214 tcgv_i32_temp(cpu_index), in gen_mem_cb()
215 tcgv_i32_temp(tcg_constant_i32(meminfo)), in gen_mem_cb()
/qemu/tcg/
H A Dtcg-op-ldst.c111 tcgv_i32_temp(TCGV_LOW(v)), tcgv_i32_temp(TCGV_HIGH(v)), in gen_ld_i64()
122 tcgv_i32_temp(TCGV_LOW(v)), tcgv_i32_temp(TCGV_HIGH(v)), in gen_st_i64()
252 gen_ldst1(INDEX_op_qemu_ld, TCG_TYPE_I32, tcgv_i32_temp(val), addr, oi); in tcg_gen_qemu_ld_i32_int()
307 gen_ldst1(INDEX_op_qemu_st, TCG_TYPE_I32, tcgv_i32_temp(val), addr, oi); in tcg_gen_qemu_st_i32_int()
598 addr_p8 = tcgv_i32_temp(t); in tcg_gen_qemu_ld_i128_int()
702 addr_p8 = tcgv_i32_temp(t); in tcg_gen_qemu_st_i128_int()
H A Dtcg-op-vec.c701 TCGTemp *st = tcgv_i32_temp(s); in do_shifts()
H A Dtcg.c2283 tcg_temp_free_internal(tcgv_i32_temp(arg)); in tcg_temp_free_i32()
2403 TCGTemp *tcgv_i32_temp(TCGv_i32 v) in tcgv_i32_temp() function
/qemu/include/exec/
H A Dhelper-head.h.inc92 #define dh_retvar_i32 tcgv_i32_temp(retval)