Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_x86.cc320 bool has_modrm = false; in DumpInstruction() local
348 case rm8_r8: opcode1 = #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
349 case rm32_r32: opcode1 = #opname; store = true; has_modrm = true; break; \ in DumpInstruction()
350 case r8_rm8: opcode1 = #opname; load = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
351 case r32_rm32: opcode1 = #opname; load = true; has_modrm = true; break; \ in DumpInstruction()
402 has_modrm = true; in DumpInstruction()
412 case 0x69: opcode1 = "imul"; load = true; has_modrm = true; immediate_bytes = 4; break; in DumpInstruction()
414 case 0x6B: opcode1 = "imul"; load = true; has_modrm = true; immediate_bytes = 1; break; in DumpInstruction()
428 has_modrm = true; in DumpInstruction()
431 case 0x88: opcode1 = "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
[all …]
/art/runtime/arch/x86/
Dfault_handler_x86.cc116 bool has_modrm = false; in GetInstructionSize() local
180 has_modrm = true; in GetInstructionSize()
200 has_modrm = true; in GetInstructionSize()
208 has_modrm = true; in GetInstructionSize()
216 has_modrm = true; in GetInstructionSize()
224 has_modrm = true; in GetInstructionSize()
253 if (has_modrm) { in GetInstructionSize()