Deleted Added
sdiff udiff text old ( 9377:6f294e7a93d1 ) new ( 9478:ba80f7d4f452 )
full compact
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 protected:
101 /// A cache of decoded instruction objects.
102 static GenericISA::BasicDecodeCache defaultCache;
103
104 public:
105 StaticInstPtr decodeInst(ExtMachInst mach_inst);
106
107 /// Decode a machine instruction.

--- 21 unchanged lines hidden ---