Searched refs:stack_push (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/usr.bin/dc/ |
| HD | stack.c | 120 stack_push(stack, stack_dup_value(value, ©)); in stack_dup() 171 stack_push(struct stack *stack, struct value *v) in stack_push() function 204 stack_push(stack, v); in stack_set_tos() 359 stack_push(stack, &n); in frame_assign()
|
| HD | extern.h | 52 void stack_push(struct stack *, struct value *);
|
| HD | bcode.c | 452 stack_push(&bmachine.stack, v); in push() 862 stack_push(&bmachine.reg[idx], value); in store_stack()
|
| /NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| HD | stack.h | 46 void stack_push(stk_t *, void *);
|
| HD | stack.c | 95 stack_push(stk_t *sp, void *data) in stack_push() function
|
| HD | stabs.c | 203 stack_push(file_stack, file); in stabs_read() 258 stack_push(file_stack, curhdr); in stabs_read()
|
| /NextBSD/crypto/openssl/crypto/des/asm/ |
| HD | desboth.pl | 23 &stack_push(3);
|
| /NextBSD/crypto/openssl/crypto/perlasm/ |
| HD | readme | 30 &stack_push(num) Basically a 'sub esp, num*4' with extra 31 &stack_pop(num) inverse of stack_push
|
| HD | x86asm.pl | 44 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
|
| /NextBSD/crypto/openssl/crypto/bn/asm/ |
| HD | x86-gf2m.pl | 265 &stack_push(4+1);
|
| /NextBSD/crypto/openssl/crypto/modes/asm/ |
| HD | ghash-x86.pl | 262 &stack_push(16+4+1); # +1 for stack alignment 295 &stack_push(16+4+1); # +1 for 64-bit alignment 458 &stack_push(4+1); # +1 for stack alignment
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | 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()
|
| /NextBSD/crypto/openssl/crypto/ripemd/asm/ |
| HD | rmd-586.pl | 321 &stack_push(16+5+6);
|
| /NextBSD/crypto/openssl/crypto/camellia/asm/ |
| HD | cmll-x86.pl | 550 &stack_push(4); # place for s[0-3]
|
| /NextBSD/crypto/openssl/crypto/sha/asm/ |
| HD | sha1-586.pl | 353 &stack_push(16+3); # allocate X[16]
|
| /NextBSD/contrib/binutils/gas/ |
| HD | 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
|