move.py (5931:d42d507ccdb1) move.py (5934:367ac7cae7b5)
1# Copyright (c) 2007-2008 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

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

187
188def macroop MOVZX_W_R_P {
189 rdip t7
190 ld t1, seg, riprel, disp, dataSize=2
191 zexti reg, t1, 15
192};
193
194def macroop MOV_C_R {
1# Copyright (c) 2007-2008 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

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

187
188def macroop MOVZX_W_R_P {
189 rdip t7
190 ld t1, seg, riprel, disp, dataSize=2
191 zexti reg, t1, 15
192};
193
194def macroop MOV_C_R {
195 .adjust_env maxOsz
195 wrcr reg, regm
196};
197
198def macroop MOV_R_C {
196 wrcr reg, regm
197};
198
199def macroop MOV_R_C {
200 .adjust_env maxOsz
199 rdcr reg, regm
200};
201
202def macroop MOV_D_R {
203 .adjust_env maxOsz
204 wrdr reg, regm
205};
206

--- 147 unchanged lines hidden ---
201 rdcr reg, regm
202};
203
204def macroop MOV_D_R {
205 .adjust_env maxOsz
206 wrdr reg, regm
207};
208

--- 147 unchanged lines hidden ---