Home
last modified time | relevance | path

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

123

/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl105 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 Dnetxbig-gpio-ext.txt6 - 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 Dsha1-mips.pl90 $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 Dsha512-mips.pl129 $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 DPPCMacroFusion.cpp142 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 Dstrcmp.S42 #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 DIntegerDivision.cpp154 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 DStringExtras.h209 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 DCSKYMCCodeEmitter.cpp53 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 Dgpio-decoder.txt6 first entry representing the MSB.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl-sai.txt38 - lsb-first : Configures whether the LSB or the MSB is transmitted
40 the MSB is transmitted first as default, or the LSB
H A Dst,stm32-sai.txt4 as I2S standards, LSB or MSB-justified, PCM/DSP, TDM, and AC'97.
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dgpio-fan.txt8 ordered MSB-->LSB.
/freebsd/contrib/file/magic/Magdir/
H A Dsmile12 # Bits 4-7 (4 MSB): 4-bit version number
H A Dolf65 >5 byte 2 MSB
H A Dfonts119 >104 belong 00000004 X11 SNF font data, MSB first
157 >12 lelong &0x08 bit: MSB,
159 >12 lelong &0x04 byte: MSB first
H A Dgeo61 # Note: All data is written using Intel 80x86 byte ordering (LSB to MSB)
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Darmada-thermal.txt25 "control MSB/control 1", with size of 4 (deprecated binding), or point
/freebsd/sys/contrib/device-tree/Bindings/eeprom/
H A Dat25.txt16 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 Dst,stm32-rcc.txt46 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 Dmtd-physmap.txt33 address the MSBs address lines. The order goes from LSB to MSB.
/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod46 MSB set are escaped: this option should B<not> be used if the terminal correctly
H A DBN_bn2bin.pod79 of numbers with the MSB set is prefixed with null byte).
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2441 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 Dboot0.S525 andb $~0x80,%al # Clear MSB then print last

123