Searched refs:MSB (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp163 ConstantInt *MSB; local
169 MSB = Builder.getInt64(63);
175 MSB = Builder.getInt32(31);
257 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB);
259 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB);
272 Value *Tmp2 = Builder.CreateSub(MSB, SR);
310 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB);
315 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl80 $MSB=$big_endian?0:3;
81 $LSB=3&~$MSB;
122 lwl @X[$j],$j*4+$MSB($inp)
131 lwl @X[$j],$j*4+$MSB($inp)
383 lwl @X[0],$MSB($inp)
H A Dsha512-mips.pl114 $MSB = $big_endian ? 0 : ($SZ-1);
115 $LSB = ($SZ-1)&~$MSB;
129 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
363 ${LD}l @X[0],$MSB($inp)
H A Dsha1-ia64.pl55 { .mmi; ld1 $X[$i]=[inp],2 // MSB
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl93 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
652 lwl $s0,0+$MSB($inp)
653 lwl $s1,4+$MSB($inp)
654 lwl $s2,8+$MSB($inp)
655 lwl $s3,12+$MSB($inp)
667 swl $s0,0+$MSB($out)
668 swl $s1,4+$MSB($out)
669 swl $s2,8+$MSB($out)
670 swl $s3,12+$MSB($out)
1224 lwl $s0,0+$MSB(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h160 inline uint8_t hexFromNibbles(char MSB, char LSB) { argument
161 unsigned U1 = hexDigitValue(MSB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1572 unsigned &LSB, unsigned &MSB,
1615 // Make sure to clamp the MSB so that we preserve the semantics of the
1648 MSB = SrlImm + (VT == MVT::i32 ? countTrailingOnes<uint32_t>(AndImm)
1653 // to clamp the MSB to make sure we don't shift in undefined bits instead of
1656 MSB = MSB > 31 ? 31 : MSB;
1697 unsigned &MSB) {
1734 MSB = BitWide + SrlImm - 1;
1974 uint64_t Imm, uint64_t MSB,
1570 isBitfieldExtractOpFromAnd(SelectionDAG *CurDAG, SDNode *N, unsigned &Opc, SDValue &Opd0, unsigned &LSB, unsigned &MSB, unsigned NumberOfIgnoredLowBits, bool BiggerPattern) argument
1695 isSeveralBitsExtractOpFromShr(SDNode *N, unsigned &Opc, SDValue &Opd0, unsigned &LSB, unsigned &MSB) argument
1973 getUsefulBitsFromBitfieldMoveOpd(SDValue Op, APInt &UsefulBits, uint64_t Imm, uint64_t MSB, unsigned Depth) argument
1988 OpUsefulBits <<= MSB + 1; local
2004 uint64_t MSB = local
2042 uint64_t MSB = local
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S322 clz r1, r3 @ number of bits to MSB of way
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S112 @ Compensate for the exponent overlapping the mantissa MSB added later
145 @ Round with MSB of r1. If halfway between two numbers, round towards
462 @ Adjust result upon the MSB position.
H A Dieee754-df.S146 @ Compensate for the exponent overlapping the mantissa MSB added later
193 @ Round with MSB of ip. If halfway between two numbers, round towards
651 @ Adjust result upon the MSB position.
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S534 andb $~0x80,%al # Clear MSB then print last
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2918 unsigned MSB = 31 - countLeadingZeros(And_imm); local
2920 unsigned Width = MSB - LSB;
3082 // 2. Mask includes the MSB -> Simply shift the bottom N bits off
/freebsd-11-stable/contrib/openpam/
H A Dconfigure7261 *MSB*)
/freebsd-11-stable/contrib/file/
H A Dconfigure7752 *MSB*)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure7418 *MSB*)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15158 unsigned MSB = BitWidth - Imm.countLeadingZeros() - 1; local
15159 unsigned NewBW = NextPowerOf2(MSB - ShAmt);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure7443 *MSB*)
/freebsd-11-stable/contrib/unbound/
H A Dconfigure9340 *MSB*)
/freebsd-11-stable/contrib/apr/
H A Dconfigure13036 *MSB*)
/freebsd-11-stable/contrib/ntp/
H A Dconfigure9340 *MSB*)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure17645 *MSB*)
/freebsd-11-stable/contrib/subversion/
H A Dconfigure9911 *MSB*)

Completed in 579 milliseconds