Searched defs:ots (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg.c1565 TCGTemp *ots; local
1568 ots = &s->temps[args[0]];
1571 if (ots->fixed_reg) {
1574 tcg_out_movi(s, ots->type, ots->reg, val);
1577 if (ots->val_type == TEMP_VAL_REG)
1578 s->reg_to_temp[ots->reg] = -1;
1579 ots->val_type = TEMP_VAL_CONST;
1580 ots->val = val;
1588 TCGTemp *ts, *ots; local
[all...]

Completed in 45 milliseconds