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

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