Searched refs:extr (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S15 // variable 'shr' which is pairable with 'extr'/'dep' instructions.
123 (p0) extr.u te22=s2,8,8 } // 0/0:s2>>8&0xff
129 (p0) extr.u te23=s3,8,8 } // 1/1:s3>>8&0xff
135 (p0) extr.u te20=s0,8,8 } // 2/2:s0>>8&0xff
141 (p0) extr.u te21=s1,8,8 } // 3/3:s1>>8&0xff
147 (p0) extr.u te11=s1,16,8 } // 4/0:s1>>16&0xff
153 (p0) extr.u te12=s2,16,8 } // 5/1:s2>>16&0xff
159 (p0) extr.u te10=s0,16,8 } // 6/3:s0>>16&0xff
208 extr.u te22=s2,8,8 } // 0/0:s2>>8&0xff
214 extr
[all...]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl267 extr x14,$h1,$h0,#52
270 extr x16,$h2,$h1,#40
351 extr x12,$h1,$h0,#52
354 extr x14,$h2,$h1,#40
395 extr x12,$h1,$h0,#52
398 extr x14,$h2,$h1,#40
478 extr x8,x12,x8,#52
479 extr x9,x13,x9,#52
514 extr x8,x12,x8,#52
515 extr x
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl83 extr.u tmp1=$a,27,5 };; // a>>27
106 extr.u tmp1=$a,27,5 } // a>>27
136 extr.u tmp1=$a,27,5 } // a>>27
166 extr.u tmp1=$a,27,5 } // a>>27
187 extr.u tmp1=$a,27,5 } // a>>27
214 extr.u tmp1=$a,27,5 } // a>>27
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dpoly1305-armv8.S204 extr x14,x5,x4,#52
207 extr x16,x6,x5,#40
288 extr x12,x5,x4,#52
291 extr x14,x6,x5,#40
332 extr x12,x5,x4,#52
335 extr x14,x6,x5,#40
415 extr x8,x12,x8,#52
416 extr x9,x13,x9,#52
451 extr x8,x12,x8,#52
452 extr x
[all...]
H A Darmv8-mont.S581 extr x15,x16,x15,#63
586 extr x16,x17,x16,#63
595 extr x17,x14,x17,#63
598 extr x14,x15,x14,#63
602 extr x15,x16,x15,#63
604 extr x16,x17,x16,#63
613 extr x17,x14,x17,#63
617 extr x14,x15,x14,#63
620 extr x15,x16,x15,#63
625 extr x1
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl657 extr $t1,$t2,$t1,#63
662 extr $t2,$t3,$t2,#63
671 extr $t3,$t0,$t3,#63
674 extr $t0,$t1,$t0,#63
678 extr $t1,$t2,$t1,#63
680 extr $t2,$t3,$t2,#63
689 extr $t3,$t0,$t3,#63
693 extr $t0,$t1,$t0,#63
696 extr $t1,$t2,$t1,#63
704 extr
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c4431 struct extr_rec *extr; local
4441 for (extr = np->extr_rec_list.first;
4442 extr != NULL;
4443 extr = extr->next) {
4447 memcpy(wb, extr->buf, extr->offset);
4448 memset(wb + extr->offset, 0,
4449 LOGICAL_BLOCK_SIZE - extr->offset);
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl398 (p6) extr.u $xi[1]=$Zlo,8,8 } //[p17] Xi[14]

Completed in 196 milliseconds