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