/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 305 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 D | rsaz-avx2.pl | 860 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 D | rsaz-avx512.pl | 126 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 D | armv8-mont.pl | 302 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 D | sparct4-mont.pl | 414 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 D | ecp_nistz256-armv4.pl | 969 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 D | MSP430InstrInfo.cpp | 119 I->getOpcode() != MSP430::Bi && in removeBranch() 193 if (I->getOpcode() == MSP430::JMP || I->getOpcode() == MSP430::Bi) { in analyzeBranch()
|
H A D | MSP430BranchSelector.cpp | 204 MI = BuildMI(*MBB, MI, dl, TII->get(MSP430::Bi)).addMBB(DestBB); in expandBranches()
|
H A D | MSP430InstrInfo.td | 255 def Bi : I16ri<0b0100, (outs), (ins i16imm:$imm),
|
/freebsd/contrib/file/tests/ |
H A D | matilde.arm.testfile | 58 !N�g����Z��-1��<Bi>�K�ai�Zb��]ޛ ����[�Ĝ{��<:w��`@��ؠ7k���ᡳd�:�[ @<0UrBd�ɯP��.=…
|
/freebsd/sys/netinet/ |
H A D | sctp_cc_functions.c | 1938 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 D | sctp_structs.h | 233 uint32_t Bi; member
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | renesas,rza1-pinctrl.txt | 127 by software. Bi-directional pins are managed by the pin controller driver
|
/freebsd/share/syscons/keymaps/ |
H A D | INDEX.keymaps | 88 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 D | ed25519_ref10.c | 659 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 D | curve25519.c | 4469 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 D | INDEX.keymaps | 89 by.kbd:fr:Biélorusse
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 502 2.7. Bi-Directional Filtering; The "out" Keyword 639 2.9. Complete Bi-Directional Filtering By Interface
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1169 Bi-directional IGE mode. These modes were never formally standardised and
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 2335 r/Bi+cYgpJKaNoTFRcU4RO5VcZT/qa048wn7LkGhjMaTCyI/pTntaT1g4XJlvCCB
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 21275 \353He\,\354Ai\,\355Bi\,\356Ci\,\357Hi\,\360r\,\361Dn\, 24700 # 8 = Bi-Directional Support Mode (BDSM),
|
/freebsd/share/misc/ |
H A D | pci_vendors | 23308 5641 GX5641/2 Bi-directional Differential-TTL I/O PXI Board 23399 0101 PCD-7004 Digital Bi-Directional Ports PCI Card
|
H A D | usb_vendors | 18844 0016 Bi-directional to Parallel Printer Converter
|