SConscript (8771:a2a4416cadc8) | SConscript (9022:bb25e7646c41) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 30 unchanged lines hidden (view full) --- 39# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 40# 41# Authors: Gabe Black 42 43Import('*') 44 45if env['TARGET_ISA'] == 'x86': 46 Source('cpuid.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 30 unchanged lines hidden (view full) --- 39# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 40# 41# Authors: Gabe Black 42 43Import('*') 44 45if env['TARGET_ISA'] == 'x86': 46 Source('cpuid.cc') |
47 Source('decoder.cc') |
|
47 Source('emulenv.cc') 48 Source('faults.cc') 49 Source('insts/badmicroop.cc') 50 Source('insts/microfpop.cc') 51 Source('insts/microldstop.cc') 52 Source('insts/micromediaop.cc') 53 Source('insts/microop.cc') 54 Source('insts/microregop.cc') --- 262 unchanged lines hidden --- | 48 Source('emulenv.cc') 49 Source('faults.cc') 50 Source('insts/badmicroop.cc') 51 Source('insts/microfpop.cc') 52 Source('insts/microldstop.cc') 53 Source('insts/micromediaop.cc') 54 Source('insts/microop.cc') 55 Source('insts/microregop.cc') --- 262 unchanged lines hidden --- |