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

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