Home
last modified time | relevance | path

Searched refs:Bi (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl305 my ($Bi,$Ni,$M0)=map("d$_",(28..31));
331 vld1.32 {${Bi}[0]}, [$bptr,:32]!
338 vzip.16 $Bi,$zero
340 vmull.u32 @ACC[0],$Bi,${A0}[0]
341 vmull.u32 @ACC[1],$Bi,${A0}[1]
342 vmull.u32 @ACC[2],$Bi,${A1}[0]
344 vmull.u32 @ACC[3],$Bi,${A1}[1]
350 vmull.u32 @ACC[4],$Bi,${A2}[0]
352 vmull.u32 @ACC[5],$Bi,${A2}[1]
353 vmull.u32 @ACC[6],$Bi,${A3}[0]
[all …]
H A Drsaz-avx2.pl860 my $Bi="%ymm10";
988 vpbroadcastq ($bp), $Bi
1022 vpmuludq 32*1-128($ap),$Bi,$TEMP0
1025 vpmuludq 32*2-128($ap),$Bi,$TEMP1
1028 vpmuludq 32*3-128($ap),$Bi,$TEMP2
1031 vpmuludq 32*4-128($ap),$Bi,$TEMP0
1033 vpmuludq 32*5-128($ap),$Bi,$TEMP1
1035 vpmuludq 32*6-128($ap),$Bi,$TEMP2
1037 vpmuludq 32*7-128($ap),$Bi,$TEMP0
1040 vpmuludq 32*8-128($ap),$Bi,$TEMP1
[all …]
H A Drsaz-avx512.pl126 my $Bi = "%ymm3";
131 my $TMP = $Bi;
145 vpbroadcastq %r13, $Bi # broadcast b[i]
166 vpmadd52luq `$_data_offset+64*0`($a), $Bi, $_R0
167 vpmadd52luq `$_data_offset+64*0+32`($a), $Bi, $_R0h
168 vpmadd52luq `$_data_offset+64*1`($a), $Bi, $_R1
169 vpmadd52luq `$_data_offset+64*1+32`($a), $Bi, $_R1h
170 vpmadd52luq `$_data_offset+64*2`($a), $Bi, $_R2
188 vpmadd52huq `$_data_offset+64*0`($a), $Bi, $_R0
189 vpmadd52huq `$_data_offset+64*0+32`($a), $Bi, $_R0h
[all …]
H A Darmv8-mont.pl302 my ($Bi,$Ni,$M0)=map("v$_",(28..30));
362 uxtl $Bi.4s,$Bi.4h
366 umlal @ACC[0].2d,$Bi.2s,$A0.s[0]
367 umlal @ACC[1].2d,$Bi.2s,$A0.s[1]
368 umlal @ACC[2].2d,$Bi.2s,$A0.s[2]
371 umlal @ACC[3].2d,$Bi.2s,$A0.s[3]
373 umlal @ACC[4].2d,$Bi.2s,$A1.s[0]
375 umlal @ACC[5].2d,$Bi.2s,$A1.s[1]
376 st1 {$Bi.2s},[sp] // put aside smashed b[8*i+0]
377 umlal @ACC[6].2d,$Bi.2s,$A1.s[2]
[all …]
H A Dsparct4-mont.pl414 my ($pwrtbl,$Bi)=@_;
417 ldx [$pwrtbl+0*32], $Bi
420 movvs %icc, %o4, $Bi
422 move %icc, %o5, $Bi
424 movneg %icc, %o4, $Bi
426 movcs %xcc, %o5, $Bi
428 movvs %xcc, %o4, $Bi
430 move %xcc, %o5, $Bi
432 movneg %xcc, %o4, $Bi
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl969 my ($A0,$A1,$A2,$A3,$Bi,$zero,$temp)=map("d$_",(0..7));
989 vld1.32 {${Bi}[0]},[$bptr,:32]!
992 vzip.16 $Bi,$zero
996 vmull.u32 @AxB[0],$Bi,${A0}[0]
997 vmull.u32 @AxB[1],$Bi,${A0}[1]
998 vmull.u32 @AxB[2],$Bi,${A1}[0]
999 vmull.u32 @AxB[3],$Bi,${A1}[1]
1001 vmull.u32 @AxB[4],$Bi,${A2}[0]
1003 vmull.u32 @AxB[5],$Bi,${A2}[1]
1005 vmull.u32 @AxB[6],$Bi,${A3}[0]
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp119 I->getOpcode() != MSP430::Bi && in removeBranch()
193 if (I->getOpcode() == MSP430::JMP || I->getOpcode() == MSP430::Bi) { in analyzeBranch()
H A DMSP430BranchSelector.cpp204 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::Bi)).addMBB(DestBB); in expandBranches()
H A DMSP430InstrInfo.td255 def Bi : I16ri<0b0100, (outs), (ins i16imm:$imm),
/freebsd/contrib/file/tests/
H A Dmatilde.arm.testfile58 !N�g����Z��-1��<Bi>�K�ai�Zb��]ޛ ����[�Ĝ{���<:w��`�@��ؠ7k���ᡳd�:�[ @<0UrBd�ɯP ��.=…
/freebsd/sys/netinet/
H A Dsctp_cc_functions.c1938 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput()
1940 net->cc_mod.htcp_ca.Bi = (3 * net->cc_mod.htcp_ca.Bi + cur_Bi) / 4; in measure_achieved_throughput()
1941 if (net->cc_mod.htcp_ca.Bi > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput()
1942 net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi; in measure_achieved_throughput()
H A Dsctp_structs.h233 uint32_t Bi; member
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rza1-pinctrl.txt127 by software. Bi-directional pins are managed by the pin controller driver
/freebsd/share/syscons/keymaps/
H A DINDEX.keymaps88 by.cp1131.kbd:fr:Bi�lorusse Code page 1131
92 by.cp1251.kbd:fr:Bi�lorusse Code page 1251
96 by.iso5.kbd:fr:Bi�lorusse ISO-8859-5
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c659 static const ge25519_precomp Bi[8] = { in ge25519_double_scalarmult_vartime() local
731 ge25519_madd(&t, &u, &Bi[bslide[i] / 2]); in ge25519_double_scalarmult_vartime()
734 ge25519_msub(&t, &u, &Bi[(-bslide[i]) / 2]); in ge25519_double_scalarmult_vartime()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4469 static const ge_precomp Bi[8] = { variable
4603 ge_madd(&t, &u, &Bi[bslide[i] / 2]); in ge_double_scalarmult_vartime()
4606 ge_msub(&t, &u, &Bi[(-bslide[i]) / 2]); in ge_double_scalarmult_vartime()
/freebsd/share/vt/keymaps/
H A DINDEX.keymaps89 by.kbd:fr:Biélorusse
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt502 2.7. Bi-Directional Filtering; The "out" Keyword
639 2.9. Complete Bi-Directional Filtering By Interface
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1169 Bi-directional IGE mode. These modes were never formally standardised and
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2335 r/Bi+cYgpJKaNoTFRcU4RO5VcZT/qa048wn7LkGhjMaTCyI/pTntaT1g4XJlvCCB
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src21275 \353He\,\354Ai\,\355Bi\,\356Ci\,\357Hi\,\360r\,\361Dn\,
24700 # 8 = Bi-Directional Support Mode (BDSM),
/freebsd/share/misc/
H A Dpci_vendors23308 5641 GX5641/2 Bi-directional Differential-TTL I/O PXI Board
23399 0101 PCD-7004 Digital Bi-Directional Ports PCI Card
H A Dusb_vendors18844 0016 Bi-directional to Parallel Printer Converter