Lines Matching +refs:po +refs:pop +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
9554 1001000rrrrr1111 pop r
9590 expand to at most five 1-word instructions, all optional: pop of
9591 REG, pop of ‘zero_reg’, pop of ‘SREG’, pop of ‘tmp_reg’.
9619 10: 8f 91 pop r24
9621 14: 8f 91 pop 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
12153 mov.b rs,@-rd pop.w rs
12154 mov.b rs,@abs:8 * pop.l rs
12383 Define NAME as a label for the current assembly location.
12390 Advance location counter to LC. Synonym for the ‘as’ portable
13486 80-bit real and pop stack) instructions.
13493 ‘fistpq’ (store quad integer and pop stack) instructions.
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
16985 stack. The ‘.set pop’ directive pops the stack and restores the
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
18012 pop r8
18013 pop r9
18014 pop r10
18015 pop r11
18294 ‘pop rt5’
18297 ‘pop.d var,ra5’
18301 ‘pop.w var,ra5’
18304 ‘pop.h var,ra5’
18307 ‘pop.b var,ra5’
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.
19301 (without the -m) enclosed in double quotes, ‘"push"’, or ‘"pop"’.
19303 restored with ‘.machine "pop"’.
19586 .option pop
19604 ‘pop’
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
21373 cpu, which may be restored with ‘.machine pop’. Be aware that the
21388 ‘zarch_nohighgprs’, ‘push’, or ‘pop’. ‘.machinemode
21394 selected mode, which may be restored with ‘.machinemode pop’.
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.
26646 ldb @rd,imm8 ldr disp16,rs pop @rd,@rs
26647 ldb @rd,rbs ldr rd,disp16 pop addr(rd),@rs
26648 ldb addr(rd),imm8 ldrb disp16,rbs pop addr,@rs
26649 ldb addr(rd),rbs ldrb rbd,disp16 pop rd,@rs
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
28267 * .set pop: 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.