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