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

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