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

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