- Timestamp:
- Jul 3, 2013 7:22:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86958
- Location:
- trunk/src/VBox/Disassembler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmTables.cpp
r42719 r46950 1613 1613 INVALID_OPCODE_MOD_RM(0xb5), 1614 1614 OP("pfrcpit2 %Pq,%Qq", IDX_ParseModRM, IDX_UseModRM, 0, OP_PFRCPIT2,OP_PARM_Pq, OP_PARM_Qq, OP_PARM_NONE, DISOPTYPE_HARMLESS), 1615 OP("pmulhrw a %Pq,%Qq",IDX_ParseModRM, IDX_UseModRM, 0, OP_PFMULHRW,OP_PARM_Pq, OP_PARM_Qq, OP_PARM_NONE, DISOPTYPE_HARMLESS),1615 OP("pmulhrw %Pq,%Qq", IDX_ParseModRM, IDX_UseModRM, 0, OP_PFMULHRW,OP_PARM_Pq, OP_PARM_Qq, OP_PARM_NONE, DISOPTYPE_HARMLESS), 1616 1616 INVALID_OPCODE_MOD_RM(0xb8), 1617 1617 INVALID_OPCODE_MOD_RM(0xb9), -
trunk/src/VBox/Disassembler/testcase/tstAsm.mac
r46548 r46950 5 5 6 6 ; 7 ; Copyright (C) 2008-201 0Oracle Corporation7 ; Copyright (C) 2008-2013 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 53 53 %endif 54 54 55 %if __YASM_MAJOR__ > 1 || (__YASM_MAJOR__ == 1 && __YASM_MINOR__ >= 2) 56 %define pmulhrwa pmulhrw 57 %endif 58
Note:
See TracChangeset
for help on using the changeset viewer.