move.py (6607:dba8e329e783) move.py (6608:6d1f74b21533)
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

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

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};
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

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

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};
85
86def macroop MOVQ2DQ_XMM_MMX {
87 movfp xmml, mmxm, dataSize=8
88 lfpimm xmmh, 0
89};
85'''
86# MOVDQA
87# MOVDQU
90'''
91# MOVDQA
92# MOVDQU
88# MOVQ2DQ
89# LDDQU
93# LDDQU