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

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