Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c4704 if (!temp_readonly(ts) && !ts->mem_coherent) { in temp_sync()
4926 tcg_debug_assert(ts->val_type == TEMP_VAL_MEM || temp_readonly(ts));
5022 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_do_movi()
5052 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()
5117 assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()
5153 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_dup()
5352 if (temp_readonly(ts) || !IS_DEAD_ARG(i) in tcg_reg_alloc_op()
5397 !temp_readonly(ts) && in tcg_reg_alloc_op()
5406 !temp_readonly(ts2) in tcg_reg_alloc_op()
5433 !temp_readonly(t in tcg_reg_alloc_op()
[all...]
H A Doptimize.c200 if (temp_readonly(ts)) { in find_better_copy()
/openbmc/qemu/include/tcg/
H A Dtcg.h456 static inline bool temp_readonly(TCGTemp *ts) in temp_readonly() function