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

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