Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc239 const char *shift_name = shift_names[(operand >> 7) & 0x3]; in DecodeRegExtendOrShift() local
241 snprintf(buf, buf_size, ", %s #%d", shift_name, amount); in DecodeRegExtendOrShift()