Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/
H A Driscv64cpuid.pl18 my ($in_a,$in_b,$len,$x,$temp1,$temp2) = ('a0','a1','a2','t0','t1','t2');
32 lbu $temp2,0($in_b)
36 xor $temp1,$temp1,$temp2
45 my ($ptr,$len,$temp1,$temp2) = ('a0','a1','t0','t1');
76 li $temp2,8
81 bge $len,$temp2,4b # if len>=8 loop
H A Driscv32cpuid.pl18 my ($in_a,$in_b,$len,$x,$temp1,$temp2) = ('a0','a1','a2','t0','t1','t2');
32 lbu $temp2,0($in_b)
36 xor $temp1,$temp1,$temp2
45 my ($ptr,$len,$temp1,$temp2) = ('a0','a1','t0','t1');
76 li $temp2,4
81 bge $len,$temp2,4b # if len>=4 loop
H A Dloongarch64cpuid.pl26 my ($in_a,$in_b,$len,$m,$temp1,$temp2) = ($a0,$a1,$a2,$t0,$t1,$t2);
40 ld.bu $temp2,$in_b,0
44 xor $temp1,$temp1,$temp2
53 my ($ptr,$len,$temp1,$temp2) = ($a0,$a1,$t0,$t1);
84 li.d $temp2,8
89 bge $len,$temp2,4b # if len>=8 loop
H A Dmem_sec.c416 SH_LIST *temp, *temp2; in sh_remove_from_list() local
425 temp2 = temp->next; in sh_remove_from_list()
426 OPENSSL_assert(WITHIN_FREELIST(temp2->p_next) || WITHIN_ARENA(temp2->p_next)); in sh_remove_from_list()
/openssl/crypto/des/asm/
H A Ddes_enc.m4655 sll temp1, 1, temp2
666 xor $2, temp2, $2
674 sll temp1, 8, temp2
680 xor $1, temp2, $1
689 sll temp1, 2, temp2
695 xor $2, temp2, $2
702 sll temp1, 16, temp2
713 xor $1, temp2, $1
725 sll temp1, 4, temp2
859 ! parameter 6 temp2
[all …]
/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl878 my ($rp_real,$ap_real,$bp_real,$in1infty,$in2infty,$temp0,$temp1,$temp2)=map("x$_",(21..28));
981 mvn $temp2,$in2infty // -1/0 -> 0/-1
983 orr $acc0,$acc0,$temp2

Completed in 16 milliseconds