SConscript (5081:2ccce8600a9d) | SConscript (5083:49559a8060e8) |
---|---|
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 --- 74 unchanged lines hidden (view full) --- 83# 84# Authors: Gabe Black 85 86Import('*') 87 88if env['TARGET_ISA'] == 'x86': 89 Source('emulenv.cc') 90 Source('floatregfile.cc') | 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 --- 74 unchanged lines hidden (view full) --- 83# 84# Authors: Gabe Black 85 86Import('*') 87 88if env['TARGET_ISA'] == 'x86': 89 Source('emulenv.cc') 90 Source('floatregfile.cc') |
91 Source('insts/microfpop.cc') |
|
91 Source('insts/microldstop.cc') | 92 Source('insts/microldstop.cc') |
93 Source('insts/microop.cc') |
|
92 Source('insts/microregop.cc') 93 Source('insts/static_inst.cc') 94 Source('intregfile.cc') 95 Source('miscregfile.cc') 96 Source('predecoder.cc') 97 Source('predecoder_tables.cc') 98 Source('regfile.cc') 99 Source('remote_gdb.cc') --- 238 unchanged lines hidden --- | 94 Source('insts/microregop.cc') 95 Source('insts/static_inst.cc') 96 Source('intregfile.cc') 97 Source('miscregfile.cc') 98 Source('predecoder.cc') 99 Source('predecoder_tables.cc') 100 Source('regfile.cc') 101 Source('remote_gdb.cc') --- 238 unchanged lines hidden --- |