Lines Matching refs:var

70 @item -mfpu-freg=@var{FREG}
79 @item -mabi=@var{abi}
181 @item la rt5,var
182 Load 32-bit address of var into register rt5. @samp{sethi rt5,hi20(var)} and
183 then @samp{ori reg,rt5,lo12(var)}
185 @item l.[bhw] rt5,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)]}
189 @item l.[bh]s rt5,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)]}
193 @item l.[bhw]p rt5,var,inc
194 Load value of var into register rt5 and increment $ta by amount inc.
195 @samp{la $ta,var} and then @samp{l[bhw]i.bi rt5,[$ta],inc}
198 Continue loading value of var into register rt5 and increment $ta by amount inc.
201 @item l.[bh]sp rt5,var,inc
202 Load value of var into register rt5 and increment $ta by amount inc.
203 @samp{la $ta,var} and then @samp{l[bh]si.bi rt5,[$ta],inc}
206 Continue loading value of var into register rt5 and increment $ta by amount inc.
209 @item s.[bhw] rt5,var
210 Store register rt5 to var.
211 @samp{sethi $ta,hi20(var)} and then @samp{s[bhw]i rt5,[$ta+lo12(var)]}
213 @item s.[bhw]p rt5,var,inc
214 Store register rt5 to var and increment $ta by amount inc.
215 @samp{la $ta,var} and then @samp{s[bhw]i.bi rt5,[$ta],inc}
218 Continue storing register rt5 to var and increment $ta by amount inc.
250 @item move rt5,var
251 This is the same as @samp{l.w rt5,var}.
262 @item push.d var
263 Push value of double-word variable var into stack.
265 @item push.w var
266 Push value of word variable var into stack.
268 @item push.h var
269 Push value of half-word variable var into stack.
271 @item push.b var
272 Push value of byte variable var into stack.
274 @item pusha var
275 Push 32-bit address of variable var into stack.
286 @item pop.d var,ra5
287 Pop value of double-word variable var from stack using register ra5
290 @item pop.w var,ra5
291 Pop value of word variable var from stack using register ra5.
293 @item pop.h var,ra5
294 Pop value of half-word variable var from stack using register ra5.
296 @item pop.b var,ra5
297 Pop value of byte variable var from stack using register ra5.