Home
last modified time | relevance | path

Searched refs:stack_push (Results 1 – 16 of 16) sorted by relevance

/NextBSD/usr.bin/dc/
HDstack.c120 stack_push(stack, stack_dup_value(value, &copy)); 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()
HDextern.h52 void stack_push(struct stack *, struct value *);
HDbcode.c452 stack_push(&bmachine.stack, v); in push()
862 stack_push(&bmachine.reg[idx], value); in store_stack()
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDstack.h46 void stack_push(stk_t *, void *);
HDstack.c95 stack_push(stk_t *sp, void *data) in stack_push() function
HDstabs.c203 stack_push(file_stack, file); in stabs_read()
258 stack_push(file_stack, curhdr); in stabs_read()
/NextBSD/crypto/openssl/crypto/des/asm/
HDdesboth.pl23 &stack_push(3);
/NextBSD/crypto/openssl/crypto/perlasm/
HDreadme30 &stack_push(num) Basically a 'sub esp, num*4' with extra
31 &stack_pop(num) inverse of stack_push
HDx86asm.pl44 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
/NextBSD/crypto/openssl/crypto/bn/asm/
HDx86-gf2m.pl265 &stack_push(4+1);
/NextBSD/crypto/openssl/crypto/modes/asm/
HDghash-x86.pl262 &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/
HDobj-coff.c92 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/
HDrmd-586.pl321 &stack_push(16+5+6);
/NextBSD/crypto/openssl/crypto/camellia/asm/
HDcmll-x86.pl550 &stack_push(4); # place for s[0-3]
/NextBSD/crypto/openssl/crypto/sha/asm/
HDsha1-586.pl353 &stack_push(16+3); # allocate X[16]
/NextBSD/contrib/binutils/gas/
HDChangeLog-92955441 (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