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

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