macromem.hh (7170:6f97f5107abe) macromem.hh (7175:db22937a4e0f)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

96class MacroMemOp : public PredMacroOp
97{
98 protected:
99 MacroMemOp(const char *mnem, ExtMachInst machInst, OpClass __opClass,
100 IntRegIndex rn, bool index, bool up, bool user,
101 bool writeback, bool load, uint32_t reglist);
102};
103
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

96class MacroMemOp : public PredMacroOp
97{
98 protected:
99 MacroMemOp(const char *mnem, ExtMachInst machInst, OpClass __opClass,
100 IntRegIndex rn, bool index, bool up, bool user,
101 bool writeback, bool load, uint32_t reglist);
102};
103
104class MacroVFPMemOp : public PredMacroOp
105{
106 protected:
107 MacroVFPMemOp(const char *mnem, ExtMachInst machInst, OpClass __opClass,
108 IntRegIndex rn, RegIndex vd, bool single, bool up,
109 bool writeback, bool load, uint32_t offset);
110};
111
104}
105
106#endif //__ARCH_ARM_INSTS_MACROMEM_HH__
112}
113
114#endif //__ARCH_ARM_INSTS_MACROMEM_HH__