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

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