drc: merge Ari64's patch: 08_loop_hoisting
[pcsx_rearmed.git] / libpcsxcore / gte.h
CommitLineData
ef79bbde
P
1/***************************************************************************
2 * PCSX-Revolution - PlayStation Emulator for Nintendo Wii *
3 * Copyright (C) 2009-2010 PCSX-Revolution Dev Team *
4 * <http://code.google.com/p/pcsx-revolution/> *
5 * *
6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. *
10 * *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program; if not, write to the *
18 * Free Software Foundation, Inc., *
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA. *
20 ***************************************************************************/
21
22#ifndef __GTE_H__
23#define __GTE_H__
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29#include "psxcommon.h"
30#include "r3000a.h"
31
32void gteMFC2();
33void gteCFC2();
34void gteMTC2();
35void gteCTC2();
36void gteLWC2();
37void gteSWC2();
38
39void gteRTPS();
40void gteOP();
41void gteNCLIP();
42void gteDPCS();
43void gteINTPL();
44void gteMVMVA();
45void gteNCDS();
46void gteNCDT();
47void gteCDP();
48void gteNCCS();
49void gteCC();
50void gteNCS();
51void gteNCT();
52void gteSQR();
53void gteDCPL();
54void gteDPCT();
55void gteAVSZ3();
56void gteAVSZ4();
57void gteRTPT();
58void gteGPF();
59void gteGPL();
60void gteNCCT();
61
62#ifdef __cplusplus
63}
64#endif
65#endif