SConscript (10461:afeb5cdb3907) SConscript (10611:3bba9f2d0c7d)
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 ARM Limited
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

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

52 Source('insts/branch64.cc')
53 Source('insts/data64.cc')
54 Source('insts/macromem.cc')
55 Source('insts/mem.cc')
56 Source('insts/mem64.cc')
57 Source('insts/misc.cc')
58 Source('insts/misc64.cc')
59 Source('insts/pred_inst.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 ARM Limited
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

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

52 Source('insts/branch64.cc')
53 Source('insts/data64.cc')
54 Source('insts/macromem.cc')
55 Source('insts/mem.cc')
56 Source('insts/mem64.cc')
57 Source('insts/misc.cc')
58 Source('insts/misc64.cc')
59 Source('insts/pred_inst.cc')
60 Source('insts/pseudo.cc')
60 Source('insts/static_inst.cc')
61 Source('insts/vfp.cc')
62 Source('insts/fplib.cc')
63 Source('interrupts.cc')
64 Source('isa.cc')
65 Source('isa_device.cc')
66 Source('linux/linux.cc')
67 Source('linux/process.cc')

--- 30 unchanged lines hidden ---
61 Source('insts/static_inst.cc')
62 Source('insts/vfp.cc')
63 Source('insts/fplib.cc')
64 Source('interrupts.cc')
65 Source('isa.cc')
66 Source('isa_device.cc')
67 Source('linux/linux.cc')
68 Source('linux/process.cc')

--- 30 unchanged lines hidden ---