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

#include "../common.h"
DEFINE_OP(sla38) {
	NEXT_OP(sp, a >> 38, x, y, o);
}