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