misc.hh (11534:7106f550afad) misc.hh (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

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

35
36#ifndef __MISC_HH__
37#define __MISC_HH__
38
39#include <bitset>
40#include <limits>
41#include <memory>
42
1/*
2 * Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

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

35
36#ifndef __MISC_HH__
37#define __MISC_HH__
38
39#include <bitset>
40#include <limits>
41#include <memory>
42
43#include "base/misc.hh"
43#include "base/logging.hh"
44
45class GPUDynInst;
46
47typedef std::bitset<std::numeric_limits<unsigned long long>::digits> VectorMask;
48typedef std::shared_ptr<GPUDynInst> GPUDynInstPtr;
49
50class WaitClass
51{

--- 97 unchanged lines hidden ---
44
45class GPUDynInst;
46
47typedef std::bitset<std::numeric_limits<unsigned long long>::digits> VectorMask;
48typedef std::shared_ptr<GPUDynInst> GPUDynInstPtr;
49
50class WaitClass
51{

--- 97 unchanged lines hidden ---