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

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