Lines Matching refs:which
182 Also, there are some instructions, which cannot be found in other assemblers.
183 These are branch instructions, which has different opcodes upon jump distance.
188 A polymorph instruction which is @samp{jeq label} in case if jump distance
197 A polymorph instruction which is @samp{jne label} or @samp{jeq +4; br label}
200 A polymorph instruction which is @samp{jl label} or @samp{jge +4; br label}
203 A polymorph instruction which is @samp{jn label} or @samp{jn +2; jmp +4; br label}
206 A polymorph instruction which is @samp{jlo label} or @samp{jhs +2; br label}
209 A polymorph instruction which is @samp{jge label} or @samp{jl +4; br label}
212 A polymorph instruction which is @samp{jhs label} or @samp{jlo +4; br label}
215 A polymorph instruction which is @samp{jeq +2; jge label} or @samp{jeq +6; jl +4; br label}
218 A polymorph instruction which is @samp{jeq +2; jhs label} or @samp{jeq +6; jlo +4; br label}
221 A polymorph instruction which is @samp{jeq label; jlo label} or @samp{jeq +2; jhs +4; br label}
224 A polymorph instruction which is @samp{jeq label; jl label} or @samp{jeq +2; jge +4; br label}
227 A polymorph instruction which is @samp{jmp label} or @samp{br label}
304 We define new section @samp{.profiler} which holds all profiling information.
305 We define new pseudo operation @samp{.profiler} which will instruct assembler to
357 a value which should be added to the cycle counter, zero if omitted.