Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc1636 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1639 switch (third_byte) { in TwoByteOpcodeInstruction()
1654 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1656 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1662 } else if (third_byte == 0x0a) { in TwoByteOpcodeInstruction()
1668 } else if (third_byte == 0x0b) { in TwoByteOpcodeInstruction()
1675 } else if (third_byte == 0x14) { in TwoByteOpcodeInstruction()
1681 } else if (third_byte == 0x15) { in TwoByteOpcodeInstruction()
1687 } else if (third_byte == 0x16) { in TwoByteOpcodeInstruction()
1693 } else if (third_byte == 0x20) { in TwoByteOpcodeInstruction()
[all …]