move.py (6698:21047815f78e) move.py (6715:fb4a3a61bc74)
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

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

163
164def macroop MOVUPD_P_XMM {
165 rdip t7
166 stfp xmml, seg, riprel, "DISPLACEMENT", dataSize=8
167 stfp xmmh, seg, riprel, "DISPLACEMENT + 8", dataSize=8
168};
169
170def macroop MOVHPS_XMM_M {
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

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

163
164def macroop MOVUPD_P_XMM {
165 rdip t7
166 stfp xmml, seg, riprel, "DISPLACEMENT", dataSize=8
167 stfp xmmh, seg, riprel, "DISPLACEMENT + 8", dataSize=8
168};
169
170def macroop MOVHPS_XMM_M {
171 ldfp xmmh, seg, sib, "DISPLACEMENT + 8", dataSize=8
171 ldfp xmmh, seg, sib, disp, dataSize=8
172};
173
174def macroop MOVHPS_XMM_P {
175 rdip t7
172};
173
174def macroop MOVHPS_XMM_P {
175 rdip t7
176 ldfp xmmh, seg, riprel, "DISPLACEMENT + 8", dataSize=8
176 ldfp xmmh, seg, riprel, disp, dataSize=8
177};
178
179def macroop MOVHPS_M_XMM {
177};
178
179def macroop MOVHPS_M_XMM {
180 stfp xmmh, seg, sib, "DISPLACEMENT + 8", dataSize=8
180 stfp xmmh, seg, sib, disp, dataSize=8
181};
182
183def macroop MOVHPS_P_XMM {
184 rdip t7
181};
182
183def macroop MOVHPS_P_XMM {
184 rdip t7
185 stfp xmml, seg, riprel, "DISPLACEMENT", dataSize=8
186 stfp xmmh, seg, riprel, "DISPLACEMENT + 8", dataSize=8
185 stfp xmmh, seg, riprel, disp, dataSize=8
187};
188
189def macroop MOVHPD_XMM_M {
190 ldfp xmmh, seg, sib, disp, dataSize=8
191};
192
193def macroop MOVHPD_XMM_P {
194 rdip t7

--- 106 unchanged lines hidden ---
186};
187
188def macroop MOVHPD_XMM_M {
189 ldfp xmmh, seg, sib, disp, dataSize=8
190};
191
192def macroop MOVHPD_XMM_P {
193 rdip t7

--- 106 unchanged lines hidden ---