Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg-internal.h93 TCGTemp *tcg_constant_internal(TCGType type, int64_t val);
H A Dtcg.c1832 TCGTemp *tcg_constant_internal(TCGType type, int64_t val) in tcg_constant_internal() function
1889 return temp_tcgv_i32(tcg_constant_internal(TCG_TYPE_I32, val)); in tcg_constant_i32()
1894 return temp_tcgv_i64(tcg_constant_internal(TCG_TYPE_I64, val)); in tcg_constant_i64()
1899 return temp_tcgv_ptr(tcg_constant_internal(TCG_TYPE_PTR, val)); in tcg_constant_ptr_int()
1905 return temp_tcgv_vec(tcg_constant_internal(type, val)); in tcg_constant_vec()
H A Doptimize.c361 ts = tcg_constant_internal(type, val); in arg_new_constant()