Searched refs:tmp3 (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl18 $tmp3="eax";
67 &mov($tmp3,&DWP(128,$K,"",0));
69 &push($tmp3);
71 &or($tmp3,$tmp3);
75 &xor($tmp3, $tmp3);
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,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl17 $tmp3="ebp";
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
105 &mov( $tmp3, &DWP(&n2a($BF_OFF+0x0400),$P,$tmp2,4));
110 &add( $tot, $tmp3);
114 &mov( $tmp3, &DWP(&n2a($BF_OFF+0x0C00),$P,$tmp2,4));
116 &add( $tot, $tmp3);
[all...]
H A Dbf-586.pl16 $tmp3="ecx";
50 &xor( $tmp3, $tmp3);
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);
69 &xor( $tmp3, $tmp3);
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);
94 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,
[all...]
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dmilenage.c45 u8 tmp1[16], tmp2[16], tmp3[16]; local
63 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
66 tmp3[i] ^= tmp1[i];
69 /* f1 || f1* = E_K(tmp3) XOR OP_c */
70 if (aes_128_encrypt_block(k, tmp3, tmp1))
97 u8 tmp1[16], tmp2[16], tmp3[16]; local
117 if (aes_128_encrypt_block(k, tmp1, tmp3))
120 tmp3[i] ^= opc[i];
122 os_memcpy(res, tmp3 + 8, 8); /* f2 */
124 os_memcpy(ak, tmp3,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl58 ld1 tmp2=[tmp3],2 };;
60 ld1 tmp4=[tmp3],2 // LSB
67 { .mmi; ld1 tmp2=[tmp3],2 // +1
79 { .mmi; ld1 tmp4=[tmp3],2 // +1
90 { .mii; and tmp3=$c,$b
96 { .mmi; or tmp4=tmp3,tmp1 // F_00_19(b,c,d)=(b&c)|(~b&d)
100 xor tmp3=$X[($i+8+1)&0xf],$X[($i+13+1)&0xf] // +1
103 xor tmp2=tmp2,tmp3 // +1
129 xor tmp3=$X[($i+8+1)&0xf],$X[($i+13+1)&0xf] // +1
132 xor tmp2=tmp2,tmp3 //
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A Daes_ige.c217 unsigned char tmp3[AES_BLOCK_SIZE]; local
297 memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
298 iv = tmp3;
315 memcpy(tmp3, tmp2, AES_BLOCK_SIZE);
316 iv = tmp3;
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_pcmap_regs.h135 uint32_t tmp3; local
155 : "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3)
/freebsd-9.3-release/contrib/gcc/
H A Dsreal.c454 unsigned HOST_WIDE_INT tmp1, tmp2, tmp3; local
467 tmp3 = a->sig_hi * b->sig_lo + (tmp1 >> SREAL_PART_BITS);
470 r->sig_hi += (tmp2 >> SREAL_PART_BITS) + (tmp3 >> SREAL_PART_BITS);
472 tmp3 &= ((uhwi) 1 << SREAL_PART_BITS) - 1;
473 tmp1 = tmp2 + tmp3;
H A Dvalue-prof.c343 tree tmp2, tmp3; local
359 tmp3 = create_tmp_var (optype, "PROF");
362 stmt3 = build2 (MODIFY_EXPR, optype, tmp3,
366 tmp3, build_int_cst (optype, 0)),
H A Dlonglong.h1113 UDItype tmp1, tmp2, tmp3, tmp4; \
1138 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/freebsd-9.3-release/sys/mips/cavium/cryptocteon/
H A Dcavium_crypto.c736 uint64_t tmp1, tmp2, tmp3; local
799 tmp3 = 0;
800 CVMX_MF_HSH_IV(tmp3, 2);
809 tmp3 |= 0x0000000080000000;
810 CVMX_MT_HSH_DAT(tmp3, 2);
1159 uint64_t tmp1, tmp2, tmp3; local
1264 tmp3 = 0;
1265 CVMX_MF_HSH_IV(tmp3, 2);
1274 tmp3 |= 0x0000000080000000;
1275 CVMX_MT_HSH_DAT(tmp3,
1315 uint64_t tmp1, tmp2, tmp3; local
1837 uint64_t tmp1, tmp2, tmp3; local
2038 uint64_t tmp1, tmp2, tmp3; local
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h335 uint32_t tmp3; \
342 "dsll %[tmp3], %[vall], 32\n" \
343 "dsrl %[tmp3], %[tmp3], 32\n" \
344 "or %[tmp1], %[tmp1], %[tmp3]\n" \
345 "dsll %[tmp3], %[csrl], 32\n" \
346 "dsrl %[tmp3], %[tmp3], 32\n" \
347 "or %[tmp2], %[tmp2], %[tmp3]\n" \
350 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/asm/
H A Ddes686.pl145 local($L,$R,$S,$ks,$desSP,$u,$t,$tmp1,$tmp2,$tmp3)=@_;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dxmmintrin.h966 __m128 tmp3, tmp2, tmp1, tmp0; \
970 tmp3 = _mm_unpackhi_ps((row2), (row3)); \
973 (row2) = _mm_movelh_ps(tmp1, tmp3); \
974 (row3) = _mm_movehl_ps(tmp3, tmp1); \
/freebsd-9.3-release/usr.bin/truss/
H A Dsyscalls.c615 char tmp2[max_string+1], *tmp3; local
633 tmp3 = malloc(len * 4 + 1);
635 if (strvisx(tmp3, tmp2, len,
641 asprintf(&tmp, "\"%s\"%s", tmp3, truncated ?
643 free(tmp3);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c2207 unsigned char tmp3[AES_BLOCK_SIZE]; local
2225 memcpy(tmp3, in + AES_BLOCK_SIZE, len);
2226 memcpy(tmp3 + len, tmp2 + len, AES_BLOCK_SIZE - len); /* xor 0 */
2229 out[i + AES_BLOCK_SIZE] = tmp2[i] ^ tmp3[i];
2231 AES_decrypt(tmp3, out, key);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp3103 llvm::Value *tmp3 = Builder.CreateAnd(RHSTmp, tmp2); local
3105 llvm::Value *tmp5 = Builder.CreateOr(tmp3, tmp4, "cond");
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c19606 rtx tmp1, tmp2, tmp3;
19610 tmp3 = gen_reg_rtx (V4SFmode);
19615 emit_insn (gen_sse_shufps_1 (tmp3, tmp2, tmp2,
19618 emit_insn (fn (dest, tmp2, tmp3));
19574 rtx tmp1, tmp2, tmp3; local
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c3221 rtx tempLR, tmp3, mem;
3227 tmp3 = gen_reg_rtx (Pmode);
3233 emit_insn (gen_addsi3 (tmp3, tmp1, tmp2));
3234 last = emit_move_insn (got, tmp3);
3212 rtx tempLR, tmp3, mem; local

Completed in 348 milliseconds