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

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