forked from nonakap/xnp2
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathi286xs.h
24 lines (19 loc) · 786 Bytes
/
i286xs.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
extern const I286TBL op8xreg8_xtable[8];
extern const I286TBL op8xext8_xtable[8];
extern const I286TBL op8xreg16_xtable[8];
extern const I286TBL op8xext16_xtable[8];
extern const I286TBL op8xext16_atable[8];
extern const I286TBL sftreg8_xtable[8];
extern const I286TBL sftmem8_xtable[8];
extern const I286TBL sftext8_xtable[8];
extern const I286TBL sftreg16_xtable[8];
extern const I286TBL sftmem16_xtable[8];
extern const I286TBL sftext16_xtable[8];
extern const I286TBL sftreg8cl_xtable[8];
extern const I286TBL sftext8cl_xtable[8];
extern const I286TBL sftreg16cl_xtable[8];
extern const I286TBL sftext16cl_xtable[8];
extern const I286TBL ope0xf6_xtable[8];
extern const I286TBL ope0xf7_xtable[8];
extern const I286TBL ope0xfe_xtable[2];
extern const I286TBL ope0xff_xtable[8];