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.cc302 byte_size_operand_(false), in DisassemblerX64()
334 bool byte_size_operand_; member in disasm::DisassemblerX64
412 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()
2097 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
2173 byte_size_operand_ = true; in TwoByteOpcodeInstruction()
2285 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
2645 byte_size_operand_ = true; in InstructionDecode()
[all …]