Home
last modified time | relevance | path

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

/freebsd/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/crypto/openssl/crypto/des/asm/
H A Ddesboth.pl30 &stack_push(3);
/freebsd/crypto/openssl/crypto/perlasm/
H A DREADME.md34 &stack_push(num) Basically a 'sub esp, num*4' with extra
35 &stack_pop(num) inverse of stack_push
H A Dx86asm.pl51 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl131 &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/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl274 &stack_push(4+1);
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl270 &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/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl155 &stack_push(33);
460 &stack_push (131);
863 &stack_push (131);
/freebsd/crypto/openssl/crypto/ripemd/asm/
H A Drmd-586.pl332 &stack_push(16+5+6);
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-586.pl365 &stack_push(16+3); # allocate X[16]
/freebsd/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl559 &stack_push(4); # place for s[0-3]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl162 &stack_push(16);