Lines Matching refs:value
99 STOR_LABELSYM, /* label generated from symbol's pointer value */
134 long long value;
365 static struct storage *get_reg_value(struct storage *value, struct regclass *class)
371 info = value->reg;
372 if (info && info->contains == value) {
378 emit_move(value, reg, value->ctype, "reload register");
380 info->contains = value;
381 value->reg = info;
393 return 123456; /* intentionally bogus value */
401 return 123456; /* intentionally bogus value */
453 sprintf(name, "$%lld", s->value);
555 static struct storage *new_val(long long value)
563 stor->value = value;
879 val->value = (long long) (stack_size);
913 /* emit value (only) for an initializer scalar */
921 if (expr->value == 0ULL) {
926 ll = (long long) expr->value;
930 case 16: type = "value"; ll = (short) ll; break;
1292 val->value = (long long) expr->value;
1301 val->value = (long long) expr->value;
1622 fprintf(stderr, "FIXME! no value for symbol %s. creating pseudo %d (stack offset %d)\n",
1736 struct storage *case_val = new_val(expr->value);
1755 case_val = new_val(to->value);
1927 if (!post_condition || post_condition->type != EXPR_VALUE || post_condition->value) {
1933 if (!pre_condition->value) {
1964 if (post_condition->value) {
2125 val->value = (long long) framesize;