addition.py (10044:42e058cae3d0) addition.py (10474:799c8ee4ecba)
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

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

80
81def macroop FADDP_R
82{
83 addfp sti, sti, st(0), spm=1
84};
85
86def macroop FADDP_M
87{
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

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

80
81def macroop FADDP_R
82{
83 addfp sti, sti, st(0), spm=1
84};
85
86def macroop FADDP_M
87{
88 fault "new UnimpInstFault"
88 fault "std::make_shared<UnimpInstFault>()"
89};
90
91def macroop FADDP_P
92{
89};
90
91def macroop FADDP_P
92{
93 fault "new UnimpInstFault"
93 fault "std::make_shared<UnimpInstFault>()"
94};
95
96# FIADD
97'''
94};
95
96# FIADD
97'''