Deleted Added
sdiff udiff text old ( 7087:fb8d5786ff30 ) new ( 9582:0632d2d1575c )
full compact
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

42};
43
44def macroop FLD_P {
45 rdip t7
46 ldfp ufp1, seg, riprel, disp
47 movfp st(-1), ufp1, spm=-1
48};
49
50def macroop FST_R {
51 movfp sti, st(0)
52};
53
54def macroop FST_M {
55 stfp st(0), seg, sib, disp
56};
57

--- 20 unchanged lines hidden ---