Skip to content

Commit f81aaa9

Browse files
committed
Add movq to locate_operand
1 parent fd6f04f commit f81aaa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/cpu/x86/assembler_x86.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ address Assembler::locate_operand(address inst, WhichOperand which) {
934934
case 0x6F: // movdq
935935
case 0x7F: // movdq
936936
case 0xAE: // ldmxcsr, stmxcsr, fxrstor, fxsave, clflush
937+
case 0xD6: // movq
937938
case 0xFE: // paddd
938939
debug_only(has_disp32 = true);
939940
break;

0 commit comments

Comments
 (0)