move.py (7087:fb8d5786ff30) move.py (11320:42ecb523c64a)
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 36 unchanged lines hidden (view full) ---

45};
46
47def macroop MOVD_MMX_P {
48 rdip t7
49 ldfp mmx, seg, riprel, disp, dataSize=8
50};
51
52def macroop MOVD_R_MMX {
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

--- 36 unchanged lines hidden (view full) ---

45};
46
47def macroop MOVD_MMX_P {
48 rdip t7
49 ldfp mmx, seg, riprel, disp, dataSize=8
50};
51
52def macroop MOVD_R_MMX {
53 mov2int reg, mmxm, size=dsz
53 mov2int reg, mmxm, size=dsz
54};
55
56def macroop MOVD_M_MMX {
57 stfp mmx, seg, sib, disp, dataSize=8
58};
59
60def macroop MOVD_P_MMX {
61 rdip t7

--- 27 unchanged lines hidden ---
54};
55
56def macroop MOVD_M_MMX {
57 stfp mmx, seg, sib, disp, dataSize=8
58};
59
60def macroop MOVD_P_MMX {
61 rdip t7

--- 27 unchanged lines hidden ---