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
/
sla27.c
blob: b90c2189582ebd77d37d34b93a991946258185d2 (
plain
) (
blame
)
1
2
3
4
#include
"../common.h"
DEFINE_OP
(
sla27
)
{
NEXT_OP
(
sp
,
a
>>
27
,
x
,
y
,
o
);
}