Searched refs:tmp4 (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl19 $tmp4="edx";
80 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
81 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
82 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
83 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
84 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
86 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
87 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl17 $tmp4="edx";
57 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
61 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
64 &mov($tmp4,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
76 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
79 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
82 &mov($tmp4,&DWP(0,$P,"",0));
85 &xor($R,$tmp4);
94 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_;
96 &mov( $tmp4,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl17 $tmp4="edx";
35 &mov($tmp4,&wparam(0));
39 &mov($A,&DWP(0,$tmp4,"",0));
40 &mov($B,&DWP(4,$tmp4,"",0));
98 &mov(&DWP(0,$tmp4,"",0),$A);
99 &mov(&DWP(4,$tmp4,"",0),$B);
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl60 ld1 tmp4=[tmp3],2 // LSB
66 dep tmp1=tmp0,tmp4,8,8 };;
68 and tmp4=$c,$b
73 { .mmi; or tmp4=tmp4,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
77 add $f=$f,tmp4 // f+=F_00_19(b,c,d)
79 { .mmi; ld1 tmp4=[tmp3],2 // +1
91 dep tmp1=tmp0,tmp4,8,8;;
96 { .mmi; or tmp4=tmp3,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
102 { .mmi; add $f=$f,tmp4 //
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dlonglong.h1113 UDItype tmp1, tmp2, tmp3, tmp4; \
1138 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp3104 llvm::Value *tmp4 = Builder.CreateAnd(LHSTmp, tmp); local
3105 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond");

Completed in 128 milliseconds