Searched refs:shift_names (Results 1 – 2 of 2) sorted by relevance
218 static const char *shift_names[4] = { variable239 const char *shift_name = shift_names[(operand >> 7) & 0x3]; in DecodeRegExtendOrShift()
291 static const char* shift_names[4] = { variable376 snprintf(tbuf, arraysize(tbuf), ", %s %d", shift_names[operand & 0x3], operand >> 2); in BuildInsnString()