Lines Matching refs:UINT
97 case 'f': UINT (4, 22); in decode_mips_operand()
106 case 'U': UINT (8, 10); in decode_mips_operand()
111 case 'T': UINT (5, 16); in decode_mips_operand()
136 case 'I': UINT (2, 6); in decode_mips_operand()
142 case 'O': UINT (3, 6); in decode_mips_operand()
185 case '$': UINT (5, 16); /* (0 .. 31) */ in decode_mips_operand()
200 case '%': UINT (3, 21); in decode_mips_operand()
204 case '!': UINT (1, 5); in decode_mips_operand()
205 case '$': UINT (1, 4); in decode_mips_operand()
227 case 'H': UINT (3, 0); in decode_mips_operand()
232 case 'O': UINT (3, 21); in decode_mips_operand()
249 case 'e': UINT (3, 22) in decode_mips_operand()