| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 702 const unsigned Leading = llvm::countl_zero((uint32_t)C1); in trySignedBitfieldInsertInMask() local 704 const unsigned Width = 32 - Leading - Trailing; in trySignedBitfieldInsertInMask() 1394 unsigned Leading = XLen - llvm::bit_width(C1); in Select() local 1395 if (C2 < Leading) { in Select() 1397 if (C2 + 32 == Leading) { in Select() 1409 if (C2 >= 32 && (Leading - C2) == 1 && N0.hasOneUse() && in Select() 1417 CurDAG->getTargetConstant(Leading - 32, DL, VT)); in Select() 1436 bool Skip = Subtarget->hasStdExtZba() && Leading == 32 && in Select() 1440 Skip |= HasBitTest && Leading == XLen - 1; in Select() 1444 CurDAG->getTargetConstant(Leading - C2, DL, VT)); in Select() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 423 unsigned Leading = XLen - Mask.getActiveBits(); in selectSHXADDOp() local 427 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp() 439 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp() 444 .addImm(Leading + Trailing); in selectSHXADDOp() 465 unsigned Leading = XLen - Mask.getActiveBits(); in selectSHXADDOp() local 470 bool Cond = *LeftShift && Leading == 32 && Trailing > 0 && in selectSHXADDOp() 475 Cond = !*LeftShift && Leading == 32 && C2.ult(Trailing) && in selectSHXADDOp() 513 unsigned Leading = Mask.countl_zero(); in selectSHXADD_UWOp() local 515 if (Leading == 32 - ShAmt && C2 == Trailing && Trailing > ShAmt) { in selectSHXADD_UWOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.cpp | 662 std::string Leading; in printExtra() local 664 Stream << Leading in printExtra() 667 Leading = ", "; in printExtra()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 71 "contain comments beginning with '#'. Leading and trailing " 193 "'#'. Leading and trailing whitespace is stripped from each line. May " 220 "'#'. Leading and trailing whitespace is stripped from each line. May " 234 "'#'. Leading and trailing whitespace is stripped from each line. May "
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFTypePrinter.h | 622 bool Leading = in appendConstVolatileQualifierBefore() local 626 if (Leading) { in appendConstVolatileQualifierBefore() 633 if (!Leading && !Subroutine) { in appendConstVolatileQualifierBefore()
|
| /freebsd/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 273 cmpb $'0',%al # Leading zero?
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | FEATURES | 13 okay. Leading or trailing blanks can be preserved by quoting, single
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | zfs-meta.m4 | 15 dnl # - Leading spaces are ignored.
|
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | asn1.t0 | 488 \ set to 0 on error. Leading BOM are ignored. 535 \ Leading BOM, and indicates little-endian.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 38 - Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[rD]:
|
| H A D | PPCInstrAltivec.td | 1290 // Count Leading Zeros 1491 // Vector Count Leading/Trailing Zero LSB. Result is placed into GPR[RD]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 103 // Count Leading / Trailing Zeroes under bit Mask Builtins. 1177 // P10 Vector Count Leading / Trailing Zeroes under bit Mask Builtins.
|
| H A D | IntrinsicsARM.td | 625 // Vector Count Leading Sign/Zero Bits.
|
| H A D | IntrinsicsNVVM.td | 1097 // FLO - Find Leading One
|
| H A D | IntrinsicsAArch64.td | 474 // Vector Count Leading Sign Bits
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 175 defm WriteLZCNT : X86SchedWritePair; // Leading zero count.
|
| H A D | X86ScheduleZnver3.td | 707 defm : Zn3WriteResIntPair<WriteLZCNT, [Zn3ALU0123], 1, [1], 1>; // Leading zero count.
|
| H A D | X86ScheduleZnver4.td | 719 defm : Zn4WriteResIntPair<WriteLZCNT, [Zn4ALU0123], 1, [1], 1>; // Leading zero count.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 818 // Count Leading Zeros (LEADZ)
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsPPC.def | 700 // P10 Vector Count Leading / Trailing Zeroes under bit Mask built-ins.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1021 // Section 8.11.5 - VLDZ (Vector Leading Zero Count) 1509 // Section 8.17.11 - LZVM (Leading Zero of VM)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrInfo.td | 931 /// Count Leading
|
| H A D | Mips64InstrInfo.td | 350 /// Count Leading
|
| H A D | MipsInstrInfo.td | 1770 // Count Leading Ones/Zeros in Word 2375 /// Count Leading
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_rsa_common.txt | 120 # Leading zero in the signature
|