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