move.py (6544:406ad51ece90) move.py (6607:dba8e329e783)
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

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

73def macroop MOVQ_M_XMM {
74 stfp xmml, seg, sib, disp, dataSize=8
75};
76
77def macroop MOVQ_P_XMM {
78 rdip t7
79 stfp xmml, seg, riprel, disp, dataSize=8
80};
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

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

73def macroop MOVQ_M_XMM {
74 stfp xmml, seg, sib, disp, dataSize=8
75};
76
77def macroop MOVQ_P_XMM {
78 rdip t7
79 stfp xmml, seg, riprel, disp, dataSize=8
80};
81
82def macroop MOVDQ2Q_MMX_XMM {
83 movfp mmx, xmmlm, dataSize=8
84};
81'''
82# MOVDQA
83# MOVDQU
85'''
86# MOVDQA
87# MOVDQU
84# MOVDQ2Q
85# MOVQ2DQ
86# LDDQU
88# MOVQ2DQ
89# LDDQU