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

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