• Home
  • Raw
  • Download

Lines Matching refs:has_modrm

320   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()
432 case 0x89: opcode1 = "mov"; store = true; has_modrm = true; break; in DumpInstruction()
433 case 0x8A: opcode1 = "mov"; load = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
434 case 0x8B: opcode1 = "mov"; load = true; has_modrm = true; break; in DumpInstruction()
453 has_modrm = true; in DumpInstruction()
465 has_modrm = true; in DumpInstruction()
477 has_modrm = true; in DumpInstruction()
489 has_modrm = true; in DumpInstruction()
508 has_modrm = true; in DumpInstruction()
525 has_modrm = true; in DumpInstruction()
542 has_modrm = true; in DumpInstruction()
555 has_modrm = true; in DumpInstruction()
566 has_modrm = true; in DumpInstruction()
573 has_modrm = true; in DumpInstruction()
580 has_modrm = true; in DumpInstruction()
587 has_modrm = true; in DumpInstruction()
594 has_modrm = true; in DumpInstruction()
601 has_modrm = true; in DumpInstruction()
608 has_modrm = true; in DumpInstruction()
615 has_modrm = true; in DumpInstruction()
622 has_modrm = true; in DumpInstruction()
629 has_modrm = true; in DumpInstruction()
636 has_modrm = true; in DumpInstruction()
643 has_modrm = true; in DumpInstruction()
650 has_modrm = true; in DumpInstruction()
670 has_modrm = true; in DumpInstruction()
679 has_modrm = true; in DumpInstruction()
688 has_modrm = true; in DumpInstruction()
696 has_modrm = true; in DumpInstruction()
704 has_modrm = true; in DumpInstruction()
722 has_modrm = true; in DumpInstruction()
757 has_modrm = true; in DumpInstruction()
775 has_modrm = true; in DumpInstruction()
791 has_modrm = true; in DumpInstruction()
813 has_modrm = true; in DumpInstruction()
830 has_modrm = true; in DumpInstruction()
842 has_modrm = true; in DumpInstruction()
858 has_modrm = true; in DumpInstruction()
864 has_modrm = true; in DumpInstruction()
871 has_modrm = true; in DumpInstruction()
892 has_modrm = true; in DumpInstruction()
908 has_modrm = true; in DumpInstruction()
924 has_modrm = true; in DumpInstruction()
943 has_modrm = true; in DumpInstruction()
959 has_modrm = true; in DumpInstruction()
970 has_modrm = true; in DumpInstruction()
987 has_modrm = true; in DumpInstruction()
1001 has_modrm = true; in DumpInstruction()
1006 has_modrm = true; in DumpInstruction()
1012 has_modrm = true; in DumpInstruction()
1018 has_modrm = true; in DumpInstruction()
1024 has_modrm = true; in DumpInstruction()
1036 has_modrm = true; in DumpInstruction()
1065 has_modrm = true; in DumpInstruction()
1072 has_modrm = true; in DumpInstruction()
1077 has_modrm = true; in DumpInstruction()
1082 has_modrm = true; in DumpInstruction()
1088 has_modrm = true; in DumpInstruction()
1093 has_modrm = true; in DumpInstruction()
1098 has_modrm = true; in DumpInstruction()
1103 has_modrm = true; in DumpInstruction()
1108 has_modrm = true; in DumpInstruction()
1115 has_modrm = true; in DumpInstruction()
1121 has_modrm = true; in DumpInstruction()
1127 has_modrm = true; in DumpInstruction()
1143 has_modrm = true; in DumpInstruction()
1153 has_modrm = true; in DumpInstruction()
1170 has_modrm = true; in DumpInstruction()
1182 has_modrm = true; in DumpInstruction()
1189 has_modrm = true; in DumpInstruction()
1234 has_modrm = true; in DumpInstruction()
1246 has_modrm = true; in DumpInstruction()
1258 has_modrm = true; in DumpInstruction()
1288 has_modrm = true; in DumpInstruction()
1300 has_modrm = true; in DumpInstruction()
1308 has_modrm = true; in DumpInstruction()
1314 has_modrm = true; in DumpInstruction()
1319 has_modrm = true; in DumpInstruction()
1367 has_modrm = true; in DumpInstruction()
1382 has_modrm = true; in DumpInstruction()
1393 has_modrm = true; in DumpInstruction()
1406 has_modrm = true; in DumpInstruction()
1425 has_modrm = true; in DumpInstruction()
1434 has_modrm = true; in DumpInstruction()
1443 has_modrm = true; in DumpInstruction()
1457 has_modrm = true; in DumpInstruction()
1468 has_modrm = true; in DumpInstruction()
1490 DCHECK(!has_modrm); in DumpInstruction()
1495 if (has_modrm) { in DumpInstruction()
1544 if (has_modrm || reg_in_opcode || ax || cx) { in DumpInstruction()
1564 DCHECK(!has_modrm); in DumpInstruction()