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

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