/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/ |
H A D | poly1305-mips64.S | 4 # define MSB 0 macro 7 # define MSB 7 macro 32 ldl $8,0+MSB($5) 33 ldl $9,8+MSB($5) 135 ldl $8,0+MSB($5) # load input 136 ldl $9,8+MSB($5)
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
H A D | poly1305-mips64.S | 4 # define MSB 0 macro 7 # define MSB 7 macro 32 ldl $8,0+MSB($5) 33 ldl $9,8+MSB($5) 135 ldl $8,0+MSB($5) # load input 136 ldl $9,8+MSB($5)
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
H A 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMacroFusion.cpp | 127 int MSB = 15; in checkOpConstraints() local 129 MSB = 13; in checkOpConstraints() 131 return (D.getImm() & (1ULL << MSB)) == 0; in checkOpConstraints()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
H A 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)
|
H A 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)
|
/netbsd-src/crypto/external/bsd/openssl/dist/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)
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/v850/ |
H A D | sar.cgs | 72 # Old MSB is copied as new MSB after shift
|
H A D | shr.cgs | 72 # Zere is shifted into the MSB
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
H A D | tas.s | 44 mov.b @byte_dst, r0l ; test variable has MSB set? 75 mov.b @byte_dst, r0l ; test variable has MSB set?
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 184 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() argument 185 unsigned U1 = hexDigitValue(MSB); in tryGetHexFromNibbles() 196 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() argument 198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex); in hexFromNibbles()
|
/netbsd-src/external/bsd/file/dist/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
|
/netbsd-src/lib/libc/arch/mips/string/ |
H A D | bzero.S | 68 REG_SRLV a2, a2, a3 # we want to keep the MSB bytes
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mips-formats.h | 59 #define MSB(SIZE, LSB, BIAS, ADD_LSB, OPSIZE) \ macro
|
H A D | mips16-opc.c | 78 case 'c': MSB (5, 16, 1, true, 32); /* (1 .. 32) */ in decode_mips16_operand() 79 case 'd': MSB (5, 16, 1, false, 32); /* (1 .. 32) */ in decode_mips16_operand()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mips-formats.h | 59 #define MSB(SIZE, LSB, BIAS, ADD_LSB, OPSIZE) \ macro
|
H A D | mips16-opc.c | 78 case 'c': MSB (5, 16, 1, true, 32); /* (1 .. 32) */ in decode_mips16_operand() 79 case 'd': MSB (5, 16, 1, false, 32); /* (1 .. 32) */ in decode_mips16_operand()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
H A D | lshrsi3.S | 30 ;; [in MSB]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
H A D | lshrsi3.S | 30 ;; [in MSB]
|
/netbsd-src/sys/stand/efiboot/bootarm/ |
H A D | cache.S | 82 clz r2, ip @ number of bits to MSB of way 125 clz r1, r3 @ number of bits to MSB of way
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1764 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() argument 1840 MSB = SrlImm + (VT == MVT::i32 ? countTrailingOnes<uint32_t>(AndImm) in isBitfieldExtractOpFromAnd() 1848 MSB = MSB > 31 ? 31 : MSB; in isBitfieldExtractOpFromAnd() 1889 unsigned &MSB) { in isSeveralBitsExtractOpFromShr() argument 1926 MSB = BitWide + SrlImm - 1; in isSeveralBitsExtractOpFromShr() 2166 uint64_t Imm, uint64_t MSB, in getUsefulBitsFromBitfieldMoveOpd() argument 2172 if (MSB >= Imm) { in getUsefulBitsFromBitfieldMoveOpd() 2173 OpUsefulBits <<= MSB - Imm + 1; in getUsefulBitsFromBitfieldMoveOpd() 2180 OpUsefulBits <<= MSB + 1; in getUsefulBitsFromBitfieldMoveOpd() 2196 uint64_t MSB = in getUsefulBitsFromUBFM() local [all …]
|