Searched refs:stack_push (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/usr.bin/dc/ |
| H A D | stack.c | 116 stack_push(stack, stack_dup_value(value, ©)); in stack_dup() 167 stack_push(struct stack *stack, struct value *v) in stack_push() function 200 stack_push(stack, v); in stack_set_tos() 350 stack_push(stack, &n); in frame_assign()
|
| H A D | extern.h | 52 void stack_push(struct stack *, struct value *);
|
| H A D | bcode.c | 446 stack_push(&bmachine.stack, v); in push() 868 stack_push(&bmachine.reg[idx], value); in store_stack()
|
| /freebsd-14.2/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-14.2/crypto/openssl/crypto/des/asm/ |
| H A D | desboth.pl | 30 &stack_push(3);
|
| /freebsd-14.2/crypto/openssl/crypto/perlasm/ |
| H A D | README.md | 34 &stack_push(num) Basically a 'sub esp, num*4' with extra 35 &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-14.2/crypto/openssl/crypto/ec/asm/ |
| H A D | ecp_nistz256-x86.pl | 131 &stack_push(8); # therefore we need to allocate 435 &stack_push(8); 1241 &stack_push(8*5+1); 1392 &stack_push(8*18+5); 1667 &stack_push(8*15+3);
|
| /freebsd-14.2/crypto/openssl/crypto/bn/asm/ |
| H A D | x86-gf2m.pl | 274 &stack_push(4+1);
|
| /freebsd-14.2/crypto/openssl/crypto/modes/asm/ |
| H A D | ghash-x86.pl | 270 &stack_push(16+4+1); # +1 for stack alignment 303 &stack_push(16+4+1); # +1 for 64-bit alignment 466 &stack_push(4+1); # +1 for stack alignment
|
| /freebsd-14.2/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-x86.pl | 155 &stack_push(33); 460 &stack_push (131); 863 &stack_push (131);
|
| /freebsd-14.2/crypto/openssl/crypto/ripemd/asm/ |
| H A D | rmd-586.pl | 332 &stack_push(16+5+6);
|
| /freebsd-14.2/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 365 &stack_push(16+3); # allocate X[16]
|
| /freebsd-14.2/crypto/openssl/crypto/camellia/asm/ |
| H A D | cmll-x86.pl | 559 &stack_push(4); # place for s[0-3]
|
| /freebsd-14.2/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-x86.pl | 162 &stack_push(16);
|