Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_x86.cc288 bool has_modrm = false; in DumpInstruction() local
316 case rm8_r8: opcode1 = #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
317 case rm32_r32: opcode1 = #opname; store = true; has_modrm = true; break; \ in DumpInstruction()
318 case r8_rm8: opcode1 = #opname; load = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
319 case r32_rm32: opcode1 = #opname; load = true; has_modrm = true; break; \ in DumpInstruction()
370 has_modrm = true; in DumpInstruction()
380 case 0x69: opcode1 = "imul"; load = true; has_modrm = true; immediate_bytes = 4; break; in DumpInstruction()
382 case 0x6B: opcode1 = "imul"; load = true; has_modrm = true; immediate_bytes = 1; break; in DumpInstruction()
396 has_modrm = true; in DumpInstruction()
399 case 0x88: opcode1 = "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
[all …]
/art/runtime/arch/x86/
Dfault_handler_x86.cc104 bool has_modrm = false; in GetInstructionSize() local
164 has_modrm = true; in GetInstructionSize()
183 has_modrm = true; in GetInstructionSize()
190 has_modrm = true; in GetInstructionSize()
197 has_modrm = true; in GetInstructionSize()
212 if (has_modrm) { in GetInstructionSize()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc641 bool has_modrm = HasModrm(entry); in ComputeSize() local
680 if (has_modrm) { in ComputeSize()