Lines Matching refs:addr
153 struct storage *addr;
430 priv->addr = stor;
838 privbase[i].addr = &storage_base[i];
1508 struct storage *addr = x86_address_gen(expr->unop);
1518 emit_copy(new, addr, expr->unop->ctype);
1522 retval = addr;
1524 insn(opname, addr, NULL, NULL);
1625 priv->addr = new;
1627 priv->addr = x86_expression(expr);
1631 return priv->addr;
2139 struct storage *addr;
2143 addr = x86_expression(expr->unop);
2145 return addr;
2147 emit_move(addr, REG_EAX, NULL, "begin deref ..");
2162 struct storage *val, *addr;
2168 addr = x86_address_gen(target);
2174 emit_copy(addr, val, expr->ctype);
2182 emit_move(val, addr, expr->left->ctype, NULL);
2194 struct storage *val, *addr;
2202 addr = x86_symbol_expr(sym);
2205 emit_store(NULL, addr, val, bits);
2262 priv->addr = new;