Lines Matching +refs:po +refs:translated +refs:counter
1499 assembly language program translated into numbers. This file is the
2642 Each section has a “location counter” incremented by one for every
2645 location counter. There is no way to directly manipulate a location
2646 counter—but the ‘.align’ directive changes it, and any label definition
2647 captures its current value. The location counter of the section where
2649 counter.
2703 counter, and is, for example, a suitable instruction operand. You are
3370 Pad the location counter (in the current subsection) to a particular
3394 in bytes. For example ‘.align 8’ advances the location counter until it
3395 is a multiple of 8. If the location counter is already a multiple of 8,
3400 strongarm, it is the number of low-order zero bits the location counter
3402 location counter until it is a multiple of 8. If the location counter
3487 Pad the location counter (in the current subsection) to a particular
3490 location counter until it is a multiple of 8. If the location counter
4678 internal counter (which is zero initially). ‘.list’ increments the
4679 counter, and ‘.nolist’ decrements it. Assembly listings are generated
4680 whenever the counter is greater than zero.
4684 initial value of the listing counter is one.
4953 ‘as’ maintains a counter of how many macros it has executed in this
4989 internal counter (which is zero initially). ‘.list’ increments the
4990 counter, and ‘.nolist’ decrements it. Assembly listings are generated
4991 whenever the counter is greater than zero.
5047 Set the location counter to LOC in the absolute section. LOC must be an
5057 Advance the location counter of the current section to NEW-LC. NEW-LC
5065 ‘.org’ may only increase the location counter, or leave it unchanged;
5066 you cannot use ‘.org’ to move the location counter backwards.
5076 When the location counter (of the current subsection) is advanced,
5086 Pad the location counter (in the current subsection) to a particular
5088 number of low-order zero bits the location counter must have after
5089 advancement. For example ‘.p2align 3’ advances the location counter
5090 until it is a multiple of 8. If the location counter is already a
5793 The symbol’s value is set to the location counter, relocatably.
5795 address of the location counter when the ‘.stabd’ was assembled.
7601 The word aligned program counter.
7929 Relative distance of SYMBOL’s from the current program counter
7934 current program counter location.
7941 program counter. This is valid only with branch and link
9778 LC0 and LC1. These registers contain the 32-bit counter of the
11938 The two control registers are called ‘pc’ (program counter; a 16-bit
12051 pcrel:N N-bit displacement relative to program counter
12390 Advance location counter to LC. Synonym for the ‘as’ portable
13380 is translated into the AT&T syntax
14083 Cycle counter.
14926 (‘%a0’ through ‘%a7’), the program counter (‘%pc’), the zero-address
14927 relative to the program counter (‘%zpc’), a suppressed address register
14990 (‘%a0’ through ‘%a7’), the program counter (‘%pc’), the zero-address
14991 relative to the program counter (‘%zpc’), or a suppressed address
15326 instruction is translated into a ‘jsr’, the ‘bra’ instruction is
15327 translated into a ‘jmp’ and the conditional branches instructions
15735 Program counter relative addresses have a width of 15 bits. Thus,
15746 (‘S’), and/or the program counter (‘P’).
17336 local symbols are translated into ordinary symbols using control
17338 these symbols are not translated back in error messages. Thus you may
17989 a value which should be added to the cycle counter, zero if
18016 .profiler xcde,fxx,3 ; exit adds 3 to the cycle counter
18239 Depending on how it is assembled, it is translated into ‘r5 rb5’ or
18243 Branch to label depending on how it is assembled, it is translated
18248 translated into ‘jral5 rb5’ or ‘jral rb5’.
18252 translated into ‘jal fname’ or "‘la $ta,fname’ ‘bral $ta’".
18667 ‘po’. For example:
18670 l.ori r4, r3, po(symbol)
18671 l.lbz r5, po(symbol)(r3)
18672 l.sb po(symbol)(r3), r6
18991 Align the location counter to an even number.
21669 program counter
21783 from the program counter:
22164 • The V9 program counter register is referred to as ‘%pc’.
22166 • The V9 next program counter register is referred to as ‘%npc’.
22178 • The V9 trap program counter is referred to as ‘%tpc’.
22180 • The V9 trap next program counter is referred to as ‘%tnpc’.
22879 Align the section program counter on the next boundary, based on
22994 current section program counter.
25748 is translated to:
26171 and as a symbol denoting the current location counter.
27055 modifications and/or translated into another language.
28377 * advancing location counter: Org. (line 6)
28427 * ARC loop counter: ARC-Regs. (line 41)
28443 * ARC word aligned program counter: ARC-Regs. (line 44)
29352 * location counter: Dot. (line 6)
29353 * location counter, advancing: Org. (line 6)
29354 * location counter, Z80: Z80-Chars. (line 15)
29375 * loop counter, ARC: ARC-Regs. (line 41)
29830 * padding the location counter: Align. (line 6)
29831 * padding the location counter given a power of two: P2align.
29833 * padding the location counter given number of bytes: Balign.
30468 * word aligned program counter, ARC: ARC-Regs. (line 44)