Deleted Added
sdiff udiff text old ( 5326:7e4cef0e528b ) new ( 6093:7b88298769c7 )
full compact
1# Copyright (c) 2008 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

269 limm t4, 1
270 roli t4, t4, imm
271 ldst t1, seg, riprel, disp
272 sexti t0, t1, imm, flags=(CF,)
273 or t1, t1, t4
274 st t1, seg, riprel, disp
275};
276
277def macroop BTS_R_R {
278 sext t0, reg, regm, flags=(CF,)
279 limm t1, 1
280 rol t1, t1, regm
281 or reg, reg, t1
282};
283
284def macroop BTS_M_R {

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

300 lea t3, flatseg, [dsz, t3, base], dataSize=asz
301 limm t4, 1
302 rol t4, t4, reg
303 ldst t1, seg, [1, t3, t7], disp
304 sext t0, t1, reg, flags=(CF,)
305 or t1, t1, t4
306 st t1, seg, [1, t3, t7], disp
307};
308'''