Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc318 byte_size_operand_(false) { in DisassemblerX64()
346 bool byte_size_operand_; member in disasm::DisassemblerX64
367 if (byte_size_operand_) return BYTE_SIZE; in operand_size()
614 byte_size_operand_ ? NameOfByteCPURegister(regop) in PrintOperands()
622 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
628 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
781 byte_size_operand_ ? NameOfByteCPURegister(rm) in ShiftInstruction()
1232 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1344 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
1698 byte_size_operand_ = true; in InstructionDecode()
[all …]
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc321 byte_size_operand_(false), in DisassemblerX64()
350 bool byte_size_operand_; member in disasm::DisassemblerX64
372 if (byte_size_operand_) return OPERAND_BYTE_SIZE; in operand_size()
619 byte_size_operand_ ? NameOfByteCPURegister(regop) in PrintOperands()
627 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
633 advance = byte_size_operand_ ? PrintRightByteOperand(data) in PrintOperands()
790 byte_size_operand_ ? NameOfByteCPURegister(rm) in ShiftInstruction()
1260 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1404 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
1764 byte_size_operand_ = true; in InstructionDecode()
[all …]