Searched refs:ots (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 5014 static void tcg_reg_alloc_do_movi(TCGContext *s, TCGTemp *ots, in tcg_reg_alloc_do_movi() argument 5019 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_do_movi() 5022 set_temp_val_nonreg(s, ots, TEMP_VAL_CONST); in tcg_reg_alloc_do_movi() 5023 ots->val = val; in tcg_reg_alloc_do_movi() 5024 ots->mem_coherent = 0; in tcg_reg_alloc_do_movi() 5026 temp_sync(s, ots, s->reserved_regs, preferred_regs, IS_DEAD_ARG(0)); in tcg_reg_alloc_do_movi() 5028 temp_dead(s, ots); in tcg_reg_alloc_do_movi() 5039 TCGTemp *ts, *ots; in tcg_reg_alloc_mov() local 5045 ots = arg_temp(op->args[0]); in tcg_reg_alloc_mov() 5049 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_mov() [all …]
|