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()
938 has_modrm = true; in DumpInstruction()
943 has_modrm = true; in DumpInstruction()
948 has_modrm = true; in DumpInstruction()
955 has_modrm = true; in DumpInstruction()
961 has_modrm = true; in DumpInstruction()
967 has_modrm = true; in DumpInstruction()
983 has_modrm = true; in DumpInstruction()
993 has_modrm = true; in DumpInstruction()
1010 has_modrm = true; in DumpInstruction()
1022 has_modrm = true; in DumpInstruction()
1029 has_modrm = true; in DumpInstruction()
1046 has_modrm = true; in DumpInstruction()
1058 has_modrm = true; in DumpInstruction()
1088 has_modrm = true; in DumpInstruction()
1100 has_modrm = true; in DumpInstruction()
1108 has_modrm = true; in DumpInstruction()
1114 has_modrm = true; in DumpInstruction()
1119 has_modrm = true; in DumpInstruction()
1167 has_modrm = true; in DumpInstruction()
1182 has_modrm = true; in DumpInstruction()
1193 has_modrm = true; in DumpInstruction()
1206 has_modrm = true; in DumpInstruction()
1225 has_modrm = true; in DumpInstruction()
1234 has_modrm = true; in DumpInstruction()
1243 has_modrm = true; in DumpInstruction()
1257 has_modrm = true; in DumpInstruction()
1268 has_modrm = true; in DumpInstruction()
1290 DCHECK(!has_modrm); in DumpInstruction()
1295 if (has_modrm) { in DumpInstruction()
1344 if (has_modrm || reg_in_opcode || ax || cx) { in DumpInstruction()
1364 DCHECK(!has_modrm); in DumpInstruction()