Lines Matching refs:tab

146 @item %rN @tab the 16 general purpose registers, 0 <= N <= 15
147 @item %fN @tab the 16 floating point registers, 0 <= N <= 15
148 @item %aN @tab the 16 access registers, 0 <= N <= 15
149 @item %cN @tab the 16 control registers, 0 <= N <= 15
150 @item %lit @tab an alias for the general purpose register %r13
151 @item %sp @tab an alias for the general purpose register %r15
172 @item a @tab add instruction, for example @samp{al} for add logical 32-bit
173 @item b @tab branch instruction, for example @samp{bc} for branch on condition
174 @item c @tab compare or convert instruction, for example @samp{cr} for compare
176 @item d @tab divide instruction, for example @samp{dlr} devide logical register
178 @item i @tab insert instruction, for example @samp{ic} insert character
179 @item l @tab load instruction, for example @samp{ltr} load and test register
180 @item mv @tab move instruction, for example @samp{mvc} move character
181 @item m @tab multiply instruction, for example @samp{mh} multiply halfword
182 @item n @tab and instruction, for example @samp{ni} and immediate
183 @item o @tab or instruction, for example @samp{oc} or character
184 @item sla, sll @tab shift left single instruction
185 @item sra, srl @tab shift right single instruction
186 @item st @tab store instruction, for example @samp{stm} store multiple
187 @item s @tab subtract instruction, for example @samp{slr} subtract
189 @item t @tab test or translate instruction, of example @samp{tm} test under mask
190 @item x @tab exclusive or instruction, for example @samp{xc} exclusive or
200 @item c @tab the instruction uses a 8-bit character operand
201 @item f @tab the instruction extends a 32-bit operand to 64 bit
202 @item g @tab the operands are treated as 64-bit values
203 @item h @tab the operand uses a 16-bit halfword operand
204 @item i @tab the instruction uses an immediate operand
205 @item l @tab the instruction uses unsigned, logical operands
206 @item m @tab the instruction uses a mask or operates on multiple values
207 @item r @tab if r is the last character, the instruction operates on registers
208 @item y @tab the instruction uses 20-bit displacements
285 @headitem full notation @tab short notation
286 @item Dn(0,Bn) @tab Dn(Bn)
287 @item Dn(0,0) @tab Dn
288 @item Dn(0) @tab Dn
289 @item Dn(Ln,0) @tab Dn(Ln)
310 @item OpCode / OpCd @tab Part of the op code.
311 @item Bx @tab Base register number for operand x.
312 @item Dx @tab Displacement for operand x.
313 @item DLx @tab Displacement lower 12 bits for operand x.
314 @item DHx @tab Displacement higher 8-bits for operand x.
315 @item Rx @tab Register number for operand x.
316 @item Xx @tab Index register number for operand x.
317 @item Ix @tab Signed immediate for operand x.
318 @item Ux @tab Unsigned immediate for operand x.
556 @headitem instruction @tab short form
557 @item bcr M1,R2 @tab b<m>r R2
558 @item bc M1,D2(X2,B2) @tab b<m> D2(X2,B2)
559 @item brc M1,I2 @tab j<m> I2
560 @item brcl M1,I2 @tab jg<m> I2
569 @item o @tab jump on overflow / if ones
570 @item h @tab jump on A high
571 @item p @tab jump on plus
572 @item nle @tab jump on not low or equal
573 @item l @tab jump on A low
574 @item m @tab jump on minus
575 @item nhe @tab jump on not high or equal
576 @item lh @tab jump on low or high
577 @item ne @tab jump on A not equal B
578 @item nz @tab jump on not zero / if not zeros
579 @item e @tab jump on A equal B
580 @item z @tab jump on zero / if zeroes
581 @item nlh @tab jump on not low or high
582 @item he @tab jump on high or equal
583 @item nl @tab jump on A not low
584 @item nm @tab jump on not minus / if not mixed
585 @item le @tab jump on low or equal
586 @item nh @tab jump on A not high
587 @item np @tab jump on not plus
588 @item no @tab jump on not overflow / if not ones
598 @headitem instruction @tab short form
599 @item crb R1,R2,M3,D4(B4) @tab crb<m> R1,R2,D4(B4)
600 @item cgrb R1,R2,M3,D4(B4) @tab cgrb<m> R1,R2,D4(B4)
601 @item crj R1,R2,M3,I4 @tab crj<m> R1,R2,I4
602 @item cgrj R1,R2,M3,I4 @tab cgrj<m> R1,R2,I4
603 @item cib R1,I2,M3,D4(B4) @tab cib<m> R1,I2,D4(B4)
604 @item cgib R1,I2,M3,D4(B4) @tab cgib<m> R1,I2,D4(B4)
605 @item cij R1,I2,M3,I4 @tab cij<m> R1,I2,I4
606 @item cgij R1,I2,M3,I4 @tab cgij<m> R1,I2,I4
607 @item crt R1,R2,M3 @tab crt<m> R1,R2
608 @item cgrt R1,R2,M3 @tab cgrt<m> R1,R2
609 @item cit R1,I2,M3 @tab cit<m> R1,I2
610 @item cgit R1,I2,M3 @tab cgit<m> R1,I2
611 @item clrb R1,R2,M3,D4(B4) @tab clrb<m> R1,R2,D4(B4)
612 @item clgrb R1,R2,M3,D4(B4) @tab clgrb<m> R1,R2,D4(B4)
613 @item clrj R1,R2,M3,I4 @tab clrj<m> R1,R2,I4
614 @item clgrj R1,R2,M3,I4 @tab clgrj<m> R1,R2,I4
615 @item clib R1,I2,M3,D4(B4) @tab clib<m> R1,I2,D4(B4)
616 @item clgib R1,I2,M3,D4(B4) @tab clgib<m> R1,I2,D4(B4)
617 @item clij R1,I2,M3,I4 @tab clij<m> R1,I2,I4
618 @item clgij R1,I2,M3,I4 @tab clgij<m> R1,I2,I4
619 @item clrt R1,R2,M3 @tab clrt<m> R1,R2
620 @item clgrt R1,R2,M3 @tab clgrt<m> R1,R2
621 @item clfit R1,I2,M3 @tab clfit<m> R1,I2
622 @item clgit R1,I2,M3 @tab clgit<m> R1,I2
631 @item h @tab jump on A high
632 @item nle @tab jump on not low or equal
633 @item l @tab jump on A low
634 @item nhe @tab jump on not high or equal
635 @item ne @tab jump on A not equal B
636 @item lh @tab jump on low or high
637 @item e @tab jump on A equal B
638 @item nlh @tab jump on not low or high
639 @item nl @tab jump on A not low
640 @item he @tab jump on high or equal
641 @item nh @tab jump on A not high
642 @item le @tab jump on low or equal