SConscript (13759:9941fca869a9) SConscript (13955:e0f46be83fc7)
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013, 2017-2018 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

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

56 Source('insts/mem.cc')
57 Source('insts/mem64.cc')
58 Source('insts/misc.cc')
59 Source('insts/misc64.cc')
60 Source('insts/pred_inst.cc')
61 Source('insts/pseudo.cc')
62 Source('insts/static_inst.cc')
63 Source('insts/sve.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013, 2017-2018 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

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

56 Source('insts/mem.cc')
57 Source('insts/mem64.cc')
58 Source('insts/misc.cc')
59 Source('insts/misc64.cc')
60 Source('insts/pred_inst.cc')
61 Source('insts/pseudo.cc')
62 Source('insts/static_inst.cc')
63 Source('insts/sve.cc')
64 Source('insts/sve_mem.cc')
64 Source('insts/vfp.cc')
65 Source('insts/fplib.cc')
66 Source('insts/crypto.cc')
67 Source('interrupts.cc')
68 Source('isa.cc')
69 Source('isa_device.cc')
70 Source('linux/linux.cc')
71 Source('linux/process.cc')

--- 44 unchanged lines hidden ---
65 Source('insts/vfp.cc')
66 Source('insts/fplib.cc')
67 Source('insts/crypto.cc')
68 Source('interrupts.cc')
69 Source('isa.cc')
70 Source('isa_device.cc')
71 Source('linux/linux.cc')
72 Source('linux/process.cc')

--- 44 unchanged lines hidden ---