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

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