aboutsummaryrefslogtreecommitdiff
path: root/ops/sr/srx33.c
blob: fa43e7007b167a982e953ccbebcf3baf45ac016c (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(srx33) {
	NEXT_OP(sp, a, (sreg_t)x >> 33, y, o);
}