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

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