aboutsummaryrefslogtreecommitdiff
path: root/ops/bs/bsy40.c
blob: 831794ea120641143caff75d95253027a064772c (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

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