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