• Home
  • Raw
  • Download

Lines Matching refs:has_modrm

288   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()
400 case 0x89: opcode1 = "mov"; store = true; has_modrm = true; break; in DumpInstruction()
401 case 0x8A: opcode1 = "mov"; load = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
402 case 0x8B: opcode1 = "mov"; load = true; has_modrm = true; break; in DumpInstruction()
420 has_modrm = true; in DumpInstruction()
432 has_modrm = true; in DumpInstruction()
444 has_modrm = true; in DumpInstruction()
456 has_modrm = true; in DumpInstruction()
475 has_modrm = true; in DumpInstruction()
492 has_modrm = true; in DumpInstruction()
509 has_modrm = true; in DumpInstruction()
522 has_modrm = true; in DumpInstruction()
533 has_modrm = true; in DumpInstruction()
540 has_modrm = true; in DumpInstruction()
547 has_modrm = true; in DumpInstruction()
567 has_modrm = true; in DumpInstruction()
576 has_modrm = true; in DumpInstruction()
585 has_modrm = true; in DumpInstruction()
593 has_modrm = true; in DumpInstruction()
601 has_modrm = true; in DumpInstruction()
619 has_modrm = true; in DumpInstruction()
654 has_modrm = true; in DumpInstruction()
672 has_modrm = true; in DumpInstruction()
688 has_modrm = true; in DumpInstruction()
705 has_modrm = true; in DumpInstruction()
716 has_modrm = true; in DumpInstruction()
732 has_modrm = true; in DumpInstruction()
738 has_modrm = true; in DumpInstruction()
745 has_modrm = true; in DumpInstruction()
766 has_modrm = true; in DumpInstruction()
782 has_modrm = true; in DumpInstruction()
798 has_modrm = true; in DumpInstruction()
815 has_modrm = true; in DumpInstruction()
826 has_modrm = true; in DumpInstruction()
841 has_modrm = true; in DumpInstruction()
846 has_modrm = true; in DumpInstruction()
852 has_modrm = true; in DumpInstruction()
858 has_modrm = true; in DumpInstruction()
864 has_modrm = true; in DumpInstruction()
876 has_modrm = true; in DumpInstruction()
905 has_modrm = true; in DumpInstruction()
912 has_modrm = true; in DumpInstruction()
917 has_modrm = true; in DumpInstruction()
922 has_modrm = true; in DumpInstruction()
928 has_modrm = true; in DumpInstruction()
933 has_modrm = true; in DumpInstruction()
940 has_modrm = true; in DumpInstruction()
946 has_modrm = true; in DumpInstruction()
952 has_modrm = true; in DumpInstruction()
968 has_modrm = true; in DumpInstruction()
978 has_modrm = true; in DumpInstruction()
995 has_modrm = true; in DumpInstruction()
1007 has_modrm = true; in DumpInstruction()
1014 has_modrm = true; in DumpInstruction()
1031 has_modrm = true; in DumpInstruction()
1043 has_modrm = true; in DumpInstruction()
1073 has_modrm = true; in DumpInstruction()
1085 has_modrm = true; in DumpInstruction()
1093 has_modrm = true; in DumpInstruction()
1099 has_modrm = true; in DumpInstruction()
1104 has_modrm = true; in DumpInstruction()
1146 has_modrm = true; in DumpInstruction()
1161 has_modrm = true; in DumpInstruction()
1172 has_modrm = true; in DumpInstruction()
1185 has_modrm = true; in DumpInstruction()
1204 has_modrm = true; in DumpInstruction()
1213 has_modrm = true; in DumpInstruction()
1222 has_modrm = true; in DumpInstruction()
1236 has_modrm = true; in DumpInstruction()
1247 has_modrm = true; in DumpInstruction()
1269 DCHECK(!has_modrm); in DumpInstruction()
1274 if (has_modrm) { in DumpInstruction()
1323 if (has_modrm || reg_in_opcode || ax || cx) { in DumpInstruction()
1343 DCHECK(!has_modrm); in DumpInstruction()