aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/sra32.c
blob: 457b596ef4ca6df86b5cd235671d51456fd369d3 (plain) (blame)
1
2
3
4
#include "../common.h"
DEFINE_OP(sra32) {
	NEXT_OP(sp, (sreg_t)a >> 32, x, y, o);
}