Searched refs:has_modrm (Results 1 – 3 of 3) sorted by relevance
288 bool has_modrm = false; in DumpInstruction() local316 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 …]
104 bool has_modrm = false; in GetInstructionSize() local164 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()
641 bool has_modrm = HasModrm(entry); in ComputeSize() local680 if (has_modrm) { in ComputeSize()