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