static_inst.hh (12275:4b4dd932c710) static_inst.hh (12614:0bc465e1f5fb)
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);
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 size_t
110 asBytes(void *buf, size_t size) override
111 {
112 return simpleAsBytes(buf, size, machInst);
113 }
108};
109
110}
111
112#endif //__ARCH_SPARC_INSTS_STATIC_INST_HH__
114};
115
116}
117
118#endif //__ARCH_SPARC_INSTS_STATIC_INST_HH__