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

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