1/*
2 * Copyright (c) 2012 Google
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;

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

92 }
93
94 void
95 setContext(MiscReg _asi)
96 {
97 asi = _asi;
98 }
99
100 void takeOverFrom(Decoder *old) {}
101
102 protected:
103 /// A cache of decoded instruction objects.
104 static GenericISA::BasicDecodeCache defaultCache;
105
106 public:
107 StaticInstPtr decodeInst(ExtMachInst mach_inst);
108
109 /// Decode a machine instruction.

--- 21 unchanged lines hidden ---