Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h1904 byte topNibble = (*instr >> 4) & 0xF; in InstructionLength() local
1905 if (topNibble <= 3) in InstructionLength()
1907 else if (topNibble <= 0xB) in InstructionLength()