index
:
copyjit
master
DONE - A JIT compiler in the vein of copy-and-patch, but without patching
kimi.h.kuparinen+copyjit@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ops
/
sl
/
sla29.c
blob: c339fe652d961d19a340b6b1a59e7a8dbf36e0bd (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
sla29
)
{
NEXT_OP
(
sp
,
a
>>
29
,
x
,
y
,
o
);
}