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