Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c2142 tcg_debug_assert(kind == TEMP_TB); in tcg_temp_new_internal()
2188 return temp_tcgv_i32(tcg_temp_new_internal(TCG_TYPE_I32, TEMP_TB)); in tcg_temp_new_i32()
2198 return temp_tcgv_i64(tcg_temp_new_internal(TCG_TYPE_I64, TEMP_TB)); in tcg_temp_new_i64()
2208 return temp_tcgv_ptr(tcg_temp_new_internal(TCG_TYPE_PTR, TEMP_TB)); in tcg_temp_new_ptr()
2218 return temp_tcgv_i128(tcg_temp_new_internal(TCG_TYPE_I128, TEMP_TB)); in tcg_temp_new_i128()
2267 case TEMP_TB: in tcg_temp_free_internal()
2784 case TEMP_TB: in tcg_reg_alloc_start()
2806 case TEMP_TB: in tcg_get_arg_str_ptr()
3816 case TEMP_TB: in la_bb_end()
3860 case TEMP_TB: in la_bb_sync()
[all …]
/qemu/include/tcg/
H A Dtcg.h274 TEMP_TB, enumerator
/qemu/docs/devel/
H A Dtcg-ops.rst92 * ``TEMP_TB``