Lines Matching +refs:po +refs:push +refs:location

520      extension is the location of the current working directory at
1814 changes the location within the current section. Absolute sections
2642 Each section has a “location counter” incremented by one for every
2645 location counter. There is no way to directly manipulate a location
2647 captures its current value. The location counter of the section where
2648 statements are being assembled is said to be the “active” location
2702 The symbol then represents the current value of the active location
2907 location in the text, data, bss or absolute sections the value is the
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
3657 location where personality can be loaded from, not the personality
4471 The ‘incbin’ directive includes FILE verbatim at the current location.
4741 of prior ‘.loc’ directives at the same program location. If VALUE
4744 the same program location. If VALUE is the literal ‘-0’, the
4747 location.
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
5648 location of, and the relative distance between, various different
5793 The symbol’s value is set to the location counter, relocatably.
5795 address of the location counter when the ‘.stabd’ was assembled.
6850 .text section) at the current location (aligned to a word
7100 the final location of the symbol.
7930 location.
7934 current program counter location.
8751 .text section) at the current location (aligned to a word
9555 1001001rrrrr1111 push r
9584 to at most six 1-word instructions, all optional: push of
9585 ‘tmp_reg’, push of ‘SREG’, push and clear of ‘zero_reg’, push of
9613 0: 8f 93 push r24
9615 4: 8f 93 push r24
9766 byte location in the stack. The stack grows by decrementing the
11489 For example, if you want to load a register with the location of the
12155 mov.w rs,@rd push.w rs
12156 * mov.w @(disp:24,rs),rd * push.l rs
12383 Define NAME as a label for the current assembly location.
12390 Advance location counter to LC. Synonym for the ‘as’ portable
13039 operands are undelimited (Intel ‘push 4’ is AT&T ‘pushl $4’). AT&T
13500 point format, then stores the result in the 4 byte location ‘mem’)
13587 ‘leave’, ‘push’, ‘pop’, ‘pusha’, ‘popa’, ‘pushf’, and ‘popf’
13624 ‘default’ ‘push’ ‘pop’
16982 The directives ‘.set push’ and ‘.set pop’ may be used to save and
16984 ‘.set’. The ‘.set push’ directive saves the current settings on a
17271 Before an instruction is emitted, the current location is aligned to
17325 location.
17383 The ‘LOC’ directive sets the current location to the value of the
17387 a section, the current location may only be changed to
17391 An example, which sets the label PREV to the current location, and
17392 updates the current location to eight bytes forward:
17491 happens for the directive, the current location is aligned to the
17780 The character ‘$’ in jump instructions indicates current location and
18001 push r11
18002 push r10
18003 push r9
18004 push r8
18270push ra5’
18273push.d var’
18276push.w var’
18279push.h var’
18282push.b var’
18667po’. 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.
19301 (without the -m) enclosed in double quotes, ‘"push"’, or ‘"pop"’.
19302 ‘.machine "push"’ saves the currently selected cpu, which may be
19583 .option push
19603push
20096 supported and provides the location of their publicly-released
20505 location.
21365 be dumped to the current location (*note s390 Literal Pool
21372 or ‘push’, or ‘pop’. ‘.machine push’ saves the currently selected
21388 ‘zarch_nohighgprs’, ‘push’, or ‘pop’. ‘.machinemode
21393 ‘highgprs’ feature. ‘.machinemode push’ saves the currently
23134 independent of .bss. SYMBOL points to the first location reserved
24433 loads the contents of the location pointed to by the label
24450 loads the contents of the location pointed to by the label
24480 table at the location labeled ’table_func1’.
25895 that the actual location of the literal data is determined by the
25966 to mark a potential location for a literal pool.
25976 only needed to specify some other location for a literal pool. You may
26171 and as a symbol denoting the current location counter.
26654 ldb rbd,addr(rs) mres push @rd,@rs
26655 ldb rbd,imm8 mset push @rd,addr
26656 ldb rbd,rbs mult rrd,@rs push @rd,addr(rs)
26657 ldb rbd,rs(imm16) mult rrd,addr push @rd,imm16
26658 push @rd,rs set addr,imm4 subl rrd,imm32
26772 a stray memory reference which happens to fetch from the location where
26774 contents of that location would fool the assembler into doing the right
27172 each Opaque copy a computer-network location from which the general
27178 remain thus accessible at the stated location until at least one
27239 J. Preserve the network location, if any, given in the Document
27243 “History” section. You may omit a network location for a work
28268 * .set push: MIPS Option Stack. (line 6)
28377 * advancing location counter: Org. (line 6)
29352 * location counter: Dot. (line 6)
29353 * location counter, advancing: Org. (line 6)
29354 * location counter, Z80: Z80-Chars. (line 15)
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.