Lines Matching refs:samp
135 Use @samp{#} at column 1 and @samp{!} anywhere in the line except inside
139 should be separated by @samp{;}.
142 For example, @samp{jral F1} is different from @samp{jral f1} while it is
143 the same as @samp{JRAL F1}.
178 load 32-bit integer into register rt5. @samp{sethi rt5,hi20(imm32)} and then
179 @samp{ori rt5,reg,lo12(imm32)}.
182 Load 32-bit address of var into register rt5. @samp{sethi rt5,hi20(var)} and
183 then @samp{ori reg,rt5,lo12(var)}
186 Load value of var into register rt5. @samp{sethi $ta,hi20(var)} and then
187 @samp{l[bhw]i rt5,[$ta+lo12(var)]}
190 Load value of var into register rt5. @samp{sethi $ta,hi20(var)} and then
191 @samp{l[bh]si rt5,[$ta+lo12(var)]}
195 @samp{la $ta,var} and then @samp{l[bhw]i.bi rt5,[$ta],inc}
199 @samp{l[bhw]i.bi rt5,[$ta],inc.}
203 @samp{la $ta,var} and then @samp{l[bh]si.bi rt5,[$ta],inc}
207 @samp{l[bh]si.bi rt5,[$ta],inc.}
211 @samp{sethi $ta,hi20(var)} and then @samp{s[bhw]i rt5,[$ta+lo12(var)]}
215 @samp{la $ta,var} and then @samp{s[bhw]i.bi rt5,[$ta],inc}
219 @samp{s[bhw]i.bi rt5,[$ta],inc.}
222 Alias of @samp{nor rt5,ra5,ra5}.
225 Alias of @samp{subri rt5,ra5,0}.
228 Depending on how it is assembled, it is translated into @samp{r5 rb5}
229 or @samp{jr rb5}.
233 @samp{j8 label}, @samp{j label}, or "@samp{la $ta,label} @samp{br $ta}".
237 into @samp{jral5 rb5} or @samp{jral rb5}.
241 @samp{jal fname} or "@samp{la $ta,fname} @samp{bral $ta}".
244 Call function fname same as @samp{jal fname}.
247 For 16-bit, this is @samp{mov55 rt5,ra5}.
248 For no 16-bit, this is @samp{ori rt5,ra5,0}.
251 This is the same as @samp{l.w rt5,var}.
254 This is the same as @samp{li rt5,imm32}.
260 Push content of register ra5 into stack. (same @samp{pushm ra5,ra5}).
284 Pop top of stack value into register. (same as @samp{popm rt5,rt5}.)