Searched refs:ots (Results 1 – 2 of 2) sorted by relevance
1444 TCGTemp *ots; in tcg_reg_alloc_movi() local1447 ots = &s->temps[args[0]]; in tcg_reg_alloc_movi()1450 if (ots->fixed_reg) { in tcg_reg_alloc_movi()1453 tcg_out_movi(s, ots->type, ots->reg, val); in tcg_reg_alloc_movi()1456 if (ots->val_type == TEMP_VAL_REG) in tcg_reg_alloc_movi()1457 s->reg_to_temp[ots->reg] = -1; in tcg_reg_alloc_movi()1458 ots->val_type = TEMP_VAL_CONST; in tcg_reg_alloc_movi()1459 ots->val = val; in tcg_reg_alloc_movi()1467 TCGTemp *ts, *ots; in tcg_reg_alloc_mov() local1471 ots = &s->temps[args[0]]; in tcg_reg_alloc_mov()[all …]
204 "ots",