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