Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 25 of 158) sorted by relevance

1234567

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmips-formats.h21 #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 Dmips-formats.h21 #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 Dhwloop-bits.S47 # 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 Dcec-snen-reti.S1 # 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 Dhwloop-lt-bits.s1 # Blackfin testcase for HW Loops (LT) LSB behavior
8 # Loading LT should always clear LSB
H A Dcec-no-snen-reti.S1 # 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 Dpoly1305-mips64.S5 # 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 Dpoly1305-mips64.S5 # 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 Daes-mips.pl105 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 Daes-mips.pl102 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 DStringExtras.h184 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 Dsha1-mips.pl88 $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 Dsha512-mips.pl124 $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 Dsha1-mips.pl91 $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 Dsha512-mips.pl130 $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 Dgdtoaimp.h359 #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 DSystemZInstrInfo.cpp1674 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 Dlibf7-asm.sx1200 ;; 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 Dlibf7-asm.sx1200 ;; 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 Dt-linux644 # 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 Dt-linux644 # 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 Dshl.cgs57 # Zero is shifted into the LSB
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dt-linux6422 # 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 Dt-linux6422 # 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 Dstormy-abi16 from 0 being the LSB.
155 doubleword, counting the LSB as bit 0.

1234567