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