Home
last modified time | relevance | path

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

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