Lines Matching refs:ra5
221 @item not rt5,ra5
222 Alias of @samp{nor rt5,ra5,ra5}.
224 @item neg rt5,ra5
225 Alias of @samp{subri rt5,ra5,0}.
246 @item move rt5,ra5
247 For 16-bit, this is @samp{mov55 rt5,ra5}.
248 For no 16-bit, this is @samp{ori rt5,ra5,0}.
256 @item pushm ra5,rb5
257 Push contents of registers from ra5 to rb5 into stack.
259 @item push ra5
260 Push content of register ra5 into stack. (same @samp{pushm ra5,ra5}).
280 @item popm ra5,rb5
281 Pop top of stack values into registers ra5 to rb5.
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.