utility.cc (10935:acd48ddd725f) utility.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 * Ali Saidi
30 */
31
32#include "arch/alpha/utility.hh"
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Nathan Binkert
29 * Ali Saidi
30 */
31
32#include "arch/alpha/utility.hh"
33
33#include "arch/alpha/vtophys.hh"
34#include "mem/fs_translating_port_proxy.hh"
35#include "sim/full_system.hh"
36
37namespace AlphaISA {
38
39uint64_t
40getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp)

--- 69 unchanged lines hidden ---
34#include "arch/alpha/vtophys.hh"
35#include "mem/fs_translating_port_proxy.hh"
36#include "sim/full_system.hh"
37
38namespace AlphaISA {
39
40uint64_t
41getArgument(ThreadContext *tc, int &number, uint16_t size, bool fp)

--- 69 unchanged lines hidden ---