4.3BSD beta release version
[unix-history] / usr / src / usr.bin / f77 / libF77 / opcodes.h
CommitLineData
4f3cb682
DW
1/*
2 * "@(#)opcodes.h 1.1" Vax op codes defined here
3 *
4 * We just define the floating-point opcodes, to ease our minds.
5 */
6
7# define ACBD 0x6f
8# define ACBF 0x4f
9# define ADDD2 0x60
10# define ADDD3 0x61
11# define ADDF2 0x40
12# define ADDF3 0x41
13# define CMPD 0x71
14# define CMPF 0x51
15# define CVTDB 0x68
16# define CVTDF 0x76
17# define CVTDL 0x6a
18# define CVTDW 0x69
19# define CVTFB 0x48
20# define CVTFD 0x56
21# define CVTFL 0x4a
22# define CVTFW 0x49
23# define CVTRDL 0x6b
24# define CVTRFL 0x4b
25# define DIVD2 0x66
26# define DIVD3 0x67
27# define DIVF2 0x46
28# define DIVF3 0x47
29# define EMODD 0x74
30# define EMODF 0x54
31# define MNEGD 0x72
32# define MNEGF 0x52
33# define MOVD 0x70
34# define MOVF 0x50
35# define MULD2 0x64
36# define MULD3 0x65
37# define MULF2 0x44
38# define MULF3 0x45
39# define POLYD 0x75
40# define POLYF 0x55
41# define SUBD2 0x62
42# define SUBD3 0x63
43# define SUBF2 0x42
44# define SUBF3 0x43
45# define TSTD 0x73
46# define TSTF 0x53
47
48
49