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