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

486      extension is the location of the current working directory at
1783 changes the location within the current section. Absolute
2619 Each section has a "location counter" incremented by one for every
2622 location counter. There is no way to directly manipulate a location
2624 definition captures its current value. The location counter of the
2626 location counter.
2679 The symbol then represents the current value of the active location
2888 location in the text, data, bss or absolute sections the value is the
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
3663 location where personality can be loaded from, not the personality
4489 The `incbin' directive includes FILE verbatim at the current location.
4754 number of prior `.loc' directives at the same program location.
4757 directives at the same program location. If VALUE is the literal
4760 program location.
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
5678 files, changing the location of, and the relative distance between,
5817 The symbol's value is set to the location counter, relocatably.
5819 address of the location counter when the `.stabd' was assembled.
6932 .text section) at the current location (aligned to a word
7185 the final location of the symbol.
8028 location.
8032 current program counter location.
8800 .text section) at the current location (aligned to a word
9603 1001001rrrrr1111 push r
9632 expand to at most six 1-word instructions, all optional: push of
9633 `tmp_reg', push of `SREG', push and clear of `zero_reg', push of
9662 0: 8f 93 push r24
9664 4: 8f 93 push r24
9817 byte location in the stack. The stack grows by decrementing the
10307 Exchange-and-add a 64-bit value at the specified location.
10310 Exchange-and-add a 32-bit value at the specified location.
11168 For example, if you want to load a register with the location of the
11871 mov.w rs,@rd push.w rs
11872 * mov.w @(disp:24,rs),rd * push.l rs
12100 Define NAME as a label for the current assembly location.
12107 Advance location counter to LC. Synonym for the `as' portable
12648 operands are undelimited (Intel `push 4' is AT&T `pushl $4').
13113 point format, then stores the result in the 4 byte location `mem')
13200 `enter', `leave', `push', `pop', `pusha', `popa', `pushf', and `popf'
13237 `default' `push' `pop'
16498 The directives `.set push' and `.set pop' may be used to save and
16500 by `.set'. The `.set push' directive saves the current settings on a
16791 Before an instruction is emitted, the current location is aligned to
16846 current location.
16903 The `LOC' directive sets the current location to the value of the
16907 Within a section, the current location may only be changed to
16911 An example, which sets the label PREV to the current location, and
16912 updates the current location to eight bytes forward:
17006 happens for the directive, the current location is aligned to the
17306 The character `$' in jump instructions indicates current location and
17547 push r11
17548 push r10
17549 push r9
17550 push r8
17819 `push ra5'
17822 `push.d var'
17825 `push.w var'
17828 `push.h var'
17831 `push.b var'
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.
18862 (without the -m) enclosed in double quotes, `"push"', or `"pop"'.
18863 `.machine "push"' saves the currently selected cpu, which may be
19150 .option push
19170 `push'
19933 location.
20857 be dumped to the current location (*Note s390 Literal Pool
20863 options, or `push', or `pop'. `.machine push' saves the currently
20879 `zarch_nohighgprs', `push', or `pop'. `.machinemode
20884 `highgprs' feature. `.machinemode push' saves the currently
22661 independent of .bss. SYMBOL points to the first location reserved
23965 loads the contents of the location pointed to by the label
23982 loads the contents of the location pointed to by the label
24013 table at the location labeled 'table_func1'.
25459 that the actual location of the literal data is determined by the
25531 to mark a potential location for a literal pool.
25541 only needed to specify some other location for a literal pool. You may
25737 and as a symbol denoting the current location counter.
26222 ldb rbd,addr(rs) mres push @rd,@rs
26223 ldb rbd,imm8 mset push @rd,addr
26224 ldb rbd,rbs mult rrd,@rs push @rd,addr(rs)
26225 ldb rbd,rs(imm16) mult rrd,addr push @rd,imm16
26226 push @rd,rs set addr,imm4 subl rrd,imm32
26340 is a stray memory reference which happens to fetch from the location
26342 different, the contents of that location would fool the assembler into
26743 state in or with each Opaque copy a computer-network location from
26750 location until at least one year after the last time you
26811 J. Preserve the network location, if any, given in the Document
26815 the "History" section. You may omit a network location for a
27819 * .set push: MIPS Option Stack. (line 6)
27927 * advancing location counter: Org. (line 6)
28889 * location counter: Dot. (line 6)
28890 * location counter, advancing: Org. (line 6)
28891 * location counter, Z80: Z80-Chars. (line 15)
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.