Searched refs:temp_readonly (Results 1 – 3 of 3) sorted by relevance
4704 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...]
200 if (temp_readonly(ts)) { in find_better_copy()
456 static inline bool temp_readonly(TCGTemp *ts) in temp_readonly() function