/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_stats.c | 97 spa_read_history_truncate(spa_history_list_t *shl, unsigned int size) in spa_read_history_truncate() argument 100 while (shl->size > size) { in spa_read_history_truncate() 101 srh = list_remove_head(&shl->procfs_list.pl_list); in spa_read_history_truncate() 104 shl->size--; in spa_read_history_truncate() 108 ASSERT(list_is_empty(&shl->procfs_list.pl_list)); in spa_read_history_truncate() 114 spa_history_list_t *shl = procfs_list->pl_private; in spa_read_history_clear() local 116 spa_read_history_truncate(shl, 0); in spa_read_history_clear() 124 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_init() local 126 shl->size = 0; in spa_read_history_init() 127 shl->procfs_list.pl_private = shl; in spa_read_history_init() [all …]
|
H A D | spa_misc.c | 2304 spa_import_progress_truncate(spa_history_list_t *shl, unsigned int size) in spa_import_progress_truncate() argument 2307 while (shl->size > size) { in spa_import_progress_truncate() 2308 sip = list_remove_head(&shl->procfs_list.pl_list); in spa_import_progress_truncate() 2314 shl->size--; in spa_import_progress_truncate() 2317 IMPLY(size == 0, list_is_empty(&shl->procfs_list.pl_list)); in spa_import_progress_truncate() 2345 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_destroy() local 2346 procfs_list_uninstall(&shl->procfs_list); in spa_import_progress_destroy() 2347 spa_import_progress_truncate(shl, 0); in spa_import_progress_destroy() 2348 procfs_list_destroy(&shl->procfs_list); in spa_import_progress_destroy() 2349 kmem_free(shl, sizeof (spa_history_list_t)); in spa_import_progress_destroy() [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/ |
H A D | b3_aarch64_sse2.S | 130 shl v5.4s, v5.4s, #20 135 shl v3.4s, v3.4s, #24 146 shl v5.4s, v5.4s, #25 158 shl v5.4s, v5.4s, #20 163 shl v3.4s, v3.4s, #24 173 shl v5.4s, v5.4s, #25 193 shl v5.4s, v5.4s, #20 199 shl v2.4s, v2.4s, #24 209 shl v5.4s, v5.4s, #25 218 shl v [all...] |
H A D | b3_aarch64_sse41.S | 165 shl v5.4s, v5.4s, #20 181 shl v5.4s, v5.4s, #25 193 shl v5.4s, v5.4s, #20 208 shl v5.4s, v5.4s, #25 221 shl v5.4s, v5.4s, #20 239 shl v5.4s, v5.4s, #25 250 shl v5.4s, v5.4s, #20 265 shl v2.4s, v2.4s, #25 280 shl v19.4s, v20.4s, #20 296 shl v [all...] |
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha512-586.pl | 179 &shl ("esi",14); # lo<<14 181 &shl ("edi",14); # hi<<14 188 &shl ("esi",18-14); # lo<<18 190 &shl ("edi",18-14); # hi<<18 197 &shl ("esi",23-18); # lo<<23 199 &shl ("edi",23-18); # hi<<23 244 &shl ("esi",4); # lo<<4 246 &shl ("edi",4); # hi<<4 253 &shl ("esi",25-4); # lo<<25 255 &shl ("edi",25-4); # hi<<25 [all …]
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-sparcv9.pl | 49 my ($ctx,$inp,$len,$padbit,$shl,$shr) = map("%i$_",(0..5)); 99 neg $shr,$shl 115 sllx $h1,$shl,$t2 118 sllx $h2,$shl,$h2 172 neg $shr,$shl 188 sllx $d1,$shl,$t1 191 sllx $d2,$shl,$d2 307 neg $shr,$shl 320 sllx $D1,$shl,$T1 323 sllx $D2,$shl,$D2 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.td | 138 def Q#I : VEReg<!shl(I,1), "q"#I, 139 [!cast<VEReg>("SX"#!shl(I,1)), 140 !cast<VEReg>("SX"#!add(!shl(I,1),1))], 141 ["s"#!shl(I,1)]>; 162 def VMP#I : VEMaskReg<!shl(I,1), "vmp"#I, 163 [!cast<VEMaskReg>("VM"#!shl(I,1)), 164 !cast<VEMaskReg>("VM"#!add(!shl(I,1),1))], 165 ["vm"#!shl(I,1)]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.td | 235 (add (trunc GPR, 8), R12, LR, (shl GPR, 8))]; 252 (add (trunc GPRnoip, 8), (shl GPRnoip, 8))]; 264 (add (trunc GPRnopc, 8), R12, LR, (shl GPRnopc, 8))]; 285 (add (trunc GPRnosp, 8), R12, LR, (shl GPRnosp, 8))]; 332 (add (trunc rGPR, 8), R12, LR, (shl rGPR, 8))]; 523 [(decimate (shl DPR, 1), 2), 524 (decimate (shl DPR, 2), 2)]>; 560 [(shl DPR, 0), 561 (shl DPR, 1), 562 (shl DPR, 2)]>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrShiftRotate.td | 22 let isConvertibleToThreeAddress = !if(!eq(m, "shl"), 1, 0) in { 150 let isConvertibleToThreeAddress = !if(!eq(m, "shl"), 1, 0) in { 226 defm SHL: ShiftRotate<"shl", MRM4r, MRM4m, shl, WriteShiftCL, WriteShift, WriteShiftCLLd, WriteShiftLd>; 235 defm SHL: ShiftRotate_NF<"shl", MRM4r, MRM4m, WriteShiftCL, WriteShift, WriteShiftCLLd, WriteShiftLd>; 632 // shl $imm, %esi 657 // shl $imm, $esi 683 defm SHLX : ShiftX_Pats<shl>; 690 defm SHLX : ShiftX_Pats<shl, "_EVEX">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZb.td | 522 def : Pat<(XLenVT (and (not (shiftop<shl> 1, (XLenVT GPR:$rs2))), GPR:$rs1)), 526 def : Pat<(XLenVT (or (shiftop<shl> 1, (XLenVT GPR:$rs2)), GPR:$rs1)), 528 def : Pat<(XLenVT (xor (shiftop<shl> 1, (XLenVT GPR:$rs2)), GPR:$rs1)), 533 def : Pat<(XLenVT (shiftop<shl> 1, (XLenVT GPR:$rs2))), 535 def : Pat<(XLenVT (not (shiftop<shl> -1, (XLenVT GPR:$rs2)))), 617 def : Pat<(or (and (shl GPR:$rs2, (XLenVT 8)), 0xFFFF), 620 def : Pat<(or (shl (zexti8 (XLenVT GPR:$rs2)), (XLenVT 8)), 623 def : Pat<(and (or (shl GPR:$rs2, (XLenVT 8)), 627 def : Pat<(binop_allhusers<or> (shl GPR:$rs2, (XLenVT 8)), 633 def : Pat<(i32 (or (zexti16 (i32 GPR:$rs1)), (shl GPR:$rs2, (i32 16)))), [all …]
|
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-sparcv9.pl | 363 ($shl,$shr)=map("%l$_",(0..7)); 470 and $inp,7,$shl 472 sll $shl,3,$shl 474 sub %g0,$shl,$shr 479 brz,pt $shl,1f 484 sllx $Xlo,$shl,$Xlo 485 sllx $Xhi,$shl,$Xhi
|
H A D | ghash-x86.pl | 186 &shl (&LB($rem),4); 218 &shl (&LB($rem),4); 383 &shl (&LB($nlo),4); 393 &shl (&LB($nlo),4) if ($odd); 418 &shl ($inp,4); # compensate for rem_4bit[i] being >>4 529 &shl (&LB($nlo),4); 552 &shl (&LB($nlo),4); 567 &shl (&LB($nlo),4); 680 &shl ("edx",4) if ($i<16); 783 &shl ($rem[0],4); # rem<<4
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | TODO.md | 4 // :FIXME: DAGCombiner produces an shl node after legalization from these seq: 5 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
/freebsd/sys/tools/sound/ |
H A D | feeder_rate_mkfilter.awk | 86 function shl(x, y) function 550 Z_DRIFT_ONE = shl(1, Z_DRIFT_SHIFT); 553 Z_ONE = shl(1, Z_SHIFT); 576 Z_COEFF_ONE = shl(1, Z_COEFF_SHIFT); 617 INT32_MAX = 1 + ((shl(1, 30) - 1) * 2); 626 Z_FULL_ONE = shl(1, Z_FULL_SHIFT); 635 Z_INTERP_COEFF_ONE = shl(1, Z_INTERP_COEFF_SHIFT); 638 Z_LINEAR_FULL_ONE = shl(1, Z_LINEAR_FULL_SHIFT); 641 Z_LINEAR_ONE = shl(1, Z_LINEAR_SHIFT)
|
H A D | feeder_eq_mkfilter.awk | 74 function shl(x, y) function 261 INT32_MAX = 1 + ((shl(1, 30) - 1) * 2); 270 FEEDEQ_COEFF_ONE = shl(1, FEEDEQ_COEFF_SHIFT); 273 FEEDEQ_PREAMP_ONE = shl(1, FEEDEQ_PREAMP_SHIFT); 284 FEEDEQ_GAIN_FMASK = shl(1, FEEDEQ_GAIN_SHIFT) - 1;
|
H A D | snd_fxdiv_gen.awk | 39 function shl(x, y) function 76 FXONE = shl(1, FXSHIFT);
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 459 &shl ($tmp,8); 468 &shl ($tmp,16); 476 &shl ($tmp,24); 631 &shl ("edx",8); # 1 635 &shl ($acc,16); # 10 640 &shl ($acc,24); # 11 646 &shl ($acc,8); # 5 650 &shl ($acc,24); # 15 659 &shl ("ecx",16); # 14 665 &shl ($acc,24); # 3 [all …]
|
H A D | aesni-x86.pl | 248 &shl ($rounds,4); 279 &shl ($rounds,4); 320 &shl ($rounds,4); 363 &shl ($rounds,4); 690 &shl ($rounds,4); 789 &shl ($rounds_,4); 936 &shl ($rounds,4); 1164 &shl ($rounds,4); 1496 &shl ($rounds_,4); 1519 &shl ($rounds,4); [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | x86-gf2m.pl | 160 &shl ($lo,31); 165 &shl (@i[1],30); 183 &shl (@T[1],3*$n); 194 &shl (@T[1],3*$n); 199 &shl (@i[1],3*$n);
|
/freebsd/lib/libc/amd64/string/ |
H A D | memchr.S | 59 shl %cl, %r10 # 0x01 where string head is 132 shl %cl, %r9d # mask with zeroes before the string 154 shl $16, %esi 181 shl $16, %ecx 194 shl $16, %edx
|
H A D | strchrnul.S | 62 shl $3, %ecx 65 shl %cl, %r10 # 0x01 where the string is 130 shl %cl, %edx # bits corresponding to bytes in the string
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe51_pack.S | 110 shl $3,%rax label 137 shl $6,%rcx label 167 shl $1,%rcx label 194 shl $4,%rcx label
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_packet.c | 388 uint8_t cyc, ext, shl; in pt_pkt_read_cyc() local 405 shl = (8 - pt_opm_cyc_shr); in pt_pkt_read_cyc() 417 bits <<= shl; in pt_pkt_read_cyc() 419 shl += (8 - pt_opm_cycx_shr); in pt_pkt_read_cyc() 420 if (sizeof(value) * 8 < shl) in pt_pkt_read_cyc()
|
/freebsd/lib/libc/quad/ |
H A D | qdivrem.c | 61 shl(digit *p, int len, int sh) in shl() function 183 shl(&u[0], m + n, d); /* u <<= d */ in __qdivrem() 184 shl(&v[1], n - 1, d); /* v <<= d */ in __qdivrem()
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | cbc.pl | 170 &shl("edx",8); 184 &shl("ecx",8); 310 &shl("ecx",16);
|