Searched refs:operand_size_prefix (Results 1 – 1 of 1) sorted by relevance
120 bool operand_size_prefix = false; in GetInstructionSize() local128 operand_size_prefix = true; in GetInstructionSize()217 immediate_size = operand_size_prefix ? 2 : 4; in GetInstructionSize()227 immediate_size = (opcode == 0xf6) ? 1 : (operand_size_prefix ? 2 : 4); in GetInstructionSize()