| /freebsd-12-stable/crypto/openssl/crypto/aes/asm/ |
| D | aes-mips.pl | 102 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/ |
| D | PPCMacroFusion.cpp | 127 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/ |
| D | IntegerDivision.cpp | 163 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/ |
| D | sha1-mips.pl | 87 $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)
|
| D | sha512-mips.pl | 123 $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/ |
| D | strcmp.S | 54 #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/ |
| D | StringExtras.h | 185 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/ |
| D | smile | 12 # Bits 4-7 (4 MSB): 4-bit version number
|
| D | olf | 65 >5 byte 2 MSB
|
| D | fonts | 119 >104 belong 00000004 X11 SNF font data, MSB first 157 >12 lelong &0x08 bit: MSB, 159 >12 lelong &0x04 byte: MSB first
|
| D | elf | 346 >5 byte 2 MSB
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelDAGToDAG.cpp | 1798 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/ |
| D | ASN1_STRING_print_ex.pod | 46 MSB set are escaped: this option should B<not> be used if the terminal correctly
|
| D | BN_bn2bin.pod | 71 of numbers with the MSB set is prefixed with null byte).
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | ieee754-sf.S | 112 @ 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.
|
| D | ieee754-df.S | 146 @ 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/ |
| D | boot0.S | 534 andb $~0x80,%al # Clear MSB then print last
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrFormats.td | 14 // MSB (31st bit) on the left and the LSB (0th bit) on the right. This is
|
| /freebsd-12-stable/contrib/gdb/ |
| D | libtool.m4 | 619 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/ |
| D | scsi_modes | 47 # Bitfields are MSB to LSB.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFInstrInfo.td | 132 // (MSB) (LSB) 147 // (MSB) (LSB)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| D | CSKYInstrFormats.td | 304 // Format< OP[6] | LSB[5] | RX[5] | SOP[6] | MSB[5] | RZ[5]>
|
| /freebsd-12-stable/sys/contrib/zlib/doc/ |
| D | rfc1950.txt | 276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | kmp_affinity.cpp | 1364 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/ |
| D | InstrProfData.inc | 835 // from the MSB.
|