Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc183 bool byte_size_operation; // Fixed 8-bit operation. member
216 instructions_[i].byte_size_operation = false; in Clear()
243 id->byte_size_operation = ((op_order & BYTE_SIZE_OPERAND_FLAG) != 0); in CopyTable()
258 id->byte_size_operation = byte_size; in SetTableRange()
1232 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1344 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc184 bool byte_size_operation; // Fixed 8-bit operation. member
217 instructions_[i].byte_size_operation = false; in Clear()
244 id->byte_size_operation = ((op_order & BYTE_SIZE_OPERAND_FLAG) != 0); in CopyTable()
259 id->byte_size_operation = byte_size; in SetTableRange()
1260 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1404 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()