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

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