Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc1558 bool is_byte = *data == 0xC6; in InstructionDecode() local
1560 if (is_byte) { in InstructionDecode()
1595 bool is_byte = *data == 0x88; in InstructionDecode() local
1599 if (is_byte) { in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc1158 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1160 if (is_byte) { in InstructionDecode()
1196 { bool is_byte = *data == 0x88; in InstructionDecode() local
1200 if (is_byte) { in InstructionDecode()
/external/v8/src/x87/
Ddisasm-x87.cc1179 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1181 if (is_byte) { in InstructionDecode()
1217 { bool is_byte = *data == 0x88; in InstructionDecode() local
1221 if (is_byte) { in InstructionDecode()