Searched refs:shift2_table (Results 1 – 1 of 1) sorted by relevance
144 static const char * shift2_table[] = { "lsl", "lsr", "asr", "ror"}; in decode_token() local145 sprintf(instr_part, "%s", shift2_table[bits_unsigned(code, 23,22)]); in decode_token()