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

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