Searched refs:tcg_temp_new_internal (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/ |
H A D | tcg-internal.h | 86 TCGTemp *tcg_temp_new_internal(TCGType type, TCGTempKind kind);
|
H A D | tcg.c | 2122 TCGTemp *tcg_temp_new_internal(TCGType type, TCGTempKind kind) in tcg_temp_new_internal() function 2188 return temp_tcgv_i32(tcg_temp_new_internal(TCG_TYPE_I32, TEMP_TB)); in tcg_temp_new_i32() 2193 return temp_tcgv_i32(tcg_temp_new_internal(TCG_TYPE_I32, TEMP_EBB)); in tcg_temp_ebb_new_i32() 2198 return temp_tcgv_i64(tcg_temp_new_internal(TCG_TYPE_I64, TEMP_TB)); in tcg_temp_new_i64() 2203 return temp_tcgv_i64(tcg_temp_new_internal(TCG_TYPE_I64, TEMP_EBB)); in tcg_temp_ebb_new_i64() 2208 return temp_tcgv_ptr(tcg_temp_new_internal(TCG_TYPE_PTR, TEMP_TB)); in tcg_temp_new_ptr() 2213 return temp_tcgv_ptr(tcg_temp_new_internal(TCG_TYPE_PTR, TEMP_EBB)); in tcg_temp_ebb_new_ptr() 2218 return temp_tcgv_i128(tcg_temp_new_internal(TCG_TYPE_I128, TEMP_TB)); in tcg_temp_new_i128() 2223 return temp_tcgv_i128(tcg_temp_new_internal(TCG_TYPE_I128, TEMP_EBB)); in tcg_temp_ebb_new_i128() 2246 t = tcg_temp_new_internal(type, TEMP_EBB); in tcg_temp_new_vec() [all …]
|
H A D | tcg-op-vec.c | 526 tt = tcg_temp_new_internal(type, TEMP_EBB); in tcg_gen_cmp_vec()
|
H A D | optimize.c | 335 TCGTemp *ts = tcg_temp_new_internal(ctx->type, TEMP_EBB); in arg_new_temp()
|