Home
last modified time | relevance | path

Searched refs:itsh (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c5956 TCGTemp *ots, *itsl, *itsh; in tcg_reg_alloc_dup2() local
5965 itsh = arg_temp(op->args[2]); in tcg_reg_alloc_dup2()
5980 if (!IS_DEAD_ARG(2) && itsh->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup2()
5981 tcg_regset_set_reg(allocated_regs, itsh->reg); in tcg_reg_alloc_dup2()
5990 if (itsl->val_type == TEMP_VAL_CONST && itsh->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup2()
5991 uint64_t val = deposit64(itsl->val, 32, 32, itsh->val); in tcg_reg_alloc_dup2()
6008 itsh->temp_subindex == !HOST_BIG_ENDIAN && in tcg_reg_alloc_dup2()
6009 itsl == itsh + (HOST_BIG_ENDIAN ? 1 : -1)) { in tcg_reg_alloc_dup2()
6030 temp_dead(s, itsh); in tcg_reg_alloc_dup2()