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.cc301 byte_size_operand_(false), in DisassemblerX64()
333 bool byte_size_operand_; member in disasm::DisassemblerX64
411 if (byte_size_operand_) return OPERAND_BYTE_SIZE; in operand_size()
654 byte_size_operand_ ? NameOfByteCPURegister(regop) in PrintOperands()
662 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
668 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
1799 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1978 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
2338 byte_size_operand_ = true; in InstructionDecode()
2357 byte_size_operand_ = true; // fall through in InstructionDecode()