Lines Matching +refs:po +refs:translated +refs:counter

1469 assembly language program translated into numbers.  This file is the
2619 Each section has a "location counter" incremented by one for every
2622 location counter. There is no way to directly manipulate a location
2623 counter--but the `.align' directive changes it, and any label
2624 definition captures its current value. The location counter of the
2626 location counter.
2680 counter, and is, for example, a suitable instruction operand. You are
3384 Pad the location counter (in the current subsection) to a particular
3408 in bytes. For example `.align 8' advances the location counter until
3409 it is a multiple of 8. If the location counter is already a multiple
3414 strongarm, it is the number of low-order zero bits the location counter
3416 location counter until it is a multiple of 8. If the location counter
3501 Pad the location counter (in the current subsection) to a particular
3504 location counter until it is a multiple of 8. If the location counter
4691 internal counter (which is zero initially). `.list' increments the
4692 counter, and `.nolist' decrements it. Assembly listings are generated
4693 whenever the counter is greater than zero.
4697 initial value of the listing counter is one.
4968 `as' maintains a counter of how many macros it has executed in
5004 internal counter (which is zero initially). `.list' increments the
5005 counter, and `.nolist' decrements it. Assembly listings are generated
5006 whenever the counter is greater than zero.
5062 Set the location counter to LOC in the absolute section. LOC must be
5073 Advance the location counter of the current section to NEW-LC. NEW-LC
5081 `.org' may only increase the location counter, or leave it
5082 unchanged; you cannot use `.org' to move the location counter backwards.
5092 When the location counter (of the current subsection) is advanced,
5102 Pad the location counter (in the current subsection) to a particular
5104 number of low-order zero bits the location counter must have after
5105 advancement. For example `.p2align 3' advances the location counter
5106 until it is a multiple of 8. If the location counter is already a
5817 The symbol's value is set to the location counter, relocatably.
5819 address of the location counter when the `.stabd' was assembled.
7692 The word aligned program counter.
8027 Relative distance of SYMBOL's from the current program counter
8032 current program counter location.
8039 current program counter. This is valid only with branch and link
9829 LC0 and LC1. These registers contain the 32-bit counter of the
11652 The two control registers are called `pc' (program counter; a 16-bit
11765 pcrel:N N-bit displacement relative to program counter
12107 Advance location counter to LC. Synonym for the `as' portable
12993 is translated into the AT&T syntax
13690 Cycle counter.
14435 (`%a0' through `%a7'), the program counter (`%pc'), the zero-address
14436 relative to the program counter (`%zpc'), a suppressed address register
14499 (`%a0' through `%a7'), the program counter (`%pc'), the zero-address
14500 relative to the program counter (`%zpc'), or a suppressed address
14837 the `bsr' instruction is translated into a `jsr', the `bra'
14838 instruction is translated into a `jmp' and the conditional
15252 Program counter relative addresses have a width of 15 bits. Thus,
15263 register (`S'), and/or the program counter (`P').
16857 local symbols are translated into ordinary symbols using control
16859 Unfortunately, these symbols are not translated back in error messages.
17533 a value which should be added to the cycle counter, zero if
17562 .profiler xcde,fxx,3 ; exit adds 3 to the cycle counter
17788 Depending on how it is assembled, it is translated into `r5 rb5'
17792 Branch to label depending on how it is assembled, it is translated
17797 translated into `jral5 rb5' or `jral rb5'.
17801 translated into `jal fname' or "`la $ta,fname' `bral $ta'".
18221 of `po'. For example:
18224 l.ori r4, r3, po(symbol)
18225 l.lbz r5, po(symbol)(r3)
18226 l.sb po(symbol)(r3), r6
18560 Align the location counter to an even number.
21166 program counter
21280 from the program counter:
21663 * The V9 program counter register is referred to as `%pc'.
21665 * The V9 next program counter register is referred to as `%npc'.
21677 * The V9 trap program counter is referred to as `%tpc'.
21679 * The V9 trap next program counter is referred to as `%tnpc'.
22404 Align the section program counter on the next boundary, based on
22521 current section program counter.
25311 is translated to:
25737 and as a symbol denoting the current location counter.
26625 modifications and/or translated into another language.
27927 * advancing location counter: Org. (line 6)
27977 * ARC loop counter: ARC-Regs. (line 41)
27993 * ARC word aligned program counter: ARC-Regs. (line 44)
28889 * location counter: Dot. (line 6)
28890 * location counter, advancing: Org. (line 6)
28891 * location counter, Z80: Z80-Chars. (line 15)
28911 * loop counter, ARC: ARC-Regs. (line 41)
29361 * padding the location counter: Align. (line 6)
29362 * padding the location counter given a power of two: P2align.
29364 * padding the location counter given number of bytes: Balign.
29994 * word aligned program counter, ARC: ARC-Regs. (line 44)