Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c5205 TCGTemp *ots, *itsl, *itsh; in tcg_reg_alloc_dup2() local
5213 itsl = arg_temp(op->args[1]); in tcg_reg_alloc_dup2()
5227 if (!IS_DEAD_ARG(1) && itsl->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup2()
5228 tcg_regset_set_reg(allocated_regs, itsl->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()
5257 if (itsl->temp_subindex == HOST_BIG_ENDIAN && in tcg_reg_alloc_dup2()
5259 itsl == itsh + (HOST_BIG_ENDIAN ? 1 : -1)) { in tcg_reg_alloc_dup2()
5260 TCGTemp *its = itsl - HOST_BIG_ENDIAN; in tcg_reg_alloc_dup2()
5277 temp_dead(s, itsl); in tcg_reg_alloc_dup2()