Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 43) sorted by relevance

12

/picolibc-latest/newlib/libc/machine/arm/
Darm_asm.h103 * - Prologue stack alignment is implemented by detecting a push with an odd
123 * register (GPR) range to push onto stack, otherwise represents
124 * single GPR to push onto stack. If omitted, no GPRs pushed
129 * the pac-key. Either 1 or 0 to push or not push, respectively.
131 * - push_lr - Determines whether to push lr to the stack on function entry.
132 * Either 1 or 0 to push or not push, respectively.
143 * prologue push_ip=1 -> push {ip}
145 * prologue push_ip=1, push_lr=1 -> push {ip, lr}
147 * prologue 1, align8=1 -> push {r0, r1}
149 * prologue 1, 4 -> push {r1-r4}
[all …]
Daeabi_memcpy-armv7a.S46 optimized push {r0, r4, r5, lr}.
50 push {r0, lr}
253 push {r0, lr}
268 push {r0, lr}
/picolibc-latest/newlib/libc/machine/h8300/
Ddefines.h51 #define PUSHP push
71 #define PUSHP push
87 #define PUSHP push.l
114 #define PUSHP push
130 #define PUSHP push.l
/picolibc-latest/picocrt/machine/x86/
Dcrt0-32.S106 push $0
107 push $0
108 push $0
109 push %eax
/picolibc-latest/doc/
Dreleasing.md65 12. Push tag and branch to repositories
67 $ git push origin main <version>
125 11. Push tags and branches to salsa
127 $ git push salsa main debian <version> <version>-1
/picolibc-latest/newlib/libc/machine/rl78/
Dsetjmp.S97 push ax
98 push hl
99 push ax
144 push ax
/picolibc-latest/.github/workflows/
Dhead4 push:
50 uses: docker/build-push-action@v6
Dhead-zephyr4 push:
51 uses: docker/build-push-action@v6
Dzephyr.yml4 push:
51 uses: docker/build-push-action@v6
Dlinux.yml4 push:
50 uses: docker/build-push-action@v6
/picolibc-latest/newlib/libc/machine/avr/
Dsetjmp.S171 push ZL
172 push ZH
173 push __tmp_reg__
/picolibc-latest/newlib/libc/stdio/
Dungetwc.c29 <<ungetwc>>---push wide character data back into a stream
51 The underlying file is not changed, but it is possible to push back
Dungetc.c19 <<ungetc>>---push data back into a stream
40 The underlying file is not changed, but it is possible to push back
Dnano-vfscanf_i.c196 /* If we had only a sign, it is no good; push back the sign. in _scanf_i()
197 If the number ends in `x', it was [sign] '0' 'x', so push back in _scanf_i()
Dstdio.tex110 * Function ungetc:: Push data back into a stream
111 * Function ungetwc:: Push wide character data back into a stream
/picolibc-latest/picocrt/machine/riscv/
Dcrt0.c105 __asm__(".option push\n" in _trap()
185 __asm__(".option push\n" in _start()
/picolibc-latest/semihost/machine/riscv/
Dsemihost-riscv.S40 .option push
/picolibc-latest/newlib/libc/picolib/machine/mips/
Dtls.c43 __asm__(".set push\n" in _set_tls()
/picolibc-latest/newlib/libc/picolib/machine/arm/
Dread_tp.S72 push {r1,lr} /* Save R1 (and LR) */
/picolibc-latest/newlib/libc/machine/riscv/
Dmemset.S66 .option push
/picolibc-latest/newlib/libc/iconv/ccs/
Dmktbl.pl650 push @range, $_;
655 push @ranges, \@tmp;
664 push @ranges, \@tmp;
702 push @r, $_ foreach (@r1);
705 push @r, undef;
707 push @r, $_ foreach (@r2);
718 push @unranged, $$_[0];
723 push @unranged, $$_[0];
724 push @unranged, $$_[1];
/picolibc-latest/newlib/libc/stdlib/
Dnano-free.c92 #pragma GCC diagnostic push in free()
/picolibc-latest/
DCONTRIBUTING.md74 2. Push patches to that repository
/picolibc-latest/newlib/libm/machine/spu/headers/
Dtgammad2.h67 * 2. [0, 1) - push x into [1,2), then adjust the
216 * If x was in [2,10) and we pulled it into [1,2), we need to push in _tgammad2()
Dtgammaf4.h65 * 2. [0, 1) - push x into [1,2), then adjust the
161 * If x was in [2,10) and we pulled it into [1,2), we need to push in _tgammaf4()

12