Lines Matching refs:its
4390 TCGTemp *its = &s->temps[i]; in liveness_pass_2() local
4391 if (its->indirect_reg) { in liveness_pass_2()
4393 dts->type = its->type; in liveness_pass_2()
4394 dts->base_type = its->base_type; in liveness_pass_2()
4395 dts->temp_subindex = its->temp_subindex; in liveness_pass_2()
4397 its->state_ptr = dts; in liveness_pass_2()
4399 its->state_ptr = NULL; in liveness_pass_2()
4402 its->state = TS_DEAD; in liveness_pass_2()
4405 TCGTemp *its = &s->temps[i]; in liveness_pass_2() local
4406 its->state_ptr = NULL; in liveness_pass_2()
4407 its->state = TS_DEAD; in liveness_pass_2()
5139 TCGTemp *its, *ots; in tcg_reg_alloc_dup() local
5146 its = arg_temp(op->args[1]); in tcg_reg_alloc_dup()
5151 itype = its->type; in tcg_reg_alloc_dup()
5155 if (its->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup()
5157 tcg_target_ulong val = its->val; in tcg_reg_alloc_dup()
5159 temp_dead(s, its); in tcg_reg_alloc_dup()
5174 if (!IS_DEAD_ARG(1) && its->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup()
5176 tcg_regset_set_reg(allocated_regs, its->reg); in tcg_reg_alloc_dup()
5183 switch (its->val_type) { in tcg_reg_alloc_dup()
5190 if (tcg_regset_test_reg(dup_in_regs, its->reg)) { in tcg_reg_alloc_dup()
5191 if (tcg_out_dup_vec(s, vtype, vece, ots->reg, its->reg)) { in tcg_reg_alloc_dup()
5196 if (!its->mem_coherent) { in tcg_reg_alloc_dup()
5202 if (tcg_out_mov(s, itype, ots->reg, its->reg)) { in tcg_reg_alloc_dup()
5206 temp_sync(s, its, s->reserved_regs, 0, 0); in tcg_reg_alloc_dup()
5215 if (tcg_out_dupm_vec(s, vtype, vece, ots->reg, its->mem_base->reg, in tcg_reg_alloc_dup()
5216 its->mem_offset + lowpart_ofs)) { in tcg_reg_alloc_dup()
5220 tcg_out_ld(s, itype, ots->reg, its->mem_base->reg, its->mem_offset); in tcg_reg_alloc_dup()
5234 temp_dead(s, its); in tcg_reg_alloc_dup()
6010 TCGTemp *its = itsl - HOST_BIG_ENDIAN; in tcg_reg_alloc_dup2() local
6012 temp_sync(s, its + 0, s->reserved_regs, 0, 0); in tcg_reg_alloc_dup2()
6013 temp_sync(s, its + 1, s->reserved_regs, 0, 0); in tcg_reg_alloc_dup2()
6016 its->mem_base->reg, its->mem_offset)) { in tcg_reg_alloc_dup2()