Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/dc/
H A Dstack.c118 stack_push(stack, stack_dup_value(value, &copy)); 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 Dextern.h53 void stack_push(struct stack *, struct value *);
H A Dbcode.c448 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 Dstack.h46 void stack_push(stk_t *, void *);
H A Dstack.c95 stack_push(stk_t *sp, void *data) in stack_push() function
H A Dstabs.c203 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 Ddesboth.pl30 &stack_push(3);
/freebsd-12.1/crypto/openssl/crypto/perlasm/
H A DREADME30 &stack_push(num) Basically a 'sub esp, num*4' with extra
31 &stack_pop(num) inverse of stack_push
H A Dx86asm.pl51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
/freebsd-12.1/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl132 &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 Dx86-gf2m.pl275 &stack_push(4+1);
/freebsd-12.1/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl156 &stack_push(33);
461 &stack_push (131);
864 &stack_push (131);
/freebsd-12.1/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl271 &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 Dobj-coff.c92 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 Drmd-586.pl333 &stack_push(16+5+6);
/freebsd-12.1/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl366 &stack_push(16+3); # allocate X[16]
/freebsd-12.1/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl560 &stack_push(4); # place for s[0-3]
/freebsd-12.1/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl163 &stack_push(16);
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-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