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

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