Home
last modified time | relevance | path

Searched refs:MSB (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
Daes-mips.pl102 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
660 lwl $s0,0+$MSB($inp)
661 lwl $s1,4+$MSB($inp)
662 lwl $s2,8+$MSB($inp)
663 lwl $s3,12+$MSB($inp)
682 swl $s0,0+$MSB($out)
683 swl $s1,4+$MSB($out)
684 swl $s2,8+$MSB($out)
685 swl $s3,12+$MSB($out)
1245 lwl $s0,0+$MSB($inp)
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp127 int MSB = 15; in checkOpConstraints() local
129 MSB = 13; in checkOpConstraints()
131 return (D.getImm() & (1ULL << MSB)) == 0; in checkOpConstraints()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp163 ConstantInt *MSB; in generateUnsignedDivisionCode() local
169 MSB = Builder.getInt64(63); in generateUnsignedDivisionCode()
175 MSB = Builder.getInt32(31); in generateUnsignedDivisionCode()
257 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB); in generateUnsignedDivisionCode()
259 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB); in generateUnsignedDivisionCode()
272 Value *Tmp2 = Builder.CreateSub(MSB, SR); in generateUnsignedDivisionCode()
310 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB); in generateUnsignedDivisionCode()
315 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB); in generateUnsignedDivisionCode()
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
Dsha1-mips.pl87 $MSB=$big_endian?0:3;
88 $LSB=3&~$MSB;
134 lwl @X[$j],$j*4+$MSB($inp)
142 lwl @X[$j],$j*4+$MSB($inp)
393 lwl @X[0],$MSB($inp)
Dsha512-mips.pl123 $MSB = $big_endian ? 0 : ($SZ-1);
124 $LSB = ($SZ-1)&~$MSB;
141 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
373 ${LD}l @X[0],$MSB($inp)
/freebsd-12-stable/contrib/cortex-strings/src/arm/
Dstrcmp.S54 #define MSB 0x000000ff macro
68 #define MSB 0xff000000 macro
368 bic tmp1, data1, #MSB
385 bics syndrome, syndrome, #MSB
463 bic data2, data2, #MSB
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DStringExtras.h185 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument
186 unsigned U1 = hexDigitValue(MSB); in tryGetHexFromNibbles()
197 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument
199 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
/freebsd-12-stable/contrib/file/magic/Magdir/
Dsmile12 # Bits 4-7 (4 MSB): 4-bit version number
Dolf65 >5 byte 2 MSB
Dfonts119 >104 belong 00000004 X11 SNF font data, MSB first
157 >12 lelong &0x08 bit: MSB,
159 >12 lelong &0x04 byte: MSB first
Delf346 >5 byte 2 MSB
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1798 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() argument
1874 MSB = SrlImm + (VT == MVT::i32 ? countTrailingOnes<uint32_t>(AndImm) in isBitfieldExtractOpFromAnd()
1882 MSB = MSB > 31 ? 31 : MSB; in isBitfieldExtractOpFromAnd()
1923 unsigned &MSB) { in isSeveralBitsExtractOpFromShr() argument
1960 MSB = BitWide + SrlImm - 1; in isSeveralBitsExtractOpFromShr()
2200 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd() argument
2206 if (MSB >= Imm) { in getUsefulBitsFromBitfieldMoveOpd()
2207 OpUsefulBits <<= MSB - Imm + 1; in getUsefulBitsFromBitfieldMoveOpd()
2214 OpUsefulBits <<= MSB + 1; in getUsefulBitsFromBitfieldMoveOpd()
2230 uint64_t MSB = in getUsefulBitsFromUBFM() local
[all …]
/freebsd-12-stable/crypto/openssl/doc/man3/
DASN1_STRING_print_ex.pod46 MSB set are escaped: this option should B<not> be used if the terminal correctly
DBN_bn2bin.pod71 of numbers with the MSB set is prefixed with null byte).
/freebsd-12-stable/contrib/gcc/config/arm/
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.
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-12-stable/stand/i386/boot0/
Dboot0.S534 andb $~0x80,%al # Clear MSB then print last
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrFormats.td14 // MSB (31st bit) on the left and the LSB (0th bit) on the right. This is
/freebsd-12-stable/contrib/gdb/
Dlibtool.m4619 lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
629 …lt_cv_deplibs_check_method=["file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version…
/freebsd-12-stable/share/misc/
Dscsi_modes47 # Bitfields are MSB to LSB.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.td132 // (MSB) (LSB)
147 // (MSB) (LSB)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
DCSKYInstrFormats.td304 // Format< OP[6] | LSB[5] | RX[5] | SOP[6] | MSB[5] | RZ[5]>
/freebsd-12-stable/sys/contrib/zlib/doc/
Drfc1950.txt276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp1364 template <kmp_uint32 LSB, kmp_uint32 MSB>
1366 const kmp_uint32 SHIFT_LEFT = sizeof(kmp_uint32) * 8 - 1 - MSB; in __kmp_extract_bits()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfData.inc835 // from the MSB.

123