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