Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc1646 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1649 switch (third_byte) { in TwoByteOpcodeInstruction()
1664 byte third_byte = *current; in TwoByteOpcodeInstruction() local
1666 if (third_byte == 0x17) { in TwoByteOpcodeInstruction()
1672 } else if (third_byte == 0x0A) { in TwoByteOpcodeInstruction()
1678 } else if (third_byte == 0x0B) { in TwoByteOpcodeInstruction()
1685 } else if (third_byte == 0x0E) { in TwoByteOpcodeInstruction()
1691 } else if (third_byte == 0x0F) { in TwoByteOpcodeInstruction()
1697 } else if (third_byte == 0x14) { in TwoByteOpcodeInstruction()
1703 } else if (third_byte == 0x15) { in TwoByteOpcodeInstruction()
[all …]
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc510 const unsigned char third_byte = (*src)[2] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing() local
511 if (second_byte == 0xc0 && third_byte < 0x80) { in ReadSignedNumIncreasing()