/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 105 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian 681 lwl $s0,0+$MSB($inp) 682 lwl $s1,4+$MSB($inp) 683 lwl $s2,8+$MSB($inp) 684 lwl $s3,12+$MSB($inp) 703 swl $s0,0+$MSB($out) 704 swl $s1,4+$MSB($out) 705 swl $s2,8+$MSB($out) 706 swl $s3,12+$MSB($out) 1281 lwl $s0,0+$MSB($inp) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | netxbig-gpio-ext.txt | 6 - addr-gpios: GPIOs representing the address register (LSB -> MSB). 7 - data-gpios: GPIOs representing the data register (LSB -> MSB).
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-mips.pl | 90 $MSB=$big_endian?0:3; 91 $LSB=3&~$MSB; 137 lwl @X[$j],$j*4+$MSB($inp) 145 lwl @X[$j],$j*4+$MSB($inp) 396 lwl @X[0],$MSB($inp)
|
H A D | sha512-mips.pl | 129 $MSB = $big_endian ? 0 : ($SZ-1); 130 $LSB = ($SZ-1)&~$MSB; 147 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp) 379 ${LD}l @X[0],$MSB($inp)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 142 int MSB = 15; in checkOpConstraints() local 144 MSB = 13; in checkOpConstraints() 146 return (D.getImm() & (1ULL << MSB)) == 0; in checkOpConstraints()
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | strcmp.S | 42 #define MSB 0x000000ff macro 56 #define MSB 0xff000000 macro 350 bic tmp1, data1, #MSB 367 bics syndrome, syndrome, #MSB 445 bic data2, data2, #MSB
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 154 ConstantInt *MSB = ConstantInt::get(DivTy, BitWidth - 1); in generateUnsignedDivisionCode() local 237 Value *Ret0_4 = Builder.CreateICmpUGT(SR, MSB); in generateUnsignedDivisionCode() 239 Value *RetDividend = Builder.CreateICmpEQ(SR, MSB); in generateUnsignedDivisionCode() 252 Value *Tmp2 = Builder.CreateSub(MSB, SR); in generateUnsignedDivisionCode() 290 Value *Tmp6 = Builder.CreateLShr(Q_2, MSB); in generateUnsignedDivisionCode() 295 Value *Tmp10 = Builder.CreateAShr(Tmp9, MSB); in generateUnsignedDivisionCode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument 210 unsigned U1 = hexDigitValue(MSB); in tryGetHexFromNibbles() 221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument 223 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.cpp | 53 const MCOperand &MSB = MI.getOperand(Idx); in getImmOpValueMSBSize() local 55 assert(MSB.isImm() && LSB.isImm() && "Unexpected MO type."); in getImmOpValueMSBSize() 57 return MSB.getImm() - LSB.getImm(); in getImmOpValueMSBSize()
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-decoder.txt | 6 first entry representing the MSB.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl-sai.txt | 38 - lsb-first : Configures whether the LSB or the MSB is transmitted 40 the MSB is transmitted first as default, or the LSB
|
H A D | st,stm32-sai.txt | 4 as I2S standards, LSB or MSB-justified, PCM/DSP, TDM, and AC'97.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | gpio-fan.txt | 8 ordered MSB-->LSB.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | smile | 12 # Bits 4-7 (4 MSB): 4-bit version number
|
H A D | olf | 65 >5 byte 2 MSB
|
H A 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
|
H A D | geo | 61 # Note: All data is written using Intel 80x86 byte ordering (LSB to MSB)
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | armada-thermal.txt | 25 "control MSB/control 1", with size of 4 (deprecated binding), or point
|
/freebsd/sys/contrib/device-tree/Bindings/eeprom/ |
H A D | at25.txt | 16 For 9 bits, the MSB of the address is sent as bit 3 of the instruction
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | st,stm32-rcc.txt | 46 Where bit_offset is the bit offset within the register (LSB is 0, MSB is 31).
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd-physmap.txt | 33 address the MSBs address lines. The order goes from LSB to MSB.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_STRING_print_ex.pod | 46 MSB set are escaped: this option should B<not> be used if the terminal correctly
|
H A D | BN_bn2bin.pod | 79 of numbers with the MSB set is prefixed with null byte).
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2441 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() argument 2518 MSB = SrlImm + in isBitfieldExtractOpFromAnd() 2527 MSB = MSB > 31 ? 31 : MSB; in isBitfieldExtractOpFromAnd() 2568 unsigned &MSB) { in isSeveralBitsExtractOpFromShr() argument 2602 MSB = llvm::Log2_64(AndMask); in isSeveralBitsExtractOpFromShr() 2810 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd() argument 2816 if (MSB >= Imm) { in getUsefulBitsFromBitfieldMoveOpd() 2817 OpUsefulBits <<= MSB - Imm + 1; in getUsefulBitsFromBitfieldMoveOpd() 2824 OpUsefulBits <<= MSB + 1; in getUsefulBitsFromBitfieldMoveOpd() 2840 uint64_t MSB = in getUsefulBitsFromUBFM() local [all …]
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 525 andb $~0x80,%al # Clear MSB then print last
|