Searched refs:has_modrm (Results 1 – 2 of 2) sorted by relevance
331 bool has_modrm = false; in DumpInstruction() local362 case rm8_r8: opcode1 = #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()363 case rm32_r32: opcode1 = #opname; store = true; has_modrm = true; break; \ in DumpInstruction()364 case r8_rm8: opcode1 = #opname; load = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()365 case r32_rm32: opcode1 = #opname; load = true; has_modrm = true; break; \ in DumpInstruction()417 has_modrm = true; in DumpInstruction()427 case 0x69: opcode1 = "imul"; load = true; has_modrm = true; immediate_bytes = 4; break; in DumpInstruction()429 case 0x6B: opcode1 = "imul"; load = true; has_modrm = true; immediate_bytes = 1; break; in DumpInstruction()443 has_modrm = true; in DumpInstruction()446 case 0x88: opcode1 = "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()[all …]
105 bool has_modrm = false; in GetInstructionSize() local165 has_modrm = true; in GetInstructionSize()184 has_modrm = true; in GetInstructionSize()191 has_modrm = true; in GetInstructionSize()198 has_modrm = true; in GetInstructionSize()205 has_modrm = true; in GetInstructionSize()234 if (has_modrm) { in GetInstructionSize()