| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mips-formats.h | 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \ argument 24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \ 29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ argument 30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX) 32 #define UINT(SIZE, LSB) \ argument 33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false) 35 #define SINT(SIZE, LSB) \ argument 36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false) 38 #define HINT(SIZE, LSB) \ argument 39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mips-formats.h | 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \ argument 24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \ 29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ argument 30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX) 32 #define UINT(SIZE, LSB) \ argument 33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false) 35 #define SINT(SIZE, LSB) \ argument 36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false) 38 #define HINT(SIZE, LSB) \ argument 39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true) [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | hwloop-bits.S | 47 # Set the LC/LB/LT up with LSB set 48 # - Hardware clears LT LSB, but LB remains until we lower 69 # Make sure LSB has been cleared in LB 72 # Clear LSB in all LC/LT/LB 84 # Make sure LSB is set in LB 87 # Clear the LSB and move up another supervisor level 98 # Make sure LSB stayed clear
|
| H A D | cec-snen-reti.S | 1 # Blackfin testcase for having RETI LSB set correctly when self nested 46 # This IVG makes sure RETI LSB is set correctly on transition in (RAISE) 56 # Make sure LSB of RETI is set only on first pass 79 # This IVG makes sure RETI LSB is respected on transition out (RTI) 89 # RETI LSB should be set when re-entering IVG13
|
| H A D | hwloop-lt-bits.s | 1 # Blackfin testcase for HW Loops (LT) LSB behavior 8 # Loading LT should always clear LSB
|
| H A D | cec-no-snen-reti.S | 1 # Blackfin testcase for having RETI LSB set correctly when not self nested 106 # Manually set RETI to with LSB set so we should stay at IVG13
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/ |
| H A D | poly1305-mips64.S | 5 # define LSB 7 macro 8 # define LSB 0 macro 34 ldr $8,0+LSB($5) 35 ldr $9,8+LSB($5) 137 ldr $8,0+LSB($5) 138 ldr $9,8+LSB($5)
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
| H A D | poly1305-mips64.S | 5 # define LSB 7 macro 8 # define LSB 0 macro 34 ldr $8,0+LSB($5) 35 ldr $9,8+LSB($5) 137 ldr $8,0+LSB($5) 138 ldr $9,8+LSB($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 685 lwr $s0,0+$LSB($inp) 686 lwr $s1,4+$LSB($inp) 687 lwr $s2,8+$LSB($inp) 688 lwr $s3,12+$LSB($inp) 699 swr $s0,0+$LSB($out) 700 swr $s1,4+$LSB($out) 701 swr $s2,8+$LSB($out) 702 swr $s3,12+$LSB($out) 1285 lwr $s0,0+$LSB($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 664 lwr $s0,0+$LSB($inp) 665 lwr $s1,4+$LSB($inp) 666 lwr $s2,8+$LSB($inp) 667 lwr $s3,12+$LSB($inp) 678 swr $s0,0+$LSB($out) 679 swr $s1,4+$LSB($out) 680 swr $s2,8+$LSB($out) 681 swr $s3,12+$LSB($out) 1249 lwr $s0,0+$LSB($inp) [all …]
|
| /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 186 unsigned U2 = hexDigitValue(LSB); 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/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha1-mips.pl | 88 $LSB=3&~$MSB; 135 lwr @X[$j],$j*4+$LSB($inp) 145 lwr @X[$j],$j*4+$LSB($inp) 395 lwr @X[0],$LSB($inp)
|
| H A D | sha512-mips.pl | 124 $LSB = ($SZ-1)&~$MSB; 142 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp) 374 ${LD}r @X[0],$LSB($inp)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha1-mips.pl | 91 $LSB=3&~$MSB; 138 lwr @X[$j],$j*4+$LSB($inp) 148 lwr @X[$j],$j*4+$LSB($inp) 398 lwr @X[0],$LSB($inp)
|
| H A D | sha512-mips.pl | 130 $LSB = ($SZ-1)&~$MSB; 148 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp) 380 ${LD}r @X[0],$LSB($inp)
|
| /netbsd-src/lib/libc/gdtoa/ |
| H A D | gdtoaimp.h | 359 #define LSB 1 macro 397 #define LSB 1 macro 424 #define LSB 0x10000 macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1674 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() argument 1678 LSB = First; in isStringOfOnes() 1694 unsigned LSB, Length; in isRxSBGMask() local 1695 if (isStringOfOnes(Mask, LSB, Length)) { in isRxSBGMask() 1696 Start = 63 - (LSB + Length - 1); in isRxSBGMask() 1697 End = 63 - LSB; in isRxSBGMask() 1703 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { in isRxSBGMask() 1704 assert(LSB > 0 && "Bottom bit must be set"); in isRxSBGMask() 1705 assert(LSB + Length < BitSize && "Top bit must be set"); in isRxSBGMask() 1706 Start = 63 - (LSB - 1); in isRxSBGMask() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
| H A D | libf7-asm.sx | 1200 ;; Error is in [0, -1 LSB). 1205 ;; error in [0, -1/2 LSB) 1207 ;; error in [1/2 LSB, 0). 1288 ;; sqrt16_round() returns: C = 0: error in [0, -1/2 LSB). 1289 ;; C = 1: error in [1/2 LSB, 0) 1293 ;; error in [-1/2 LSB, -1 LSB). 1295 ;; Together with the correct bit C4.7, the error is in [0, -1/2 LSB). 1298 2: ;; Setting C4.6 adds 1/4 LSB and the error is now in [1/4 LSB, -1/4 LSB)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
| H A D | libf7-asm.sx | 1200 ;; Error is in [0, -1 LSB). 1205 ;; error in [0, -1/2 LSB) 1207 ;; error in [1/2 LSB, 0). 1288 ;; sqrt16_round() returns: C = 0: error in [0, -1/2 LSB). 1289 ;; C = 1: error in [1/2 LSB, 0) 1293 ;; error in [-1/2 LSB, -1 LSB). 1295 ;; Together with the correct bit C4.7, the error is in [0, -1/2 LSB). 1298 2: ;; Setting C4.6 adds 1/4 LSB and the error is now in [1/4 LSB, -1/4 LSB)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | t-linux64 | 4 # and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | t-linux64 | 4 # and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/v850/ |
| H A D | shl.cgs | 57 # Zero is shifted into the LSB
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | t-linux64 | 22 # and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | t-linux64 | 22 # and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| H A D | stormy-abi | 16 from 0 being the LSB. 155 doubleword, counting the LSB as bit 0.
|