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

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