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

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