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

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