Searched refs:shift_names (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc291 static const char* shift_names[4] = { member in namespace:art
376 snprintf(tbuf, arraysize(tbuf), ", %s %d", shift_names[operand & 0x3], operand >> 2);
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc218 static const char *shift_names[4] = { member in namespace:art
239 const char *shift_name = shift_names[(operand >> 7) & 0x3];

Completed in 70 milliseconds