move.py (5928:410d14f82f13) move.py (5931:d42d507ccdb1)
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

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

194def macroop MOV_C_R {
195 wrcr reg, regm
196};
197
198def macroop MOV_R_C {
199 rdcr reg, regm
200};
201
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

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

194def macroop MOV_C_R {
195 wrcr reg, regm
196};
197
198def macroop MOV_R_C {
199 rdcr reg, regm
200};
201
202def macroop MOV_D_R {
203 .adjust_env maxOsz
204 wrdr reg, regm
205};
206
207def macroop MOV_R_D {
208 .adjust_env maxOsz
209 rddr reg, regm
210};
211
202def macroop MOV_R_S {
203 rdsel reg, regm
204};
205
206def macroop MOV_M_S {
207 rdsel t1, reg
208 st t1, seg, sib, disp, dataSize=2
209};

--- 134 unchanged lines hidden ---
212def macroop MOV_R_S {
213 rdsel reg, regm
214};
215
216def macroop MOV_M_S {
217 rdsel t1, reg
218 st t1, seg, sib, disp, dataSize=2
219};

--- 134 unchanged lines hidden ---