Searched refs:ots (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 5013 static void tcg_reg_alloc_do_movi(TCGContext *s, TCGTemp *ots, in tcg_reg_alloc_do_movi() argument 5018 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_do_movi() 5021 set_temp_val_nonreg(s, ots, TEMP_VAL_CONST); in tcg_reg_alloc_do_movi() 5022 ots->val = val; in tcg_reg_alloc_do_movi() 5023 ots->mem_coherent = 0; in tcg_reg_alloc_do_movi() 5025 temp_sync(s, ots, s->reserved_regs, preferred_regs, IS_DEAD_ARG(0)); in tcg_reg_alloc_do_movi() 5027 temp_dead(s, ots); in tcg_reg_alloc_do_movi() 5038 TCGTemp *ts, *ots; in tcg_reg_alloc_mov() local 5044 ots = arg_temp(op->args[0]); in tcg_reg_alloc_mov() 5048 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_mov() [all …]
|