| /freebsd-12.1/usr.bin/dc/ |
| H A D | stack.c | 118 stack_push(stack, stack_dup_value(value, ©)); in stack_dup() 169 stack_push(struct stack *stack, struct value *v) in stack_push() function 202 stack_push(stack, v); in stack_set_tos() 352 stack_push(stack, &n); in frame_assign()
|
| H A D | extern.h | 53 void stack_push(struct stack *, struct value *);
|
| H A D | bcode.c | 448 stack_push(&bmachine.stack, v); in push() 870 stack_push(&bmachine.reg[idx], value); in store_stack()
|
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | stack.h | 46 void stack_push(stk_t *, void *);
|
| H A D | stack.c | 95 stack_push(stk_t *sp, void *data) in stack_push() function
|
| H A D | stabs.c | 203 stack_push(file_stack, file); in stabs_read() 258 stack_push(file_stack, curhdr); in stabs_read()
|
| /freebsd-12.1/crypto/openssl/crypto/des/asm/ |
| H A D | desboth.pl | 30 &stack_push(3);
|
| /freebsd-12.1/crypto/openssl/crypto/perlasm/ |
| H A D | README | 30 &stack_push(num) Basically a 'sub esp, num*4' with extra 31 &stack_pop(num) inverse of stack_push
|
| H A D | x86asm.pl | 51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
|
| /freebsd-12.1/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-x86.pl | 132 &stack_push(8); # therefore we need to allocate 436 &stack_push(8); 1242 &stack_push(8*5+1); 1393 &stack_push(8*18+5); 1672 &stack_push(8*15+3);
|
| /freebsd-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | x86-gf2m.pl | 275 &stack_push(4+1);
|
| /freebsd-12.1/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-x86.pl | 156 &stack_push(33); 461 &stack_push (131); 864 &stack_push (131);
|
| /freebsd-12.1/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-x86.pl | 271 &stack_push(16+4+1); # +1 for stack alignment 304 &stack_push(16+4+1); # +1 for 64-bit alignment 467 &stack_push(4+1); # +1 for stack alignment
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | obj-coff.c | 92 stack_push (stack *st, char *element) in stack_push() function 1291 stack_push (block_stack, (char *) &symp); in coff_frob_symbol()
|
| /freebsd-12.1/crypto/openssl/crypto/ripemd/asm/ |
| H A D | rmd-586.pl | 333 &stack_push(16+5+6);
|
| /freebsd-12.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 366 &stack_push(16+3); # allocate X[16]
|
| /freebsd-12.1/crypto/openssl/crypto/camellia/asm/ |
| H A D | cmll-x86.pl | 560 &stack_push(4); # place for s[0-3]
|
| /freebsd-12.1/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-x86.pl | 163 &stack_push(16);
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-9295 | 5441 (stack typedef, stack_init, stack_delete, stack_push, stack_pop, 6183 (stack typedef, stack_init, stack_delete, stack_push, stack_pop): 6189 (stack_init, stack_delete, stack_push, stack_pop): Don't declare. 6207 (stack typedef, stack_init, stack_delete, stack_push, stack_pop): 6213 (stack_init, stack_delete, stack_push, stack_pop): Don't declare. 9401 * config/obj-coffbfd.c (stack_pop, stack_push, stack_init): Made
|