/[pearpc]/src/cpu/cpu_generic/ppc_alu.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/cpu/cpu_generic/ppc_alu.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 2079 byte(s)
import upstream CVS
1 /*
2 * PearPC
3 * ppc_alu.h
4 *
5 * Copyright (C) 2003 Sebastian Biallas (sb@biallas.net)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
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 Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 */
20
21 #ifndef __PPC_ALU_H__
22 #define __PPC_ALU_H__
23
24 void ppc_opc_addx();
25 void ppc_opc_addcx();
26 void ppc_opc_addex();
27 void ppc_opc_addi();
28 void ppc_opc_addic();
29 void ppc_opc_addic_();
30 void ppc_opc_addis();
31 void ppc_opc_addmex();
32 void ppc_opc_addzex();
33
34 void ppc_opc_andx();
35 void ppc_opc_andcx();
36 void ppc_opc_andi_();
37 void ppc_opc_andis_();
38
39 void ppc_opc_cmp();
40 void ppc_opc_cmpi();
41 void ppc_opc_cmpl();
42 void ppc_opc_cmpli();
43
44 void ppc_opc_cntlzwx();
45
46 void ppc_opc_crand();
47 void ppc_opc_crandc();
48 void ppc_opc_creqv();
49 void ppc_opc_crnand();
50 void ppc_opc_crnor();
51 void ppc_opc_cror();
52 void ppc_opc_crorc();
53 void ppc_opc_crxor();
54
55 void ppc_opc_divwx();
56 void ppc_opc_divwux();
57
58 void ppc_opc_eqvx();
59
60 void ppc_opc_extsbx();
61 void ppc_opc_extshx();
62
63 void ppc_opc_mulhwx();
64 void ppc_opc_mulhwux();
65 void ppc_opc_mulli();
66 void ppc_opc_mullwx();
67
68 void ppc_opc_nandx();
69
70 void ppc_opc_negx();
71 void ppc_opc_norx();
72
73 void ppc_opc_orx();
74 void ppc_opc_orcx();
75 void ppc_opc_ori();
76 void ppc_opc_oris();
77
78 void ppc_opc_rlwimix();
79 void ppc_opc_rlwinmx();
80 void ppc_opc_rlwnmx();
81
82 void ppc_opc_slwx();
83 void ppc_opc_srawx();
84 void ppc_opc_srawix();
85 void ppc_opc_srwx();
86
87 void ppc_opc_subfx();
88 void ppc_opc_subfcx();
89 void ppc_opc_subfex();
90 void ppc_opc_subfic();
91 void ppc_opc_subfmex();
92 void ppc_opc_subfzex();
93
94 void ppc_opc_xorx();
95 void ppc_opc_xori();
96 void ppc_opc_xoris();
97
98 #endif
99

  ViewVC Help
Powered by ViewVC 1.1.26