--- qemu/linux-user/arm/nwfpe/fpa11.h 2018/04/24 16:52:09 1.1.1.1 +++ qemu/linux-user/arm/nwfpe/fpa11.h 2018/04/24 18:26:34 1.1.1.3 @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see . */ #ifndef __FPA11_H__ @@ -116,6 +115,15 @@ static inline void writeConditionCodes(u unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs); +unsigned int EmulateCPDO(const unsigned int); +unsigned int EmulateCPDT(const unsigned int); +unsigned int EmulateCPRT(const unsigned int); + +unsigned int SingleCPDO(const unsigned int opcode); +unsigned int DoubleCPDO(const unsigned int opcode); +unsigned int ExtendedCPDO(const unsigned int opcode); + + /* included only for get_user/put_user macros */ #include "qemu.h"