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