Home
last modified time | relevance | path

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

/freebsd-13.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-13.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
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Ddesboth.pl30 &stack_push(3);
/freebsd-13.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-13.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);
1668 &stack_push(8*15+3);
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl275 &stack_push(4+1);
/freebsd-13.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-13.1/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl156 &stack_push(33);
461 &stack_push (131);
864 &stack_push (131);
/freebsd-13.1/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl333 &stack_push(16+5+6);
/freebsd-13.1/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl560 &stack_push(4); # place for s[0-3]
/freebsd-13.1/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl366 &stack_push(16+3); # allocate X[16]
/freebsd-13.1/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl163 &stack_push(16);