SConscript (6365:a3037fa327a0) | SConscript (6515:a785733109e7) |
---|---|
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 --- 77 unchanged lines hidden (view full) --- 86Import('*') 87 88if env['TARGET_ISA'] == 'x86': 89 Source('cpuid.cc') 90 Source('emulenv.cc') 91 Source('faults.cc') 92 Source('insts/microfpop.cc') 93 Source('insts/microldstop.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 --- 77 unchanged lines hidden (view full) --- 86Import('*') 87 88if env['TARGET_ISA'] == 'x86': 89 Source('cpuid.cc') 90 Source('emulenv.cc') 91 Source('faults.cc') 92 Source('insts/microfpop.cc') 93 Source('insts/microldstop.cc') |
94 Source('insts/micromediaop.cc') |
|
94 Source('insts/microop.cc') 95 Source('insts/microregop.cc') 96 Source('insts/static_inst.cc') 97 Source('isa.cc') 98 Source('nativetrace.cc') 99 Source('pagetable.cc') 100 Source('predecoder.cc') 101 Source('predecoder_tables.cc') --- 262 unchanged lines hidden --- | 95 Source('insts/microop.cc') 96 Source('insts/microregop.cc') 97 Source('insts/static_inst.cc') 98 Source('isa.cc') 99 Source('nativetrace.cc') 100 Source('pagetable.cc') 101 Source('predecoder.cc') 102 Source('predecoder_tables.cc') --- 262 unchanged lines hidden --- |