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

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