Home
last modified time | relevance | path

Searched refs:INT_ADJ (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dmips16-opc.c107 case '<': INT_ADJ (3, 2, 8, 0, FALSE); in decode_mips16_operand()
108 case '>': INT_ADJ (3, 8, 8, 0, FALSE); in decode_mips16_operand()
109 case '[': INT_ADJ (3, 2, 8, 0, FALSE); in decode_mips16_operand()
110 case ']': INT_ADJ (3, 8, 8, 0, FALSE); in decode_mips16_operand()
119 case 'C': INT_ADJ (8, 0, 255, 3, FALSE); /* (0 .. 255) << 3 */ in decode_mips16_operand()
120 case 'D': INT_ADJ (5, 0, 31, 3, FALSE); /* (0 .. 31) << 3 */ in decode_mips16_operand()
122 case 'H': INT_ADJ (5, 0, 31, 1, FALSE); /* (0 .. 31) << 1 */ in decode_mips16_operand()
123 case 'K': INT_ADJ (8, 0, 127, 3, FALSE); /* (-128 .. 127) << 3 */ in decode_mips16_operand()
125 case 'V': INT_ADJ (8, 0, 255, 2, FALSE); /* (0 .. 255) << 2 */ in decode_mips16_operand()
126 case 'W': INT_ADJ (5, 0, 31, 2, FALSE); /* (0 .. 31) << 2 */ in decode_mips16_operand()
H A Dmips-formats.h21 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ macro
30 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, FALSE)
33 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, FALSE)
36 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, TRUE)
H A Dmicromips-opc.c75 case 'A': INT_ADJ (7, 0, 63, 2, FALSE); /* (-64 .. 63) << 2 */ in decode_micromips_operand()
81 case 'G': INT_ADJ (4, 0, 14, 0, FALSE); /* (-1 .. 14) */ in decode_micromips_operand()
82 case 'H': INT_ADJ (4, 0, 15, 1, FALSE); /* (0 .. 15) << 1 */ in decode_micromips_operand()
83 case 'I': INT_ADJ (7, 0, 126, 0, FALSE); /* (-1 .. 126) */ in decode_micromips_operand()
84 case 'J': INT_ADJ (4, 0, 15, 2, FALSE); /* (0 .. 15) << 2 */ in decode_micromips_operand()
85 case 'L': INT_ADJ (4, 0, 15, 0, FALSE); /* (0 .. 15) */ in decode_micromips_operand()
86 case 'M': INT_ADJ (3, 1, 8, 0, FALSE); /* (1 .. 8) */ in decode_micromips_operand()
89 case 'P': INT_ADJ (5, 0, 31, 2, FALSE); /* (0 .. 31) << 2 */ in decode_micromips_operand()
90 case 'Q': INT_ADJ (23, 0, 4194303, 2, FALSE); in decode_micromips_operand()
92 case 'U': INT_ADJ (5, 0, 31, 2, FALSE); /* (0 .. 31) << 2 */ in decode_micromips_operand()
[all …]
H A Dmips-opc.c46 case 'a': INT_ADJ (19, 0, 262143, 2, FALSE); in decode_mips_operand()
47 case 'b': INT_ADJ (18, 0, 131071, 3, FALSE); in decode_mips_operand()
93 case 'T': INT_ADJ (10, 16, 511, 0, FALSE); /* (-512 .. 511) << 0 */ in decode_mips_operand()
94 case 'U': INT_ADJ (10, 16, 511, 1, FALSE); /* (-512 .. 511) << 1 */ in decode_mips_operand()
95 case 'V': INT_ADJ (10, 16, 511, 2, FALSE); /* (-512 .. 511) << 2 */ in decode_mips_operand()
96 case 'W': INT_ADJ (10, 16, 511, 3, FALSE); /* (-512 .. 511) << 3 */ in decode_mips_operand()
102 case 'c': INT_ADJ (9, 6, 255, 4, FALSE); /* (-256 .. 255) << 4 */ in decode_mips_operand()
105 case 'f': INT_ADJ (15, 6, 32767, 3, TRUE); in decode_mips_operand()
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dmips16-opc.c107 case '<': INT_ADJ (3, 2, 8, 0, FALSE); in decode_mips16_operand()
108 case '>': INT_ADJ (3, 8, 8, 0, FALSE); in decode_mips16_operand()
109 case '[': INT_ADJ (3, 2, 8, 0, FALSE); in decode_mips16_operand()
110 case ']': INT_ADJ (3, 8, 8, 0, FALSE); in decode_mips16_operand()
119 case 'C': INT_ADJ (8, 0, 255, 3, FALSE); /* (0 .. 255) << 3 */ in decode_mips16_operand()
120 case 'D': INT_ADJ (5, 0, 31, 3, FALSE); /* (0 .. 31) << 3 */ in decode_mips16_operand()
122 case 'H': INT_ADJ (5, 0, 31, 1, FALSE); /* (0 .. 31) << 1 */ in decode_mips16_operand()
123 case 'K': INT_ADJ (8, 0, 127, 3, FALSE); /* (-128 .. 127) << 3 */ in decode_mips16_operand()
125 case 'V': INT_ADJ (8, 0, 255, 2, FALSE); /* (0 .. 255) << 2 */ in decode_mips16_operand()
126 case 'W': INT_ADJ (5, 0, 31, 2, FALSE); /* (0 .. 31) << 2 */ in decode_mips16_operand()
H A Dmips-formats.h21 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ macro
30 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, FALSE)
33 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, FALSE)
36 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, TRUE)
H A Dmicromips-opc.c75 case 'A': INT_ADJ (7, 0, 63, 2, FALSE); /* (-64 .. 63) << 2 */ in decode_micromips_operand()
81 case 'G': INT_ADJ (4, 0, 14, 0, FALSE); /* (-1 .. 14) */ in decode_micromips_operand()
82 case 'H': INT_ADJ (4, 0, 15, 1, FALSE); /* (0 .. 15) << 1 */ in decode_micromips_operand()
83 case 'I': INT_ADJ (7, 0, 126, 0, FALSE); /* (-1 .. 126) */ in decode_micromips_operand()
84 case 'J': INT_ADJ (4, 0, 15, 2, FALSE); /* (0 .. 15) << 2 */ in decode_micromips_operand()
85 case 'L': INT_ADJ (4, 0, 15, 0, FALSE); /* (0 .. 15) */ in decode_micromips_operand()
86 case 'M': INT_ADJ (3, 1, 8, 0, FALSE); /* (1 .. 8) */ in decode_micromips_operand()
89 case 'P': INT_ADJ (5, 0, 31, 2, FALSE); /* (0 .. 31) << 2 */ in decode_micromips_operand()
90 case 'Q': INT_ADJ (23, 0, 4194303, 2, FALSE); in decode_micromips_operand()
92 case 'U': INT_ADJ (5, 0, 31, 2, FALSE); /* (0 .. 31) << 2 */ in decode_micromips_operand()
[all …]
H A Dmips-opc.c46 case 'a': INT_ADJ (19, 0, 262143, 2, FALSE); in decode_mips_operand()
47 case 'b': INT_ADJ (18, 0, 131071, 3, FALSE); in decode_mips_operand()
93 case 'T': INT_ADJ (10, 16, 511, 0, FALSE); /* (-512 .. 511) << 0 */ in decode_mips_operand()
94 case 'U': INT_ADJ (10, 16, 511, 1, FALSE); /* (-512 .. 511) << 1 */ in decode_mips_operand()
95 case 'V': INT_ADJ (10, 16, 511, 2, FALSE); /* (-512 .. 511) << 2 */ in decode_mips_operand()
96 case 'W': INT_ADJ (10, 16, 511, 3, FALSE); /* (-512 .. 511) << 3 */ in decode_mips_operand()
102 case 'c': INT_ADJ (9, 6, 255, 4, FALSE); /* (-256 .. 255) << 4 */ in decode_mips_operand()
105 case 'f': INT_ADJ (15, 6, 32767, 3, TRUE); in decode_mips_operand()
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dmips16-opc.c85 case 'o': INT_ADJ (5, 16, 31, 4, false); /* (0 .. 31) << 4 */ in decode_mips16_operand()
126 case '<': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
127 case '[': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
128 case ']': INT_ADJ (3, 8, 8, 0, false); in decode_mips16_operand()
135 case 'C': INT_ADJ (8, 0, 255, 3, false); /* (0 .. 255) << 3 */ in decode_mips16_operand()
136 case 'D': INT_ADJ (5, 0, 31, 3, false); /* (0 .. 31) << 3 */ in decode_mips16_operand()
139 case 'H': INT_ADJ (5, 0, 31, 1, false); /* (0 .. 31) << 1 */ in decode_mips16_operand()
140 case 'K': INT_ADJ (8, 0, 127, 3, false); /* (-128 .. 127) << 3 */ in decode_mips16_operand()
142 case 'V': INT_ADJ (8, 0, 255, 2, false); /* (0 .. 255) << 2 */ in decode_mips16_operand()
143 case 'W': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_mips16_operand()
H A Dmips-formats.h29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ macro
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true)
H A Dmicromips-opc.c75 case 'A': INT_ADJ (7, 0, 63, 2, false); /* (-64 .. 63) << 2 */ in decode_micromips_operand()
81 case 'G': INT_ADJ (4, 0, 14, 0, false); /* (-1 .. 14) */ in decode_micromips_operand()
82 case 'H': INT_ADJ (4, 0, 15, 1, false); /* (0 .. 15) << 1 */ in decode_micromips_operand()
83 case 'I': INT_ADJ (7, 0, 126, 0, false); /* (-1 .. 126) */ in decode_micromips_operand()
84 case 'J': INT_ADJ (4, 0, 15, 2, false); /* (0 .. 15) << 2 */ in decode_micromips_operand()
85 case 'L': INT_ADJ (4, 0, 15, 0, false); /* (0 .. 15) */ in decode_micromips_operand()
86 case 'M': INT_ADJ (3, 1, 8, 0, false); /* (1 .. 8) */ in decode_micromips_operand()
89 case 'P': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
90 case 'Q': INT_ADJ (23, 0, 4194303, 2, false); in decode_micromips_operand()
92 case 'U': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
[all …]
H A Dmips-opc.c46 case 'a': INT_ADJ (19, 0, 262143, 2, false); in decode_mips_operand()
47 case 'b': INT_ADJ (18, 0, 131071, 3, false); in decode_mips_operand()
94 case 'T': INT_ADJ (10, 16, 511, 0, false); /* (-512 .. 511) << 0 */ in decode_mips_operand()
95 case 'U': INT_ADJ (10, 16, 511, 1, false); /* (-512 .. 511) << 1 */ in decode_mips_operand()
96 case 'V': INT_ADJ (10, 16, 511, 2, false); /* (-512 .. 511) << 2 */ in decode_mips_operand()
97 case 'W': INT_ADJ (10, 16, 511, 3, false); /* (-512 .. 511) << 3 */ in decode_mips_operand()
103 case 'c': INT_ADJ (9, 6, 255, 4, false); /* (-256 .. 255) << 4 */ in decode_mips_operand()
106 case 'f': INT_ADJ (15, 6, 32767, 3, true); in decode_mips_operand()
H A DChangeLog-20171092 (INT_ADJ): Redefine in INT_BIAS terms.
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dmips16-opc.c85 case 'o': INT_ADJ (5, 16, 31, 4, false); /* (0 .. 31) << 4 */ in decode_mips16_operand()
126 case '<': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
127 case '[': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
128 case ']': INT_ADJ (3, 8, 8, 0, false); in decode_mips16_operand()
135 case 'C': INT_ADJ (8, 0, 255, 3, false); /* (0 .. 255) << 3 */ in decode_mips16_operand()
136 case 'D': INT_ADJ (5, 0, 31, 3, false); /* (0 .. 31) << 3 */ in decode_mips16_operand()
139 case 'H': INT_ADJ (5, 0, 31, 1, false); /* (0 .. 31) << 1 */ in decode_mips16_operand()
140 case 'K': INT_ADJ (8, 0, 127, 3, false); /* (-128 .. 127) << 3 */ in decode_mips16_operand()
142 case 'V': INT_ADJ (8, 0, 255, 2, false); /* (0 .. 255) << 2 */ in decode_mips16_operand()
143 case 'W': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_mips16_operand()
H A Dmips-formats.h29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ macro
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true)
H A Dmicromips-opc.c75 case 'A': INT_ADJ (7, 0, 63, 2, false); /* (-64 .. 63) << 2 */ in decode_micromips_operand()
81 case 'G': INT_ADJ (4, 0, 14, 0, false); /* (-1 .. 14) */ in decode_micromips_operand()
82 case 'H': INT_ADJ (4, 0, 15, 1, false); /* (0 .. 15) << 1 */ in decode_micromips_operand()
83 case 'I': INT_ADJ (7, 0, 126, 0, false); /* (-1 .. 126) */ in decode_micromips_operand()
84 case 'J': INT_ADJ (4, 0, 15, 2, false); /* (0 .. 15) << 2 */ in decode_micromips_operand()
85 case 'L': INT_ADJ (4, 0, 15, 0, false); /* (0 .. 15) */ in decode_micromips_operand()
86 case 'M': INT_ADJ (3, 1, 8, 0, false); /* (1 .. 8) */ in decode_micromips_operand()
89 case 'P': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
90 case 'Q': INT_ADJ (23, 0, 4194303, 2, false); in decode_micromips_operand()
92 case 'U': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
[all …]
H A Dmips-opc.c46 case 'a': INT_ADJ (19, 0, 262143, 2, false); in decode_mips_operand()
47 case 'b': INT_ADJ (18, 0, 131071, 3, false); in decode_mips_operand()
94 case 'T': INT_ADJ (10, 16, 511, 0, false); /* (-512 .. 511) << 0 */ in decode_mips_operand()
95 case 'U': INT_ADJ (10, 16, 511, 1, false); /* (-512 .. 511) << 1 */ in decode_mips_operand()
96 case 'V': INT_ADJ (10, 16, 511, 2, false); /* (-512 .. 511) << 2 */ in decode_mips_operand()
97 case 'W': INT_ADJ (10, 16, 511, 3, false); /* (-512 .. 511) << 3 */ in decode_mips_operand()
103 case 'c': INT_ADJ (9, 6, 255, 4, false); /* (-256 .. 255) << 4 */ in decode_mips_operand()
106 case 'f': INT_ADJ (15, 6, 32767, 3, true); in decode_mips_operand()
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Dmips16-opc.c85 case 'o': INT_ADJ (5, 16, 31, 4, false); /* (0 .. 31) << 4 */ in decode_mips16_operand()
126 case '<': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
127 case '[': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
128 case ']': INT_ADJ (3, 8, 8, 0, false); in decode_mips16_operand()
135 case 'C': INT_ADJ (8, 0, 255, 3, false); /* (0 .. 255) << 3 */ in decode_mips16_operand()
136 case 'D': INT_ADJ (5, 0, 31, 3, false); /* (0 .. 31) << 3 */ in decode_mips16_operand()
139 case 'H': INT_ADJ (5, 0, 31, 1, false); /* (0 .. 31) << 1 */ in decode_mips16_operand()
140 case 'K': INT_ADJ (8, 0, 127, 3, false); /* (-128 .. 127) << 3 */ in decode_mips16_operand()
142 case 'V': INT_ADJ (8, 0, 255, 2, false); /* (0 .. 255) << 2 */ in decode_mips16_operand()
143 case 'W': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_mips16_operand()
H A Dmips-formats.h29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ macro
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true)
H A Dmicromips-opc.c75 case 'A': INT_ADJ (7, 0, 63, 2, false); /* (-64 .. 63) << 2 */ in decode_micromips_operand()
81 case 'G': INT_ADJ (4, 0, 14, 0, false); /* (-1 .. 14) */ in decode_micromips_operand()
82 case 'H': INT_ADJ (4, 0, 15, 1, false); /* (0 .. 15) << 1 */ in decode_micromips_operand()
83 case 'I': INT_ADJ (7, 0, 126, 0, false); /* (-1 .. 126) */ in decode_micromips_operand()
84 case 'J': INT_ADJ (4, 0, 15, 2, false); /* (0 .. 15) << 2 */ in decode_micromips_operand()
85 case 'L': INT_ADJ (4, 0, 15, 0, false); /* (0 .. 15) */ in decode_micromips_operand()
86 case 'M': INT_ADJ (3, 1, 8, 0, false); /* (1 .. 8) */ in decode_micromips_operand()
89 case 'P': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
90 case 'Q': INT_ADJ (23, 0, 4194303, 2, false); in decode_micromips_operand()
92 case 'U': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
[all …]
H A Dmips-opc.c46 case 'a': INT_ADJ (19, 0, 262143, 2, false); in decode_mips_operand()
47 case 'b': INT_ADJ (18, 0, 131071, 3, false); in decode_mips_operand()
94 case 'T': INT_ADJ (10, 16, 511, 0, false); /* (-512 .. 511) << 0 */ in decode_mips_operand()
95 case 'U': INT_ADJ (10, 16, 511, 1, false); /* (-512 .. 511) << 1 */ in decode_mips_operand()
96 case 'V': INT_ADJ (10, 16, 511, 2, false); /* (-512 .. 511) << 2 */ in decode_mips_operand()
97 case 'W': INT_ADJ (10, 16, 511, 3, false); /* (-512 .. 511) << 3 */ in decode_mips_operand()
103 case 'c': INT_ADJ (9, 6, 255, 4, false); /* (-256 .. 255) << 4 */ in decode_mips_operand()
106 case 'f': INT_ADJ (15, 6, 32767, 3, true); in decode_mips_operand()
/dports/devel/binutils/binutils-2.37/opcodes/
H A Dmips16-opc.c85 case 'o': INT_ADJ (5, 16, 31, 4, false); /* (0 .. 31) << 4 */ in decode_mips16_operand()
126 case '<': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
127 case '[': INT_ADJ (3, 2, 8, 0, false); in decode_mips16_operand()
128 case ']': INT_ADJ (3, 8, 8, 0, false); in decode_mips16_operand()
135 case 'C': INT_ADJ (8, 0, 255, 3, false); /* (0 .. 255) << 3 */ in decode_mips16_operand()
136 case 'D': INT_ADJ (5, 0, 31, 3, false); /* (0 .. 31) << 3 */ in decode_mips16_operand()
139 case 'H': INT_ADJ (5, 0, 31, 1, false); /* (0 .. 31) << 1 */ in decode_mips16_operand()
140 case 'K': INT_ADJ (8, 0, 127, 3, false); /* (-128 .. 127) << 3 */ in decode_mips16_operand()
142 case 'V': INT_ADJ (8, 0, 255, 2, false); /* (0 .. 255) << 2 */ in decode_mips16_operand()
143 case 'W': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_mips16_operand()
H A Dmips-formats.h29 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \ macro
33 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, false)
36 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, false)
39 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, true)
H A Dmicromips-opc.c75 case 'A': INT_ADJ (7, 0, 63, 2, false); /* (-64 .. 63) << 2 */ in decode_micromips_operand()
81 case 'G': INT_ADJ (4, 0, 14, 0, false); /* (-1 .. 14) */ in decode_micromips_operand()
82 case 'H': INT_ADJ (4, 0, 15, 1, false); /* (0 .. 15) << 1 */ in decode_micromips_operand()
83 case 'I': INT_ADJ (7, 0, 126, 0, false); /* (-1 .. 126) */ in decode_micromips_operand()
84 case 'J': INT_ADJ (4, 0, 15, 2, false); /* (0 .. 15) << 2 */ in decode_micromips_operand()
85 case 'L': INT_ADJ (4, 0, 15, 0, false); /* (0 .. 15) */ in decode_micromips_operand()
86 case 'M': INT_ADJ (3, 1, 8, 0, false); /* (1 .. 8) */ in decode_micromips_operand()
89 case 'P': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
90 case 'Q': INT_ADJ (23, 0, 4194303, 2, false); in decode_micromips_operand()
92 case 'U': INT_ADJ (5, 0, 31, 2, false); /* (0 .. 31) << 2 */ in decode_micromips_operand()
[all …]
H A Dmips-opc.c46 case 'a': INT_ADJ (19, 0, 262143, 2, false); in decode_mips_operand()
47 case 'b': INT_ADJ (18, 0, 131071, 3, false); in decode_mips_operand()
94 case 'T': INT_ADJ (10, 16, 511, 0, false); /* (-512 .. 511) << 0 */ in decode_mips_operand()
95 case 'U': INT_ADJ (10, 16, 511, 1, false); /* (-512 .. 511) << 1 */ in decode_mips_operand()
96 case 'V': INT_ADJ (10, 16, 511, 2, false); /* (-512 .. 511) << 2 */ in decode_mips_operand()
97 case 'W': INT_ADJ (10, 16, 511, 3, false); /* (-512 .. 511) << 3 */ in decode_mips_operand()
103 case 'c': INT_ADJ (9, 6, 255, 4, false); /* (-256 .. 255) << 4 */ in decode_mips_operand()
106 case 'f': INT_ADJ (15, 6, 32767, 3, true); in decode_mips_operand()

12