Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c5956 TCGTemp *ots, *itsl, *itsh; in tcg_reg_alloc_dup2() local
5964 itsl = arg_temp(op->args[1]); in tcg_reg_alloc_dup2()
5977 if (!IS_DEAD_ARG(1) && itsl->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup2()
5978 tcg_regset_set_reg(allocated_regs, itsl->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()
6007 if (itsl->temp_subindex == HOST_BIG_ENDIAN && in tcg_reg_alloc_dup2()
6009 itsl == itsh + (HOST_BIG_ENDIAN ? 1 : -1)) { in tcg_reg_alloc_dup2()
6010 TCGTemp *its = itsl - HOST_BIG_ENDIAN; in tcg_reg_alloc_dup2()
6027 temp_dead(s, itsl); in tcg_reg_alloc_dup2()