Home
last modified time | relevance | path

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

/external/v8/src/x87/
Ddisasm-x87.cc1234 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1236 if (is_byte) { in InstructionDecode()
1272 { bool is_byte = *data == 0x88; in InstructionDecode() local
1276 if (is_byte) { in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc1581 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1583 if (is_byte) { in InstructionDecode()
1619 { bool is_byte = *data == 0x88; in InstructionDecode() local
1623 if (is_byte) { in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc2451 bool is_byte = *data == 0xC6; in InstructionDecode() local
2453 if (is_byte) { in InstructionDecode()
2488 bool is_byte = *data == 0x88; in InstructionDecode() local
2492 if (is_byte) { in InstructionDecode()