Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dfault_handler_x86.cc120 bool operand_size_prefix = false; in GetInstructionSize() local
128 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()