Deleted Added
sdiff udiff text old ( 5961:969fb3187eba ) new ( 5977:4fff54ab52ae )
full compact
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

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

169def macroop SHR_P_R
170{
171 rdip t7
172 ldst t1, seg, riprel, disp
173 srl t1, t1, reg, flags=(CF,OF,SF,ZF,PF)
174 st t1, seg, riprel, disp
175};
176
177def macroop SAR_R_I
178{
179 srai reg, reg, imm, flags=(CF,OF,SF,ZF,PF)
180};
181
182def macroop SAR_M_I
183{
184 ldst t1, seg, sib, disp

--- 52 unchanged lines hidden ---