xref: /original-bsd/usr.bin/f77/libF77/opcodes.h (revision 8d528b7a)
1 /*-
2  * Copyright (c) 1980 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.proprietary.c%
6  *
7  *	@(#)opcodes.h	5.2 (Berkeley) 04/12/91
8  */
9 
10 /*
11  * We just define the floating-point opcodes, to ease our minds.
12  */
13 
14 # define ACBD		0x6f
15 # define ACBF		0x4f
16 # define ADDD2		0x60
17 # define ADDD3		0x61
18 # define ADDF2		0x40
19 # define ADDF3		0x41
20 # define CMPD		0x71
21 # define CMPF		0x51
22 # define CVTDB		0x68
23 # define CVTDF		0x76
24 # define CVTDL		0x6a
25 # define CVTDW		0x69
26 # define CVTFB		0x48
27 # define CVTFD		0x56
28 # define CVTFL		0x4a
29 # define CVTFW		0x49
30 # define CVTRDL		0x6b
31 # define CVTRFL		0x4b
32 # define DIVD2		0x66
33 # define DIVD3		0x67
34 # define DIVF2		0x46
35 # define DIVF3		0x47
36 # define EMODD		0x74
37 # define EMODF		0x54
38 # define MNEGD		0x72
39 # define MNEGF		0x52
40 # define MOVD		0x70
41 # define MOVF		0x50
42 # define MULD2		0x64
43 # define MULD3		0x65
44 # define MULF2		0x44
45 # define MULF3		0x45
46 # define POLYD		0x75
47 # define POLYF		0x55
48 # define SUBD2		0x62
49 # define SUBD3		0x63
50 # define SUBF2		0x42
51 # define SUBF3		0x43
52 # define TSTD		0x73
53 # define TSTF		0x53
54 
55 
56 
57