HomeSort by: relevance | last modified time | path
    Searched refs:LSB (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/opcodes/
mips-formats.h 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \
29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX)
32 #define UINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
35 #define SINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
38 #define HINT(SIZE, LSB) \
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-formats.h 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \
29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX)
32 #define UINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
35 #define SINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
38 #define HINT(SIZE, LSB) \
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mips-formats.h 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \
29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX)
32 #define UINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
35 #define SINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
38 #define HINT(SIZE, LSB) \
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-formats.h 21 #define INT_BIAS(SIZE, LSB, MAX_VAL, BIAS, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, BIAS, SHIFT, PRINT_HEX \
29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
30 INT_BIAS(SIZE, LSB, MAX_VAL, 0, SHIFT, PRINT_HEX)
32 #define UINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
35 #define SINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
38 #define HINT(SIZE, LSB) \
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
hwloop-lt-bits.s 1 # Blackfin testcase for HW Loops (LT) LSB behavior
8 # Loading LT should always clear LSB
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
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
107 # Manually set RETI to with LSB set so we return there
cec-no-snen-reti.S 1 # Blackfin testcase for having RETI LSB set correctly when not self nested
61 # Make sure LSB of RETI is not set
82 # This IVG makes sure RETI LSB is ignored on transition out (RTI)
92 # RETI LSB should not be set when entering IVG13
106 # Manually set RETI to with LSB set so we should stay at IVG13
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
hwloop-lt-bits.s 1 # Blackfin testcase for HW Loops (LT) LSB behavior
8 # Loading LT should always clear LSB
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
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
107 # Manually set RETI to with LSB set so we return there
cec-no-snen-reti.S 1 # Blackfin testcase for having RETI LSB set correctly when not self nested
61 # Make sure LSB of RETI is not set
82 # This IVG makes sure RETI LSB is ignored on transition out (RTI)
92 # RETI LSB should not be set when entering IVG13
106 # Manually set RETI to with LSB set so we should stay at IVG13
  /src/tests/lib/libc/atomic/
t___sync_compare_and_swap.c 106 # define LSB 0
109 # define LSB 1
129 val.subword[LSB] = -1; \
131 ATF_CHECK(NAME(&val.subword[LSB], /*old*/-1, /*new*/-2)); \
132 ATF_CHECK_EQ_MSG(val.subword[LSB], (SUBTYPE)-2, \
133 "val.subword[LSB] = 0x%" SUBFMT, val.subword[LSB]); \
140 val.subword[LSB] = -3; \
142 ATF_CHECK(!NAME(&val.subword[LSB], /*old*/-1, /*new*/-2)); \
143 ATF_CHECK_EQ_MSG(val.subword[LSB], (SUBTYPE)-3,
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/mips/
poly1305-mips64.S 5 # define LSB 7
8 # define LSB 0
34 ldr $8,0+LSB($5)
35 ldr $9,8+LSB($5)
137 ldr $8,0+LSB($5)
138 ldr $9,8+LSB($5)
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
poly1305-mips64.S 5 # define LSB 7
8 # define LSB 0
34 ldr $8,0+LSB($5)
35 ldr $9,8+LSB($5)
137 ldr $8,0+LSB($5)
138 ldr $9,8+LSB($5)
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
poly1305-mips64.S 5 # define LSB 7
8 # define LSB 0
34 ldr $8,0+LSB($5)
35 ldr $9,8+LSB($5)
137 ldr $8,0+LSB($5)
138 ldr $9,8+LSB($5)
  /src/lib/libc/arch/mips/string/
bzero.S 71 REG_SLLV a2, a2, a3 # we want to keep the LSB bytes
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 181 /// \p LSB, that make up the nibbles of a hexadecimal digit. If \p MSB or \p LSB
184 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) {
186 unsigned U2 = hexDigitValue(LSB);
195 /// \p LSB, that make up the nibbles of a hexadecimal digit.
196 inline uint8_t hexFromNibbles(char MSB, char LSB) {
198 bool GotHex = tryGetHexFromNibbles(MSB, LSB, Hex);
200 assert(GotHex && "MSB and/or LSB do not correspond to hex digits");
  /src/lib/libc/gdtoa/
gdtoaimp.h 359 #define LSB 1
397 #define LSB 1
424 #define LSB 0x10000
  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aes-mips.pl 105 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
686 lwr $s0,0+$LSB($inp)
687 lwr $s1,4+$LSB($inp)
688 lwr $s2,8+$LSB($inp)
689 lwr $s3,12+$LSB($inp)
700 swr $s0,0+$LSB($out)
701 swr $s1,4+$LSB($out)
702 swr $s2,8+$LSB($out)
703 swr $s3,12+$LSB($out)
1287 lwr $s0,0+$LSB($inp
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
aes-mips.pl 105 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
686 lwr $s0,0+$LSB($inp)
687 lwr $s1,4+$LSB($inp)
688 lwr $s2,8+$LSB($inp)
689 lwr $s3,12+$LSB($inp)
700 swr $s0,0+$LSB($out)
701 swr $s1,4+$LSB($out)
702 swr $s2,8+$LSB($out)
703 swr $s3,12+$LSB($out)
1287 lwr $s0,0+$LSB($inp
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
aes-mips.pl 102 my ($MSB,$LSB)=(0,3); # automatically converted to little-endian
665 lwr $s0,0+$LSB($inp)
666 lwr $s1,4+$LSB($inp)
667 lwr $s2,8+$LSB($inp)
668 lwr $s3,12+$LSB($inp)
679 swr $s0,0+$LSB($out)
680 swr $s1,4+$LSB($out)
681 swr $s2,8+$LSB($out)
682 swr $s3,12+$LSB($out)
1251 lwr $s0,0+$LSB($inp
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-mips.pl 78 # define LSB 7
81 # define LSB 0
107 ldr $in0,0+LSB($inp)
108 ldr $in1,8+LSB($inp)
224 ldr $in0,0+LSB($inp)
225 ldr $in1,8+LSB($inp)
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
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)
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-mips.pl 78 # define LSB 7
81 # define LSB 0
107 ldr $in0,0+LSB($inp)
108 ldr $in1,8+LSB($inp)
224 ldr $in0,0+LSB($inp)
225 ldr $in1,8+LSB($inp)

Completed in 44 milliseconds

1 2 3 4