ref: 7a7dfee4fab3e9a725422edff93251ef0a717492
dir: /libinterp/optab.h/
void (*optab[256])(void) =
{
badop,
alt,
nbalt,
igoto,
call,
frame,
spawn,
runt,
iload,
mcall,
mspawn,
mframe,
ret,
jmp,
icase,
iexit,
new,
newa,
newcb,
newcw,
newcf,
newcp,
newcm,
newcmp,
isend,
irecv,
consb,
consw,
consp,
consf,
consm,
consmp,
headb,
headw,
headp,
headf,
headm,
headmp,
tail,
lea,
indx,
movp,
movm,
movmp,
movb,
movw,
movf,
cvtbw,
cvtwb,
cvtfw,
cvtwf,
cvtca,
cvtac,
cvtwc,
cvtcw,
cvtfc,
cvtcf,
addb,
addw,
addf,
subb,
subw,
subf,
mulb,
mulw,
mulf,
divb,
divw,
divf,
modw,
modb,
andb,
andw,
orb,
orw,
xorb,
xorw,
shlb,
shlw,
shrb,
shrw,
insc,
indc,
addc,
lenc,
lena,
lenl,
beqb,
bneb,
bltb,
bleb,
bgtb,
bgeb,
beqw,
bnew,
bltw,
blew,
bgtw,
bgew,
beqf,
bnef,
bltf,
blef,
bgtf,
bgef,
beqc,
bnec,
bltc,
blec,
bgtc,
bgec,
slicea,
slicela,
slicec,
indw,
indf,
indb,
negf,
movl,
addl,
subl,
divl,
modl,
mull,
andl,
orl,
xorl,
shll,
shrl,
bnel,
bltl,
blel,
bgtl,
bgel,
beql,
cvtlf,
cvtfl,
cvtlw,
cvtwl,
cvtlc,
cvtcl,
headl,
consl,
newcl,
casec,
indl,
movpc,
tcmp,
mnewz,
cvtrf,
cvtfr,
cvtws,
cvtsw,
lsrw,
lsrl,
eclr, /* unused */
newz,
newaz,
iraise,
casel,
mulx,
divx,
cvtxx,
mulx0,
divx0,
cvtxx0,
mulx1,
divx1,
cvtxx1,
cvtfx,
cvtxf,
iexpw,
iexpl,
iexpf,
self,
/* fix maxdis if you add opcodes */
};