Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc298 byte_size_operand_(false), in DisassemblerX64()
327 bool byte_size_operand_; member in disasm::DisassemblerX64
349 if (byte_size_operand_) return OPERAND_BYTE_SIZE; in operand_size()
589 byte_size_operand_ ? NameOfByteCPURegister(regop) in PrintOperands()
597 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
603 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
760 byte_size_operand_ ? NameOfByteCPURegister(rm) in ShiftInstruction()
1238 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1390 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
1751 byte_size_operand_ = true; in InstructionDecode()
[all …]