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

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