load_or_store_floating_point.py (7087:fb8d5786ff30) load_or_store_floating_point.py (9582:0632d2d1575c)
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
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 FLD_R {
51 movfp st(-1), sti, spm=-1
52};
53
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 ---
54def macroop FST_R {
55 movfp sti, st(0)
56};
57
58def macroop FST_M {
59 stfp st(0), seg, sib, disp
60};
61

--- 20 unchanged lines hidden ---