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

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