Searched refs:itsh (Results 1 – 1 of 1) sorted by relevance
5205 TCGTemp *ots, *itsl, *itsh; in tcg_reg_alloc_dup2() local5214 itsh = arg_temp(op->args[2]); in tcg_reg_alloc_dup2()5230 if (!IS_DEAD_ARG(2) && itsh->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup2()5231 tcg_regset_set_reg(allocated_regs, itsh->reg); in tcg_reg_alloc_dup2()5240 if (itsl->val_type == TEMP_VAL_CONST && itsh->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup2()5241 uint64_t val = deposit64(itsl->val, 32, 32, itsh->val); in tcg_reg_alloc_dup2()5258 itsh->temp_subindex == !HOST_BIG_ENDIAN && in tcg_reg_alloc_dup2()5259 itsl == itsh + (HOST_BIG_ENDIAN ? 1 : -1)) { in tcg_reg_alloc_dup2()5280 temp_dead(s, itsh); in tcg_reg_alloc_dup2()