Searched refs:stack_push (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.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-13.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
|
| /freebsd-13.1/crypto/openssl/crypto/des/asm/ |
| H A D | desboth.pl | 30 &stack_push(3);
|
| /freebsd-13.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-13.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); 1668 &stack_push(8*15+3);
|
| /freebsd-13.1/crypto/openssl/crypto/bn/asm/ |
| H A D | x86-gf2m.pl | 275 &stack_push(4+1);
|
| /freebsd-13.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-13.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-13.1/crypto/openssl/crypto/ripemd/asm/ |
| H A D | rmd-586.pl | 333 &stack_push(16+5+6);
|
| /freebsd-13.1/crypto/openssl/crypto/camellia/asm/ |
| H A D | cmll-x86.pl | 560 &stack_push(4); # place for s[0-3]
|
| /freebsd-13.1/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 366 &stack_push(16+3); # allocate X[16]
|
| /freebsd-13.1/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-x86.pl | 163 &stack_push(16);
|