Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc1024 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1026 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1032 } else if (third_byte == 0x0b) { in TwoByteOpcodeInstruction()
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc1033 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1035 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1041 } else if (third_byte == 0x0b) { in TwoByteOpcodeInstruction()