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

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