Lines Matching refs:item

39 @item -m31 | -m64
49 @item -mesa | -mzarch
58 @item -march=@var{CPU}
74 @item -mregnames
78 @item -mno-regnames
82 @item -mwarn-areg-zero
144 @item %rN @tab the 16 general purpose registers, 0 <= N <= 15
145 @item %fN @tab the 16 floating point registers, 0 <= N <= 15
146 @item %aN @tab the 16 access registers, 0 <= N <= 15
147 @item %cN @tab the 16 control registers, 0 <= N <= 15
148 @item %lit @tab an alias for the general purpose register %r13
149 @item %sp @tab an alias for the general purpose register %r15
170 @item a @tab add instruction, for example @samp{al} for add logical 32-bit
171 @item b @tab branch instruction, for example @samp{bc} for branch on condition
172 @item c @tab compare or convert instruction, for example @samp{cr} for compare
174 @item d @tab divide instruction, for example @samp{dlr} devide logical register
176 @item i @tab insert instruction, for example @samp{ic} insert character
177 @item l @tab load instruction, for example @samp{ltr} load and test register
178 @item mv @tab move instruction, for example @samp{mvc} move character
179 @item m @tab multiply instruction, for example @samp{mh} multiply halfword
180 @item n @tab and instruction, for example @samp{ni} and immediate
181 @item o @tab or instruction, for example @samp{oc} or character
182 @item sla, sll @tab shift left single instruction
183 @item sra, srl @tab shift right single instruction
184 @item st @tab store instruction, for example @samp{stm} store multiple
185 @item s @tab subtract instruction, for example @samp{slr} subtract
187 @item t @tab test or translate instruction, of example @samp{tm} test under mask
188 @item x @tab exclusive or instruction, for example @samp{xc} exclusive or
198 @item c @tab the instruction uses a 8-bit character operand
199 @item f @tab the instruction extends a 32-bit operand to 64 bit
200 @item g @tab the operands are treated as 64-bit values
201 @item h @tab the operand uses a 16-bit halfword operand
202 @item i @tab the instruction uses an immediate operand
203 @item l @tab the instruction uses unsigned, logical operands
204 @item m @tab the instruction uses a mask or operates on multiple values
205 @item r @tab if r is the last character, the instruction operates on registers
206 @item y @tab the instruction uses 20-bit displacements
241 @item The content of a single general R
242 @item The sum of the content of a general register called the base
244 @item The sum of the contents of two general registers called the
247 @item The sum of the current instruction address and a 32-bit signed
254 @item Implied by the instruction
255 @item Specified by a bitmask
256 @item Specified by a four-bit or eight-bit length field L
257 @item Specified by the content of a general register
264 @item Dn(Bn)
267 @item Dn(Xn,Bn)
271 @item Dn(Ln,Bn)
284 @item Dn(0,Bn) @tab Dn(Bn)
285 @item Dn(0,0) @tab Dn
286 @item Dn(0) @tab Dn
287 @item Dn(Ln,0) @tab Dn(Ln)
308 @item OpCode / OpCd @tab Part of the op code.
309 @item Bx @tab Base register number for operand x.
310 @item Dx @tab Displacement for operand x.
311 @item DLx @tab Displacement lower 12 bits for operand x.
312 @item DHx @tab Displacement higher 8-bits for operand x.
313 @item Rx @tab Register number for operand x.
314 @item Xx @tab Index register number for operand x.
315 @item Ix @tab Signed immediate for operand x.
316 @item Ux @tab Unsigned immediate for operand x.
329 @item E format
337 @item RI format: <insn> R1,I2
345 @item RIE format: <insn> R1,R3,I2
353 @item RIL format: <insn> R1,I2
361 @item RILU format: <insn> R1,U2
369 @item RIS format: <insn> R1,I2,M3,D4(B4)
377 @item RR format: <insn> R1,R2
385 @item RRE format: <insn> R1,R2
393 @item RRF format: <insn> R1,R2,R3,M4
401 @item RRS format: <insn> R1,R2,M3,D4(B4)
409 @item RS format: <insn> R1,R3,D2(B2)
417 @item RSE format: <insn> R1,R3,D2(B2)
425 @item RSI format: <insn> R1,R3,I2
433 @item RSY format: <insn> R1,R3,D2(B2)
441 @item RX format: <insn> R1,D2(X2,B2)
449 @item RXE format: <insn> R1,D2(X2,B2)
457 @item RXF format: <insn> R1,R3,D2(X2,B2)
465 @item RXY format: <insn> R1,D2(X2,B2)
473 @item S format: <insn> D2(B2)
481 @item SI format: <insn> D1(B1),I2
489 @item SIY format: <insn> D1(B1),U2
497 @item SIL format: <insn> D1(B1),I2
505 @item SS format: <insn> D1(R1,B1),D2(B3),R3
513 @item SSE format: <insn> D1(B1),D2(B2)
521 @item SSF format: <insn> D1(B1),D2(B2),R3
555 @item bcr M1,R2 @tab b<m>r R2
556 @item bc M1,D2(X2,B2) @tab b<m> D2(X2,B2)
557 @item brc M1,I2 @tab j<m> I2
558 @item brcl M1,I2 @tab jg<m> I2
567 @item o @tab jump on overflow / if ones
568 @item h @tab jump on A high
569 @item p @tab jump on plus
570 @item nle @tab jump on not low or equal
571 @item l @tab jump on A low
572 @item m @tab jump on minus
573 @item nhe @tab jump on not high or equal
574 @item lh @tab jump on low or high
575 @item ne @tab jump on A not equal B
576 @item nz @tab jump on not zero / if not zeros
577 @item e @tab jump on A equal B
578 @item z @tab jump on zero / if zeroes
579 @item nlh @tab jump on not low or high
580 @item he @tab jump on high or equal
581 @item nl @tab jump on A not low
582 @item nm @tab jump on not minus / if not mixed
583 @item le @tab jump on low or equal
584 @item nh @tab jump on A not high
585 @item np @tab jump on not plus
586 @item no @tab jump on not overflow / if not ones
597 @item crb R1,R2,M3,D4(B4) @tab crb<m> R1,R2,D4(B4)
598 @item cgrb R1,R2,M3,D4(B4) @tab cgrb<m> R1,R2,D4(B4)
599 @item crj R1,R2,M3,I4 @tab crj<m> R1,R2,I4
600 @item cgrj R1,R2,M3,I4 @tab cgrj<m> R1,R2,I4
601 @item cib R1,I2,M3,D4(B4) @tab cib<m> R1,I2,D4(B4)
602 @item cgib R1,I2,M3,D4(B4) @tab cgib<m> R1,I2,D4(B4)
603 @item cij R1,I2,M3,I4 @tab cij<m> R1,I2,I4
604 @item cgij R1,I2,M3,I4 @tab cgij<m> R1,I2,I4
605 @item crt R1,R2,M3 @tab crt<m> R1,R2
606 @item cgrt R1,R2,M3 @tab cgrt<m> R1,R2
607 @item cit R1,I2,M3 @tab cit<m> R1,I2
608 @item cgit R1,I2,M3 @tab cgit<m> R1,I2
609 @item clrb R1,R2,M3,D4(B4) @tab clrb<m> R1,R2,D4(B4)
610 @item clgrb R1,R2,M3,D4(B4) @tab clgrb<m> R1,R2,D4(B4)
611 @item clrj R1,R2,M3,I4 @tab clrj<m> R1,R2,I4
612 @item clgrj R1,R2,M3,I4 @tab clgrj<m> R1,R2,I4
613 @item clib R1,I2,M3,D4(B4) @tab clib<m> R1,I2,D4(B4)
614 @item clgib R1,I2,M3,D4(B4) @tab clgib<m> R1,I2,D4(B4)
615 @item clij R1,I2,M3,I4 @tab clij<m> R1,I2,I4
616 @item clgij R1,I2,M3,I4 @tab clgij<m> R1,I2,I4
617 @item clrt R1,R2,M3 @tab clrt<m> R1,R2
618 @item clgrt R1,R2,M3 @tab clgrt<m> R1,R2
619 @item clfit R1,I2,M3 @tab clfit<m> R1,I2
620 @item clgit R1,I2,M3 @tab clgit<m> R1,I2
629 @item h @tab jump on A high
630 @item nle @tab jump on not low or equal
631 @item l @tab jump on A low
632 @item nhe @tab jump on not high or equal
633 @item ne @tab jump on A not equal B
634 @item lh @tab jump on low or high
635 @item e @tab jump on A equal B
636 @item nlh @tab jump on not low or high
637 @item nl @tab jump on A not low
638 @item he @tab jump on high or equal
639 @item nh @tab jump on A not high
640 @item le @tab jump on low or equal
665 @item @@got
674 @item @@gotent
679 @item @@gotoff
683 @item @@gotplt
692 @item @@plt
697 @item @@pltoff
701 @item @@gotntpoff
706 @item @@indntpoff
727 @item :tls_load
731 @item :tls_gdcall
734 @item :tls_ldcall
757 @item :lit1
760 @item :lit2
765 @item :lit4
771 @item :lit8
792 @item .insn
801 @item .short
812 @item @@got
818 @item @@gotoff
822 @item @@gotplt
827 @item @@plt
831 @item @@pltoff
835 @item @@tlsgd
840 @item @@gotntpoff
848 @item @@dtpoff
852 @item @@ntpoff
861 @item .ltorg
866 @item .machine string
877 @item .machinemode string