Searched full:push (Results 1 – 25 of 43) sorted by relevance
12
/picolibc-latest/newlib/libc/machine/arm/ |
D | arm_asm.h | 103 * - 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 …]
|
D | aeabi_memcpy-armv7a.S | 46 optimized push {r0, r4, r5, lr}. 50 push {r0, lr} 253 push {r0, lr} 268 push {r0, lr}
|
/picolibc-latest/newlib/libc/machine/h8300/ |
D | defines.h | 51 #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/ |
D | crt0-32.S | 106 push $0 107 push $0 108 push $0 109 push %eax
|
/picolibc-latest/doc/ |
D | releasing.md | 65 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/ |
D | setjmp.S | 97 push ax 98 push hl 99 push ax 144 push ax
|
/picolibc-latest/.github/workflows/ |
D | head | 4 push: 50 uses: docker/build-push-action@v6
|
D | head-zephyr | 4 push: 51 uses: docker/build-push-action@v6
|
D | zephyr.yml | 4 push: 51 uses: docker/build-push-action@v6
|
D | linux.yml | 4 push: 50 uses: docker/build-push-action@v6
|
/picolibc-latest/newlib/libc/machine/avr/ |
D | setjmp.S | 171 push ZL 172 push ZH 173 push __tmp_reg__
|
/picolibc-latest/newlib/libc/stdio/ |
D | ungetwc.c | 29 <<ungetwc>>---push wide character data back into a stream 51 The underlying file is not changed, but it is possible to push back
|
D | ungetc.c | 19 <<ungetc>>---push data back into a stream 40 The underlying file is not changed, but it is possible to push back
|
D | nano-vfscanf_i.c | 196 /* 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()
|
D | stdio.tex | 110 * Function ungetc:: Push data back into a stream 111 * Function ungetwc:: Push wide character data back into a stream
|
/picolibc-latest/picocrt/machine/riscv/ |
D | crt0.c | 105 __asm__(".option push\n" in _trap() 185 __asm__(".option push\n" in _start()
|
/picolibc-latest/semihost/machine/riscv/ |
D | semihost-riscv.S | 40 .option push
|
/picolibc-latest/newlib/libc/picolib/machine/mips/ |
D | tls.c | 43 __asm__(".set push\n" in _set_tls()
|
/picolibc-latest/newlib/libc/picolib/machine/arm/ |
D | read_tp.S | 72 push {r1,lr} /* Save R1 (and LR) */
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | memset.S | 66 .option push
|
/picolibc-latest/newlib/libc/iconv/ccs/ |
D | mktbl.pl | 650 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/ |
D | nano-free.c | 92 #pragma GCC diagnostic push in free()
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 74 2. Push patches to that repository
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | tgammad2.h | 67 * 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()
|
D | tgammaf4.h | 65 * 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