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