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