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