Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc298 byte_size_operand_(false), in DisassemblerX64()
327 bool byte_size_operand_; member in disasm::DisassemblerX64
405 if (byte_size_operand_) return OPERAND_BYTE_SIZE; in operand_size()
655 byte_size_operand_ ? NameOfByteCPURegister(regop) in PrintOperands()
663 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
669 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
2174 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
2260 byte_size_operand_ = true; in TwoByteOpcodeInstruction()
2375 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
2742 byte_size_operand_ = true; in InstructionDecode()
[all …]