Home | History | Annotate | Download | only in config

Lines Matching defs:label

107    char *label;
849 /* Avoid "unhandled label" errors. */
863 /* For mmixal compatibility, a label for an instruction (and
865 label here for the pseudos that don't handle it themselves. When
866 having an fb-label, emit it here, and increment the counter after
947 /* Step up the fb-label counter if there was a definition on this
1008 /* For mmixal compatibility, a label for an instruction (and emitting
1010 label here. */
1050 user label instead of the special register. */
1058 /* If there's a fb-label on the current line, set that label. This must
1994 /* The GREG pseudo. At LABEL, we have the name of a symbol that we
1997 Either and (perhaps less meaningful) both may be missing. LABEL must
2001 mmix_greg_internal (char *label)
2042 mmix_raw_gregs[n_of_raw_gregs].label
2043 = mmix_current_prefix == NULL ? label : mmix_prefix_name (label);
2053 /* The ".greg label,expr" worker. */
2073 /* The label must be persistent; it's not used until after all input
2910 char *label = NULL;
2914 as_fatal (_("internal: unhandled label %s"), pending_label);
2919 /* If we're on a line with a label, check if it's a mmixal fb-label.
2920 Save an indicator and skip the label; it must be set only after all
2926 /* We have to skip the label, but also preserve the newlineness of
2958 the opcode as a label. */
2967 label. Make GAS not handle label-without-colon on this line. We
2978 label = s;
2980 /* If there is a label, skip over it. */
2984 /* Find the start of the instruction or pseudo following the label,
2998 else if (label != NULL
2999 /* For a lone label on a line, we don't attach it to the next
3001 is acts like a "normal" :-ended label. Ditto if it's
3009 /* Make room for the label including the ending nul. */
3010 size_t len_0 = s - label + 1;
3012 /* Save this label on the MMIX symbol obstack. Saving it on an
3015 obstack_grow (&mmix_sym_obstack, label, len_0);
3086 /* Don't treat e.g. #1F as a local-label reference. */
3120 in full here, or "X" will be parsed as a label to be set at ".". */
3129 /* A fb-label is valid as an IS-label. */
3147 as_bad (_("empty label field for IS"));
3173 /* A fb-label is valid as a GREG-label. */
3211 /* Give the value of an fb-label rewritten as in mmix_handle_mmixal, when
3215 or MAGIC_FB_BACKWARD_CHAR, followed by an ascii digit for the label.
3216 We fill in the label as an expression. */
3231 reference has augmentation 1, unless it's the same as a fb-label on
3234 fb-labels which refer to a here-label on the current line as a
3599 if (mmix_raw_gregs[i].label != NULL)
3603 colon (mmix_raw_gregs[i].label);
4248 /* For mmixal compatibility, a label for an instruction (and emitting
4250 label here. */