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

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