aboutsummaryrefslogtreecommitdiff
path: root/ops/sl/slx50.c
blob: 7d4258c2c5be134270c58c84d1db083c783334fd (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: copyleft-next-0.3.1 */

#include "../common.h"
DEFINE_OP(slx50) {
	NEXT_OP(sp, a, x << 50, y, o);
}