Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c1667 tcg_debug_assert(kind == TEMP_TB); in tcg_temp_new_internal()
1713 return temp_tcgv_i32(tcg_temp_new_internal(TCG_TYPE_I32, TEMP_TB)); in tcg_temp_new_i32()
1723 return temp_tcgv_i64(tcg_temp_new_internal(TCG_TYPE_I64, TEMP_TB)); in tcg_temp_new_i64()
1733 return temp_tcgv_ptr(tcg_temp_new_internal(TCG_TYPE_PTR, TEMP_TB)); in tcg_temp_new_ptr()
1743 return temp_tcgv_i128(tcg_temp_new_internal(TCG_TYPE_I128, TEMP_TB)); in tcg_temp_new_i128()
1792 case TEMP_TB: in tcg_temp_free_internal()
2408 case TEMP_TB: in tcg_reg_alloc_start()
2430 case TEMP_TB: in tcg_get_arg_str_ptr()
3430 case TEMP_TB: in la_bb_end()
3474 case TEMP_TB: in la_bb_sync()
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg.h369 TEMP_TB, enumerator
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst92 * ``TEMP_TB``