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

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