Home
last modified time | relevance | path

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

/external/v8/src/x87/
Ddisasm-x87.cc1194 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1196 if (is_byte) { in InstructionDecode()
1232 { bool is_byte = *data == 0x88; in InstructionDecode() local
1236 if (is_byte) { in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc2142 bool is_byte = *data == 0xC6; in InstructionDecode() local
2144 if (is_byte) { in InstructionDecode()
2179 bool is_byte = *data == 0x88; in InstructionDecode() local
2183 if (is_byte) { in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc1536 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1538 if (is_byte) { in InstructionDecode()
1574 { bool is_byte = *data == 0x88; in InstructionDecode() local
1578 if (is_byte) { in InstructionDecode()