Lines Matching refs:samp
79 @samp{;} is the line comment character.
83 The character @samp{$} in jump instructions indicates current location and
92 form @samp{r@var{N}} (for global registers), where @var{N} represents
94 letters may be in either upper or lower case; for example, @samp{r13}
95 and @samp{R7} are both valid register names.
98 Register names @samp{PC}, @samp{SP} and @samp{SR} cannot be used as register names
99 and will be treated as variables. Use @samp{r0}, @samp{r1}, and @samp{r2} instead.
109 As destination operand being treated as @samp{0(rn)}
112 As source operand being treated as @samp{@@rn}
116 @samp{jCOND $+N+2}
126 A polymorph instruction which is @samp{jeq label} in case if jump distance
135 A polymorph instruction which is @samp{jne label} or @samp{jeq +4; br label}
138 A polymorph instruction which is @samp{jl label} or @samp{jge +4; br label}
141 A polymorph instruction which is @samp{jn label} or @samp{jn +2; jmp +4; br label}
144 A polymorph instruction which is @samp{jlo label} or @samp{jhs +2; br label}
147 A polymorph instruction which is @samp{jge label} or @samp{jl +4; br label}
150 A polymorph instruction which is @samp{jhs label} or @samp{jlo +4; br label}
153 A polymorph instruction which is @samp{jeq +2; jge label} or @samp{jeq +6; jl +4; br label}
156 A polymorph instruction which is @samp{jeq +2; jhs label} or @samp{jeq +6; jlo +4; br label}
159 A polymorph instruction which is @samp{jeq label; jlo label} or @samp{jeq +2; jhs +4; br label}
162 A polymorph instruction which is @samp{jeq label; jl label} or @samp{jeq +2; jge +4; br label}
165 A polymorph instruction which is @samp{jmp label} or @samp{br label}
228 We define new section @samp{.profiler} which holds all profiling information.
229 We define new pseudo operation @samp{.profiler} which will instruct assembler to
235 @samp{.profiler flags,function_to_profile [, cycle_corrector, extra]}
244 @samp{flags} is a combination of the following characters: