Deleted Added
sdiff udiff text old ( 12275:4b4dd932c710 ) new ( 12614:0bc465e1f5fb )
full compact
1/*
2 * Copyright (c) 2006-2007 The Regents of The University of Michigan
3 * All rights reserved.
4 * Copyright 2017 Google Inc.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

100
101 void printRegArray(std::ostream &os,
102 const RegId indexArray[], int num) const;
103
104 void advancePC(PCState &pcState) const;
105
106 static bool passesFpCondition(uint32_t fcc, uint32_t condition);
107 static bool passesCondition(uint32_t codes, uint32_t condition);
108};
109
110}
111
112#endif //__ARCH_SPARC_INSTS_STATIC_INST_HH__