move.py (5294:7222bdaed33b) move.py (5296:5caa774215cd)
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

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

188 ld t1, seg, riprel, disp, dataSize=2
189 zexti reg, t1, 15
190};
191
192def macroop MOV_C_R {
193 wrcr reg, regm
194};
195
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

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

188 ld t1, seg, riprel, disp, dataSize=2
189 zexti reg, t1, 15
190};
191
192def macroop MOV_C_R {
193 wrcr reg, regm
194};
195
196def macroop MOV_R_C {
197 rdcr reg, regm
198};
199
196def macroop MOV_R_S {
197 rdsel reg, regm
198};
199
200def macroop MOV_M_S {
201 rdsel t1, reg
202 st t1, seg, sib, disp, dataSize=2
203};

--- 100 unchanged lines hidden ---
200def macroop MOV_R_S {
201 rdsel reg, regm
202};
203
204def macroop MOV_M_S {
205 rdsel t1, reg
206 st t1, seg, sib, disp, dataSize=2
207};

--- 100 unchanged lines hidden ---