Lines Matching full:pseudo
92 pseudo-op when assembling in MRI mode.
700 isolates the first word. If it looks like a pseudo-op, the word is looked up
701 in the pseudo-op hash table @code{po_hash} and dispatched to a pseudo-op
706 When pseudo-ops or instructions output data, they add it to a frag, calling
710 Pseudo-ops and instructions can also output fixups created by @code{fix_new} or
855 pseudo-op. The argument is a null terminated string. The function should
865 pseudo-op names to functions. You should use this table to implement
866 pseudo-ops which are specific to the CPU.
871 It should return non-zero if the pseudo-op is a conditional which controls
873 conditional pseudo-ops, and you should normally not have to define this macro.
1007 If you define this macro, GAS will not require pseudo-ops to start with a
1091 space filling or alignment or data allocation pseudo-op.
1096 pseudo-op such as @code{.word}. You can use this to recognize relocation
1102 allocation pseudo-ops, as used on the i960.
1107 pseudo-ops, as used on the MIPS.
1112 pseudo-op.
1116 You may define this macro to generate a fixup for a data allocation pseudo-op.
1583 defining a number of pseudo-ops.
1602 pseudo-op or a @samp{#} line as used by the C preprocessor.