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