Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc164 bool byte_size_operation; // Fixed 8-bit operation. member
197 instructions_[i].byte_size_operation = false; in Clear()
224 id->byte_size_operation = ((op_order & BYTE_SIZE_OPERAND_FLAG) != 0); in CopyTable()
239 id->byte_size_operation = byte_size; in SetTableRange()
2174 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
2375 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()