Searched refs:has_modrm (Results 1 – 2 of 2) sorted by relevance
320 bool has_modrm = false; in DumpInstruction() local348 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 …]
116 bool has_modrm = false; in GetInstructionSize() local180 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()