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

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