SConscript (5649:0e9c904551c1) SConscript (5659:f4b9c344d1ca)
1# -*- mode:python -*-
2
3# Copyright (c) 2005-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

81# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
82# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83#
84# Authors: Gabe Black
85
86Import('*')
87
88if env['TARGET_ISA'] == 'x86':
1# -*- mode:python -*-
2
3# Copyright (c) 2005-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

81# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
82# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83#
84# Authors: Gabe Black
85
86Import('*')
87
88if env['TARGET_ISA'] == 'x86':
89 Source('cpuid.cc')
89 Source('emulenv.cc')
90 Source('floatregfile.cc')
91 Source('faults.cc')
92 Source('insts/microfpop.cc')
93 Source('insts/microldstop.cc')
94 Source('insts/microop.cc')
95 Source('insts/microregop.cc')
96 Source('insts/static_inst.cc')

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

168 'general_purpose/flags/set_and_clear.py',
169 'general_purpose/input_output/__init__.py',
170 'general_purpose/input_output/general_io.py',
171 'general_purpose/input_output/string_io.py',
172 'general_purpose/load_effective_address.py',
173 'general_purpose/load_segment_registers.py',
174 'general_purpose/logical.py',
175 'general_purpose/no_operation.py',
90 Source('emulenv.cc')
91 Source('floatregfile.cc')
92 Source('faults.cc')
93 Source('insts/microfpop.cc')
94 Source('insts/microldstop.cc')
95 Source('insts/microop.cc')
96 Source('insts/microregop.cc')
97 Source('insts/static_inst.cc')

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

169 'general_purpose/flags/set_and_clear.py',
170 'general_purpose/input_output/__init__.py',
171 'general_purpose/input_output/general_io.py',
172 'general_purpose/input_output/string_io.py',
173 'general_purpose/load_effective_address.py',
174 'general_purpose/load_segment_registers.py',
175 'general_purpose/logical.py',
176 'general_purpose/no_operation.py',
176 'general_purpose/processor_information.py',
177 'general_purpose/rotate_and_shift/__init__.py',
178 'general_purpose/rotate_and_shift/rotate.py',
179 'general_purpose/rotate_and_shift/shift.py',
180 'general_purpose/semaphores.py',
181 'general_purpose/string/__init__.py',
182 'general_purpose/string/compare_strings.py',
183 'general_purpose/string/load_string.py',
184 'general_purpose/string/move_string.py',

--- 188 unchanged lines hidden ---
177 'general_purpose/rotate_and_shift/__init__.py',
178 'general_purpose/rotate_and_shift/rotate.py',
179 'general_purpose/rotate_and_shift/shift.py',
180 'general_purpose/semaphores.py',
181 'general_purpose/string/__init__.py',
182 'general_purpose/string/compare_strings.py',
183 'general_purpose/string/load_string.py',
184 'general_purpose/string/move_string.py',

--- 188 unchanged lines hidden ---