move.py (6697:4863725cb4d9) move.py (6698:21047815f78e)
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

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

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
187};
188
189def macroop MOVHPD_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

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

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
187};
188
189def macroop MOVHPD_XMM_M {
190 ldfp xmmh, seg, sib, "DISPLACEMENT", dataSize=8
190 ldfp xmmh, seg, sib, disp, dataSize=8
191};
192
193def macroop MOVHPD_XMM_P {
194 rdip t7
191};
192
193def macroop MOVHPD_XMM_P {
194 rdip t7
195 ldfp xmmh, seg, riprel, "DISPLACEMENT", dataSize=8
195 ldfp xmmh, seg, riprel, disp, dataSize=8
196};
197
198def macroop MOVHPD_M_XMM {
196};
197
198def macroop MOVHPD_M_XMM {
199 stfp xmmh, seg, sib, "DISPLACEMENT", dataSize=8
199 stfp xmmh, seg, sib, disp, dataSize=8
200};
201
202def macroop MOVHPD_P_XMM {
203 rdip t7
200};
201
202def macroop MOVHPD_P_XMM {
203 rdip t7
204 stfp xmmh, seg, riprel, "DISPLACEMENT", dataSize=8
204 stfp xmmh, seg, riprel, disp, dataSize=8
205};
206
207def macroop MOVLPS_XMM_M {
208 ldfp xmml, seg, sib, disp, dataSize=8
209};
210
211def macroop MOVLPS_XMM_P {
212 rdip t7

--- 88 unchanged lines hidden ---
205};
206
207def macroop MOVLPS_XMM_M {
208 ldfp xmml, seg, sib, disp, dataSize=8
209};
210
211def macroop MOVLPS_XMM_P {
212 rdip t7

--- 88 unchanged lines hidden ---