Searched refs:tcgv_i32_temp (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 599 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 D | tcg-op.h | 55 #define tcgv_tl_temp tcgv_i32_temp
|
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 115 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 D | tcg-op-ldst.c | 116 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 D | tcg-op-vec.c | 700 TCGTemp *st = tcgv_i32_temp(s); in do_shifts()
|
H A D | tcg.c | 1808 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 D | helper-head.h.inc | 79 #define dh_retvar_i32 tcgv_i32_temp(retval)
|