Searched refs:operand_bytes_ (Results 1 – 2 of 2) sorted by relevance
69 *instruction_bytes += operand_bytes_ + (current_byte - start_byte); in Disassemble()78 operand_bytes_ = 0; in Initialize()252 operand_bytes_ += OS_BYTE; in ProcessOperand()256 operand_bytes_ += OS_WORD; in ProcessOperand()258 operand_bytes_ += OS_BYTE; in ProcessOperand()261 operand_bytes_ += OS_DOUBLE_WORD; in ProcessOperand()264 operand_bytes_ += OS_DOUBLE_QUAD_WORD; in ProcessOperand()269 operand_bytes_ += OS_48_BIT_POINTER; in ProcessOperand()271 operand_bytes_ += OS_32_BIT_POINTER; in ProcessOperand()274 operand_bytes_ += OS_128_BIT_PACKED_SINGLE_PRECISION_FLOATING; in ProcessOperand()[all …]
113 unsigned int operand_bytes_; variable