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