reg_class.cc (12109:f29e9c5418aa) reg_class.cc (13610:5d5404ac6288)
1/*
1/*
2 * Copyright (c) 2016 ARM Limited
2 * Copyright (c) 2016-2017 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

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

42
43#include "cpu/reg_class.hh"
44
45const char *RegId::regClassStrings[] = {
46 "IntRegClass",
47 "FloatRegClass",
48 "VecRegClass",
49 "VecElemClass",
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software
9 * licensed hereunder. You may use the software subject to the license
10 * terms below provided that you ensure that this notice is replicated

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

42
43#include "cpu/reg_class.hh"
44
45const char *RegId::regClassStrings[] = {
46 "IntRegClass",
47 "FloatRegClass",
48 "VecRegClass",
49 "VecElemClass",
50 "VecPredRegClass",
50 "CCRegClass",
51 "MiscRegClass"
52};
53
51 "CCRegClass",
52 "MiscRegClass"
53};
54