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