Lines Matching full:pseudo
188 This is used by some of the MRI pseudo-ops. */
196 /* In MRI mode, after a dc.b pseudo-op with an odd number of bytes, we
197 need to align to an even byte boundary unless the next pseudo-op is
295 /* Set up pseudo-op tables. */
521 as_fatal (_("error constructing %s pseudo-op table: %s"), pop_table_name,
543 /* Do the target-specific pseudo ops. */
946 pseudo-op specially: we don't want to put the
985 /* Want user-defined label or pseudo/opcode. */
996 [In case of pseudo-op, s->'.'.]
1049 /* Expect pseudo-op or machine instruction. */
1068 /* The MRI assembler uses pseudo-ops without
1078 /* PSEUDO - OP.
1081 We lookup the pseudo-op table with s+1 because we
1082 already know that the pseudo-op begins with a '.'. */
1132 as_bad (_("unknown pseudo-op: `%s'"), s);
1148 after pseudo-operation. */
1418 /* For most MRI pseudo-ops, the line actually ends at the first
1474 /* Handle the .align pseudo-op. A positive ARG is a default alignment
1501 align = arg; /* Default value from pseudo-op table. */
1606 /* Handle the .align pseudo-op on machines where ".align 4" means
1615 /* Handle the .align pseudo-op on machines where ".align 4" means align
1815 /* The MRI COMMON pseudo-op. We handle this by creating a common
1940 /* Handle the .appfile pseudo-op. This is automatically generated by
1943 or CPU specific pseudo-ops. This function is also the default
1998 /* Handle the .appline pseudo-op. This is automatically generated by
2001 pseudo-ops. */
2104 /* Handle the .end pseudo-op. Actually, the real work is done in
2122 /* Handle the .err pseudo-op. */
2131 /* Handle the .error and .warning pseudo-ops. */
2168 /* Handle the MRI fail pseudo-op. */
2348 /* Handle the MRI IRP and IRPC pseudo-ops. */
2380 /* Handle the .linkonce pseudo-op. This tells the assembler to mark
2735 _("attempt to redefine pseudo-op `%s' ignored"),
2742 /* Handle the .mexit pseudo-op, which immediately exits a macro
2859 as_bad (_("MRI style ORG pseudo-op not supported"));
2891 /* Handle parsing for the MRI SECT/SECTION pseudo-op. This should be
3054 /* Handle the .print pseudo-op. */
3068 /* Handle the .purgem pseudo-op. */
3096 /* Handle the .endm/.endr pseudo-ops. */
3107 /* Handle the .rept pseudo-op. */
3493 the given precision. This is for the MRI dcb.s pseudo-op and
3578 /* Handle the .struct pseudo-op, as found in MIPS assemblers. */
4211 /* When gcc emits DWARF 1 debugging pseudo-ops, a line number will
4232 /* When gcc emits DWARF 1 debugging pseudo-ops, a file name will
4921 rounded bits to the precision of the pseudo-op. Former AS did premature
6243 hash_print_statistics (file, "pseudo-op table", po_hash);