Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h599 TCGTemp *tcgv_i32_temp(TCGv_i32 v);
611 static inline TCGTemp *tcgv_i32_temp(TCGv_i32 v) in tcgv_i32_temp() function
619 return tcgv_i32_temp((TCGv_i32)v); in tcgv_i64_temp()
624 return tcgv_i32_temp((TCGv_i32)v); in tcgv_i128_temp()
629 return tcgv_i32_temp((TCGv_i32)v); in tcgv_ptr_temp()
634 return tcgv_i32_temp((TCGv_i32)v); in tcgv_vec_temp()
639 return temp_arg(tcgv_i32_temp(v)); in tcgv_i32_arg()
H A Dtcg-op.h55 #define tcgv_tl_temp tcgv_i32_temp
/openbmc/qemu/accel/tcg/
H A Dplugin-gen.c115 tcgv_i32_temp(cpu_index), in gen_udata_cb()
171 tcgv_i32_temp(cpu_index), in gen_udata_cond_cb()
208 tcgv_i32_temp(cpu_index), in gen_mem_cb()
209 tcgv_i32_temp(tcg_constant_i32(meminfo)), in gen_mem_cb()
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c116 TCGTemp *vl = tcgv_i32_temp(TCGV_LOW(v)); in gen_ldst_i64()
117 TCGTemp *vh = tcgv_i32_temp(TCGV_HIGH(v)); in gen_ldst_i64()
253 gen_ldst(opc, tcgv_i32_temp(val), NULL, addr, oi); in tcg_gen_qemu_ld_i32_int()
322 gen_ldst(opc, tcgv_i32_temp(val), NULL, addr, oi); in tcg_gen_qemu_st_i32_int()
636 addr_p8 = tcgv_i32_temp(t); in tcg_gen_qemu_ld_i128_int()
751 addr_p8 = tcgv_i32_temp(t); in tcg_gen_qemu_st_i128_int()
H A Dtcg-op-vec.c700 TCGTemp *st = tcgv_i32_temp(s); in do_shifts()
H A Dtcg.c1808 tcg_temp_free_internal(tcgv_i32_temp(arg)); in tcg_temp_free_i32()
1923 TCGTemp *tcgv_i32_temp(TCGv_i32 v) in tcgv_i32_temp() function
/openbmc/qemu/include/exec/
H A Dhelper-head.h.inc79 #define dh_retvar_i32 tcgv_i32_temp(retval)