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

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